Initial Commit
[ancientarts.git] / hugo / config.yaml
1 ---
2 outputs:
3 page:
4 - HTML
5 - JSON
6 home:
7 - HTML
8 - RSS
9 - JSON
10 section:
11 - HTML
12 - RSS
13 - JSON
14 taxonomy:
15 - HTML
16 - RSS
17 - JSON
18 languageCode: en-us
19 title: Ancient Arts
20 pygmentsUseClasses: true
21 theme: ancientarts
22 copyright: 2018 Ancient Arts
23 baseURL: https://krull.kengrimes.com
24 relativeURLs: true
25 ...