-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
56 lines (51 loc) · 959 Bytes
/
hugo.yml
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://bi3mer.github.io/'
languageCode: 'en-us'
title: 'Colan Biemer'
theme: 'PaperMod'
params:
ShowShareButtons: true
ShowReadingTime: true
ShowBreadCrumbs: true
math: true
menu:
main:
- identifier: games
name: Games
url: /games/
weight: 20
- identifier: posts
name: Posts
url: /posts/
weight: 20
- identifier: publications
name: Publications
url: /publications
weight: 30
- identifier: archive
name: Archive
url: /archives/
weight: 40
- identifier: search
name: Search
url: /search/
weight: 50
outputs:
home:
- HTML
- RSS
- JSON # necessary for search
markup:
goldmark:
extensions:
footnote: true
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
enable: true