-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
52 lines (47 loc) · 1.03 KB
/
hugo.yaml
File metadata and controls
52 lines (47 loc) · 1.03 KB
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: https://thundergod95.github.io/uth/
languageCode: en-us
title: Under the Heavens
mediaTypes:
text/javascript:
suffixes:
- js
application/manifest+json:
suffixes:
- webmanifest
outputFormats:
ServiceWorker:
mediaType: text/javascript
baseName: sw
isPlainText: true
notAlternative: true
Offline:
mediaType: text/html
baseName: offline
isPlainText: false
notAlternative: true
WebAppManifest:
mediaType: application/manifest+json
rel: manifest
baseName: site
isPlainText: true
notAlternative: true
ChaptersJSON:
mediaType: application/json
baseName: chapters
isPlainText: true
notAlternative: true
outputs:
home:
- HTML
- ServiceWorker
- Offline
- WebAppManifest
- ChaptersJSON
markup:
goldmark:
renderer:
unsafe: true
disableKinds:
- section
- taxonomy
- term