-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
56 lines (51 loc) · 1007 Bytes
/
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
baseURL: https://sotagburners.github.io
languageCode: en-gb
title: SOTagBurners
publishDir: public
uglyurls: true
taxonomies:
category: categories
tag: tags
outputs:
taxonomy: ["HTML"]
taxonomyTerm: ["HTML"]
page: ["HTML"]
# Not sure if this affects blog RSS, if we eventually add one.
# Future problem, though.
section: ["HTML"]
home: ["HTML"]
markup:
enableEmoji: true
goldmark:
extensions:
linkify: true
typographer: false
renderer:
unsafe: true
highlight:
style: emacs
tableOfContents:
endLevel: 6
startLevel: 2
menus:
main:
- identifier: home
name: Home
url: /
weight: 1
- identifier: intro
name: Get Started
url: /intro/
weight: 2
- identifier: faq
name: FAQ
url: /faq.html
weight: 3
- identifier: contribute
name: Contribute
url: /contribute.html
weight: 4
- identifier: about
name: About Us
url: /about.html
weight: 5