Main configuration file in config/_default
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
| ##
## Main configuration file for the Perplex documentation
##
# The domain of the site
baseURL: http://example.com
title: Perplex
DefaultLanguageCode: en-us
DefaultContentLanguage: en
metaDataFormat: yaml
pluralizeListTitles: false
enableEmoji: true
enableGitInfo: true
timeout: 500000 # Milliseconds
refLinksErrorLevel: WARNING
# googleAnalytics:
taxonomies:
tag: tags
category: categories
series: series
ignoreErrors:
- error-missing-instagram-accesstoken
- error-remote-getjson
|