-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (58 loc) · 1.76 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
baseurl = "https://burnett.wtf"
languageCode = "en-us"
theme = "hugo-theme-hello-friend"
paginate = 5
defaultContentLanguage = "en"
enableEmoji = true
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "post"
# "light" or "dark"
defaultTheme = "dark"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 2
# Enable to show reading time in minutes for posts
showReadingTime = true
[languages]
[languages.en]
title = "Jessica Burnett, Ph.D."
subtitle = "Research Ecologist, U.S. Geological Survey"
keywords = "ecology reproducibility"
copyright = ""
menuMore = "May I have some more, please?"
writtenBy = "Written by"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
minuteReadingTime = "min read"
dateFormatSingle = "2006-01-02"
dateFormatList = "2006-01-02"
[languages.en.params.logo]
logoText = "jessica burnett" # this is the fun thing in upper LHS of page
logoHomeLink = "/about"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About Me"
url = "/about"
[[languages.en.menu.main]]
identifier = "code"
name = "Code"
url = "/code"
[[languages.en.menu.main]]
identifier = "research"
name = "Research"
url = "/research"
[[languages.en.menu.main]]
identifier = "presentations"
name = "Presentations"
url = "/presentations"
[[languages.en.menu.main]]
identifier = "thoughts"
name = "Thoughts"
url = "/thoughts"