-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
74 lines (69 loc) · 1.66 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
baseurl: "/"
languageCode: "en-us"
title: "PredictDB"
theme: "hugo-prose"
# googleAnalytics: "G-8SL8WKCMYZ"
disqusShortname: "hakyimlab"
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
footnotereturnlinkcontents: "↩"
paginate: 10
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: Downloads
url: "/categories/Downloads/"
weight: 20
- name: FAQ
url: "/categories/FAQ/"
weight: 20
- name: News
url: "/categories/News/"
weight: 30
- name: Search
url: "#"
weight: 40
identifier: menu-search
footer:
- name: Contact
url: "contact"
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: 10
mainSections: ["post", "job"]
editLink: "https://github.com/hakyimlab/web-predictdb/edit/main/content/"
authorDelimiter: " / "
pageFeatures: [+sidenotes]
features: [-number_sections]
description: >
PredictDB edit later.
footer: >
© 2020 Hakyimlab and authors
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.
summaryLength: 300
markup:
highlight:
codeFences: false
goldmark:
renderer:
unsafe: true