-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
71 lines (66 loc) · 1.82 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
baseurl: "https://prncevince.github.io/30-day-map-challenge-2022"
publishDir: "public/30-day-map-challenge-2022"
relativeURLs: true
canonifyURLs: true
languageCode: "en-us"
defaultContentLanguage: "en"
# defaultContentLanguage: "zh"
title: "30 Day Map Challenge 2022"
theme: "hugo-prose"
googleAnalytics: ""
disqusShortname: ""
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
footnotereturnlinkcontents: "↩"
paginate: 2
permalinks:
post: "/post/:year/:month/:day/:slug/"
outputs:
home: [html, rss, json]
# some menu items were added via the `menu` option in YAML in posts
menu:
header:
- name: Search
url: "#"
identifier: menu-search
- name: Subscribe
url: "/index.xml"
footer:
- name: Contact
url: "/404.html"
weight: 1
- name: Categories
url: "/categories/"
weight: 2
pre: "optional"
- name: Tags
url: "/tags/"
weight: 3
pre: "optional"
- name: Suggest an edit
url: "#"
weight: 4
identifier: "menu-edit"
- name: Back to top
url: "#"
params:
homePosts: 6
mainSections: ["post", "work"]
editLink: "https://github.com/prncevince/30-day-map-challenge-2022/edit/main/content/"
authorDelimiter: " / "
pageFeatures: [+sidenotes]
description: >
A website built through Hugo and blogdown with the hugo-prose theme.
footer: >
© [Lucius Annaeus Seneca](https://en.wikipedia.org/wiki/Seneca_the_Younger)
4 BC -- AD 65
license: >
Text and figures are licensed under [Creative Commons Attribution CC BY
4.0](https://creativecommons.org/licenses/by/4.0/). The source code is
licensed under MIT. The full source is available at
https://github.com/yihui/hugo-prose.
markup:
highlight:
codeFences: false
goldmark:
renderer:
unsafe: true