-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
155 lines (137 loc) · 4.08 KB
/
config.toml
File metadata and controls
155 lines (137 loc) · 4.08 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
baseurl = "https://LaboBrice.github.io/"
relativeurls = true
title = "Marie-Hélène Brice"
copyright = "2018-2021 Marie-Hélène Brice. "
theme = "ananke"
enableEmoji = true
footnotereturnlinkcontents = "<sup>^</sup>"
# Enable analytics by entering your Google Analytics tracking ID
googleAnalytics = ""
enableRobotsTXT = true
# Default language to use (if you setup multilingual support)
defaultContentLanguage = "fr"
defaultContentLanguageInSubdir = false
[blackfriday]
hrefTargetBlank = true
# Navigation Links
[permalinks]
post = "/:year/:month/:day/:slug/"
[markup.goldmark.renderer]
unsafe= true
[languages]
[languages.en]
languageCode = "en-us"
title = ":deciduous_tree:"
weight = 1
contentDir = "content/en"
[[languages.en.menu.main]]
name = "Home"
url = "/en/"
weight = 1
[[languages.en.menu.main]]
name = "Research"
url = "/en/research/"
weight = 2
[[languages.en.menu.main]]
name = "Members"
url = "/en/team/"
weight = 3
[[languages.en.menu.main]]
name = "Publications"
url = "/en/publications/"
weight = 4
[[languages.en.menu.main]]
name = "Communications"
url = "/en/talks/"
weight = 5
[[languages.en.menu.main]]
name = "Teaching"
url = "/en/teaching/"
weight = 6
[[languages.en.menu.main]]
name = "Join the team"
url = "/en/join/"
weight = 7
[languages.fr]
languageCode = "fr-ca"
title = ":evergreen_tree:"
weight = 2
contentDir = "content/fr"
[[languages.fr.menu.main]]
name = "Accueil"
url = "/"
weight = 1
[[languages.fr.menu.main]]
name = "Recherche"
url = "/research/"
weight = 2
[[languages.fr.menu.main]]
name = "Membres"
url = "/team/"
weight = 3
[[languages.fr.menu.main]]
name = "Publications"
url = "/publications/"
weight = 4
[[languages.fr.menu.main]]
name = "Communications"
url = "/talks/"
weight = 5
[[languages.fr.menu.main]]
name = "Enseignement"
url = "/teaching/"
weight = 6
[[languages.fr.menu.main]]
name = "Rejoindre l'équipe"
url = "/join/"
weight = 7
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = ""
site_logo = ""
description = "The last theme you'll ever need. Maybe."
facebook = ""
name = "Marie-Hélène Brice"
role = "PhD candidate in ecology"
organization = "Département de sciences biologiques, Université de Montréal"
organization_url = "https://bio.umontreal.ca/nc/accueil/"
# twitter = "mariehbrice"
github = "https://github.com/mhbrice"
address = "Département de sciences biologiques, Pavillon Marie-Victorin, Université de Montréal, Montréal, H2V 2S9"
#office_hours = "Send me an email for setting an appointment."
email = "marie-helene.brice@umontreal.ca"
# phone = "514-318-8945"
skype = "mariehbrice"
skype_name = "Marie-Hélène Brice"
# Date format (refer to Go's date format: http://flippinggodateformat.com )
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "Mon, Jan 2, 2006"
# For more info on the highlighting options, see: # https://gcushen.github.io/hugo-academic-demo/post/writing-markdown-latex/#highlighting-options
highlight = true
highlight_languages = ["bash", "html", "julia", "python", "r", "rust", "xml", "yaml"]
highlight_style = "monokai"
# highlight_version = "9.12.0"
# I follow the example given with highlightjs in academic theme to add mathjax and lealfet
mathjax = true
leaflet = true
font = ["Raleway"]
# Link custom CSS and JS assets
# (relative to /static/css and /static/js respectively)
custom_css = [
"/css/perso.css",
"/css/creativecommons.css",
"/css/flag-icon.css",
"https://fonts.googleapis.com/css?family=Open+Sans"
]
custom_js = [
"/js/mapoffice.js",
]
# google fonts
# font = ["Changa One"]
# Taxonomies.
[taxonomies]
tag = "tags"
# category = "categories"