hugo.yaml
Main configuration file in config/_default
1##
2## Main configuration file for the Perplex documentation
3##
4
5# The domain of the site
6baseURL: http://perplex.desider.at
7title: Perplex Theme
8DefaultLanguageCode: en-us
9DefaultContentLanguage: en
10metaDataFormat: yaml
11pluralizeListTitles: false
12enableEmoji: true
13enableGitInfo: true
14
15timeout: "600s"
16
17outputs:
18 home: [HTML, RSS]
19 section: [HTML]
20
21taxonomies:
22 tag: tags
23 category: categories
24 series: series
25 author: authors
26
27refLinksErrorLevel: WARNING
28
29ignoreErrors:
30 - error-missing-instagram-accesstoken
31 - error-remote-getjson
32
33caches:
34 assets:
35 dir: :resourceDir/_gen
36 maxAge: -1
37 getcsv:
38 dir: :cacheDir/:project
39 maxAge: -1
40 getjson:
41 dir: :cacheDir/:project
42 maxAge: -1
43 getresource:
44 dir: :resourceDir/:project
45 maxAge: -1
46 images:
47 dir: :resourceDir/_gen
48 maxAge: -1
49 modules:
50 dir: :cacheDir/modules
51 maxAge: -1