-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
29 lines (24 loc) · 946 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
baseURL: "https://repeatr.io/"
title: "Timeless Stack"
contentDir: "content"
themesDir: "themes"
layoutDir: "hugo/layouts" # aka templates (but these are mostly in themes anyway)
archetypeDir: "hugo/archetypes" # aka "content templates" aka "i will never use these"
staticDir: "hugo/static" # avoids processing, but do not understand why distinct from assertDir
dataDir: "hugo/data" # avoids processing, but do not understand why distinct from assertDir
assetDir: "hugo/assets" # avoids processing, but do not understand why there's three of these
publishDir: "hugo/_publish"
resourceDir: "hugo/_resources" # appears to be used by hugo when generating things?
#disableLiveReload: true
#disableHugoGeneratorInject: true
disableKinds: ["taxonomy", "taxonomyTerm"]
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 4
theme: "book"
params:
BookSection: "*"