-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
89 lines (85 loc) · 2.12 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
baseURL = "https://uscuni.github.io/"
languageCode = "en-us"
theme = "hugo-winston-theme"
themesDir = "themes"
title = "Research Team on Urban Structure"
paginate = 3
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
[module]
[module.hugoVersion]
extended = true
min = "0.55.0"
[params]
google_analytics_id = ""
twitter_handle = "@martinfleis"
showAuthorOnHomepage = false
showAuthorOnPosts = false
showIntroContentOnHomepage = true
showPostsOnHomepage = false
usePaginationOnHomepage = false
limitPostsOnHomepage = 3 # only used if usePaginationOnHomepage is false
sortPostsByDateOldestFirst = false
addDot = true
addFrame = false
highlightColor = '#003E5B'
baseColor = "#ffffff"
baseOffsetColor = "#eaeaea"
headingColor = "#1c1b1d"
textColor = "#4e5157"
dotColor = "#C51D48"
enableGoogleFonts = true
googleFontsUrl = "https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap"
fontFamilyHeading = "Merriweather"
fontFamilyParagraph = "Merriweather"
fontFamilyMonospace = "monospace"
logo = "uscuni_logo.svg"
# markdown config settings https://gohugo.io/getting-started/configuration-markup/#goldmark
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[menu]
[[menu.main]]
identifier = 'home'
name = 'Home'
url = '/'
weight = 1
[[menu.main]]
name = "News"
identifier = "news"
weight = 2
url = "/news/"
[[menu.main]]
name = "Team"
identifier = "team"
weight = 3
url = "/team/"
[[menu.main]]
name = "Projects"
identifier = "projects"
weight = 4
url = "/projects/"
[[menu.main]]
name = "Publications"
identifier = "publications"
weight = 5
url = "/publications/"
[[menu.main]]
name = "Talks"
identifier = "talks"
weight = 6
url = "https://uscuni.github.io/talks/"
[[menu.main]]
name = "Join"
identifier = "join"
weight = 7
url = "/join/"
[[menu.main]]
name = "GitHub"
identifier = "github"
weight = 8
url = "https://github.com/uscuni"