-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
52 lines (48 loc) · 832 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
baseURL: "/"
languageCode: en-us
title: "༧"
enableGitInfo: true
permalinks:
about: "/"
menu:
main:
- identifier: "about"
name: "about"
url: "/about/"
weight: 1
- identifier: "posts"
name: "posts"
url: "/posts/"
weight: 3
- identifier: "cv"
name: "cv"
url: "/cv/"
weight: 2
- identifier: "photography"
name: "photography"
url: "/photography/"
weight: 4
markup:
tableOfContents:
endLevel: 4
ordered: false
startLevel: 2
highlight:
codeFences: true
guessSyntax: true
style: fruity
lineNumbersInTable: true
noClasses: true
goldmark:
renderer:
unsafe: true
outputs:
home:
- html
- rss
- json
page:
- html
module:
imports:
- path: github.com/barklan/hugo-dead-simple