-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
111 lines (97 loc) · 2.33 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
106
107
108
109
110
111
baseURL = "/"
languageCode = "en-us"
title = "Jeremy Hemberger"
theme = "hugo-coder"
defaultcontentlanguage = "en"
paginate = 20
canonifyurls = true
# pygmentsstyle = "monokai"
# pygmentscodefences = false
# pygmentscodefencesguesssyntax = true
# pygmentsUseClasses = true
disqusShortname = "yourdiscussshortname"
googleAnalytics = "UA-159229765-1"
[params]
author = "Jeremy Hemberger"
info = "Ecology, entomology, & science communication"
description = "Jeremy's Personal Website"
keywords = "blog,ecology,entomology,R,landscape"
avatarurl = "images/jeremy_avatar.png"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
footercontent = ""
colorscheme = "light"
hidecredits = false
hidecopyright = false
rtl = false
math = true
custom_css = ["css/custom.css"]
[markup]
[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "solarized-dark"
tabWidth = 4
# Social links
[[params.social]]
name = "Github"
icon = "fab fa-github fa-2x"
weight = 2
url = "https://github.com/jhemberger/"
[[params.social]]
name = "Mastodon"
icon = "fab fa-mastodon fa-2x"
weight = 1
url = "https://ecoevo.social/@hemberger#"
[[params.social]]
name = "CV"
icon = "fa fa-id-card"
url = "https://www.dropbox.com/s/zuno3zdtn9o58m1/hemberger_cv_11_2022.pdf?dl=0"
weight = 4
[[params.social]]
name = "OrcID"
icon = "fab fa-orcid"
url = "https://orcid.org/0000-0003-3648-4724"
weight = 3
[[params.social]]
name = "Buy me a coffee"
icon = "fa fa-coffee"
url = "/buy-jeremy-a-coffee/"
weight = 5
# Menu links
[menu]
[[menu.main]]
name = "About"
weight = 1
url = "/about/"
[[menu.main]]
name = "Research"
weight = 2
url = "/research/"
[[menu.main]]
name = "Teaching"
weight = 3
url = "/teaching/"
[[menu.main]]
identifier = "graphic_art"
name = "Graphic Art"
url = "/graphic_art/"
weight = 7
[[menu.main]]
identifier = "photography"
name = "Photos"
url = "/photography/"
weight = 6
[[menu.main]]
name = "Publications"
weight = 4
url = "/publications/"
[[menu.main]]
name = "#SciComm"
weight = 5
url = "/scicomm/"