forked from dfalster/falster_lab_webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
105 lines (94 loc) · 2.7 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
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
theme = "hugo-material"
relativeurls = true
languageCode = "en-us"
title = "Falster lab UNSW"
#googleAnalytics = "XXXX"
disqusShortname = "dfalster"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
publishDir = "public"
enableGitInfo = true
paginate = 100
[permalinks]
notebook = "/:year-:month-:day-:slug/"
[blackfriday]
hrefTargetBlank = true # `true` opens external links in a new tab.
fractions = false # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).
smartypants = false # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
[[menu.main]]
name = "Home"
pre = "<i class='material-icons'>home</i>"
url = "/index.html"
weight = 1
[[menu.main]]
name = "Members"
pre = "<i class='material-icons'>people</i>"
url = "/members"
weight = 2
[[menu.main]]
name = "Join"
pre = "<i class='material-icons'>group_add</i>"
url = "/opportunities"
weight = 3
[[menu.main]]
name = "Research"
pre = "<i class='material-icons'>work</i>"
url = "/research"
weight = 5
[[menu.main]]
name = "CornSters & Friends"
pre = "<i class='material-icons'>mood</i>"
url = "/cornsters"
weight = 4
[[menu.main]]
name = "Bio & CV"
pre = "<i class='material-icons'>book</i>"
url = "/bio"
weight = 6
[[menu.main]]
name = "Publications"
pre = "<i class='material-icons'>library_books</i>"
url = "/pubs"
weight = 7
[[menu.main]]
name = "Notebook"
pre = "<i class='material-icons'>assignment</i>"
url = "/notebook"
weight = 8
[[menu.main]]
name = "Teaching"
pre = "<i class='material-icons'>school</i>"
url = "/teaching"
weight = 9
[[menu.footer]]
weight = 1
identifier = "UNSW"
name = "UNSW Sydney"
pre = "<i class=\"material-icons\">pin_drop</i>"
url = "https://bees.usnw.edu.au"
[[menu.footer]]
weight = 2
identifier = "EERC"
name = "Evolution & Ecology Research Centre"
pre = "<i class=\"material-icons\">pin_drop</i>"
url = "https://eerc.usnw.edu.au"
[params]
background = "/img/background_banksia.jpg"
custom_css = ["dfalster.css"]
# custom_js = ["example.js"]
name = "Daniel Falster"
twitter = "adaptive_plant"
github = "dfalster"
# keybase = "dfalster"
email = "daniel.falster@unsw.edu.au"
repo = "falster_lab_webpage"
branch = "master"
math = true
date_format = "Jan 2, 2006"
description = "A website built through Hugo and blogdown, using [material](https://themes.gohugo.io/hugo-material-blog/)"
# options for highlight.js (version, additional languages, and theme)
highlightjsTheme = "tomorrow-night"
# [params.logo]
# url = "logo.png"
# width = 50
# height = 50
# alt = "Logo"