-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
77 lines (64 loc) · 1.9 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
baseurl = "https://www.alessandravalcarcel.com/"
builddrafts = false
canonifyurls = false
languageCode = "en-US"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
author = "Alessandra [Ali] Valcarcel"
title = "Alessandra [Ali] Valcarcel"
theme = "hugo-goa"
## Hugo Built-in Features
# disqusShortname = "https-shenoybr-github-io-hugo-goa-demo"
googleAnalytics = "UA-115574303-1"
enableRobotsTXT = true
## Site Settings
[params]
author = "Alessandra [Ali] Valcarcel"
intro = "Biostatistics PhD Candidate at the University of Pennsylvania"
description = "I come from a (bio)statistics background with extensive coding and computational experience. That being said, I always love to pick up more computation, coding, and visualization skills. I'm finishing my PhD in Biostatistics at the University of Pennsylvania with Drs. Kristin Linn and Russell [Taki] Shinohara as co-advisors."
authorimage = "main.jpg"
dateformat = "Jan 2, 2006"
## Site Meta Settings
[params.meta]
description = "Personal website"
keywords = "student,statistics,biostatistics,Penn"
## Social Accounts
[params.social]
github = "avalcarcel9"
linkedin = "alessandravalcarcel"
twitter = "AliValcarcel"
email = "[email protected]"
scholar = "u22eIVEAAAAJ"
## Extras
[params.extra]
copyright = "© 2018. Alessandra [Ali] Valcarcel."
poweredby = false
highlightjs = true
## Main Menu
[[menu.main]]
name = "about"
identifier = "about"
weight = 100
url = "/about/"
[[menu.main]]
name = "research"
identifier = "research"
weight = 200
url = "/research/"
[[menu.main]]
name = "software"
weight = 300
identifier = "software"
url = "/software/"
[[menu.main]]
name = "CV"
weight = 400
identifier = "CV"
url = "/CV/"
[[menu.main]]
name = "blog"
weight = 500
identifier = "blog"
url = "/blog/"