-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
91 lines (82 loc) · 2.18 KB
/
hugo.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
languageCode = "en-us"
title = "Visualization Snacks"
theme = ["559Theme","mainroad"]
# baseURL must be set by the CLI options!
#baseURL = ""
# these old options are leftover from superstition
#relativeURLs = true
#canonifyURLs = true
enableGitInfo = true
# unsafe, but useful...
enableInlineShortcodes = true
# a basic menu
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = -1000
[[menu.main]]
identifier = "snacks"
url = "/snacks/"
name = "Snacks"
weight = 1
[[menu.main]]
identifier = "tutorials"
url = "/tutorials/"
name = "Tutorials"
weight = 2
[[menu.main]]
identifier = "papers"
url = "/papers/"
name = "Papers"
weight = 3
[[menu.main]]
identifier = "critiques"
url = "/critiques/"
name = "Critiques"
weight = 3
[[menu.main]]
identifier = "resources"
url = "/resources/"
name = "Resources"
weight = 3
[[menu.main]]
identifier = "about"
url = "/about/"
name = "About"
weight = 10
[Params]
subtitle = "Visualization Knowledge in Bite-Sized Pieces"
post_meta = ["section","date","taglist","categories"]
dateformat = "January 2, 2006"
copyright = "Michael Gleicher. Using a CC-BY-NC-SA license"
copyrightDate = "2024"
# ImportantPages = ["getting-started","schedule","policies", "communications", "pages/parts-of-class", "syllabus","vis", "exercises","all-readings", "allpages"]
ImportantPages = ["/","1-what-is-vis","allpages"]
ImportantPagesTitle = "Recommended Starting Points"
thisweek = "this00.md"
themestyle = "new"
recentSections = ["snacks","tutorials", "critiques", "papers", "resources"]
mainSections = ["snacks","tutorials", "critiques", "papers", "resources"]
# this needs to be a SITE variable (for list.html)
# this was depricated in Hugo 128
# paginate = 15
[pagination]
pagerSize = 15
[Params.sidebar]
home = "right"
list = "right"
single = "right"
widgets = ["lunr","snackguide","important","links","recents","categories","taglist"]
[outputs]
home = [ "HTML", "RSS", "JSON"]
[markup.goldmark.renderer]
unsafe= true
[markup]
[markup.highlight]
codeFences = true
lineNos = true
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2