-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
52 lines (48 loc) · 1.2 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
baseurl: "https://olymvis.netlify.app/"
languageCode: "en-us"
title: "A minimal Hugo website"
theme: "hugo-xmin"
googleAnalytics: ""
disqusShortname: ""
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
footnotereturnlinkcontents: "↩"
permalinks:
note: "/note/:year/:month/:day/:slug/"
post: "/post/:year/:month/:day/:slug/"
menu:
main:
- name: Home
url: ""
weight: 1
- name: Motivation
url: "motivation/"
weight: 2
- name: Literature
url: "literature/"
weight: 3
- name: Plans
url: "plans/"
weight: 4
- name: Vis 1
url: "vis1/"
weight: 5
- name: Vis 2
url: "vis2/"
weight: 6
- name: Vis 3
url: "vis3/"
weight: 7
- name: Recap
url: "recap/"
weight: 8
- name: References
url: "ref/"
weight: 9
params:
description: "Visualizing 120 years of Summer Olympics"
GithubEdit: "https://github.com/hongtaoh/olymviz/edit/master/content/"
footer: "© [Hongtao Hao](https://hongtaoh.com) & [Chris Fang](https://github.com/zihfang/), 2020 | [Github](https://github.com/hongtaoh/olymviz)"
markup:
goldmark:
renderer:
unsafe: true