-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
85 lines (79 loc) · 1.86 KB
/
config.yaml
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
baseURL: https://dataviz-2022.netlify.app
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
languageCode: en-us
title: Data Visualization for Educational Data Science
theme: vanilla-bootstrap-hugo-theme
# googleAnalytics: UA-123456789-1
pygmentsUseClasses: true
taxonomies:
tag: tags
permalinks:
post: /:filename/
# See https://feathericons.com/
# The value of pre is the icon name
menu:
nav:
- name: Home
pre: home
url: /
weight: 1
- name: Schedule
pre: calendar
url: /schedule/
weight: 2
- name: Assignments
pre: edit
url: /assignments/
weight: 3
- name: Syllabus
pre: book
url: /syllabus/
weight: 4
- name: Tags
pre: tag
url: /tags/
weight: 5
- name: Class repo
pre: github
url: https://github.com/uo-datasci-specialization/c2-dataviz-2022
weight: 6
params:
includeBootstrapJs: false
showActiveNav: true
# containerMaxWidth: 800px # This is overidden by my css; couldn't get it to work, but it is 800px
dateFormat: Jan 2, 2006
footerText: Made with [Hugo](https://gohugo.io/) & [Vanilla](https://github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme)
hideFooter: false
katex: true
custom_js: ["custom.js"]
custom_highlight: ["highlight.css"]
markup:
defaultMarkdownHandler: goldmark
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute: true
autoHeadingID: true
renderer:
hardWraps: false
unsafe: true
xHTML: false
highlight:
codeFences: true
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: xcode # base16-snazzy pastie rrt
tabWidth: 2
tableOfContents:
endLevel: 3
startLevel: 2