-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
83 lines (68 loc) · 1.5 KB
/
config.toml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
theme = "optitheme"
baseurl = "https://example.com/"
title = "Optitheme"
defaultContentLanguage = "en"
LanguageCode = "en"
paginate = 3
disableHugoGeneratorInject = true
disableKinds = ["taxonomyTerm"]
canonifyurls = true
enableRobotsTXT = true
timeout=20000
enableGitInfo = true
googleAnalytics = ""
[params]
privacyPolicy = "privacy.html"
ot_favicon = "favicon.png"
ot_manifest_name = "Optitheme"
ot_manifest_short_name = "O-Theme"
[languages]
[languages.en]
weight = 1
languageName = "English"
languageCode = "en"
url = "/"
title = "Optitheme - EN"
[languages.de]
weight = 2
languageName = "Deutsch"
languageCode = "de"
url = "/de/"
title = "Optitheme - DE"
[menu]
[[menu.main]]
identifier = "about"
name = "About Optitheme"
pre = ""
url = "/about/"
weight = -110
[[menu.main]]
identifier = "de/about"
name = "Über Optitheme"
pre = ""
url = "/de/about/"
weight = -110
[taxonomies]
categories = "categories"
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = false
useSessionStorage = false
[imaging]
resampleFilter = "Lanczos"
quality = 80
anchor = "smart"
[sitemap]
filename = "sitemap.xml"
[outputFormats]
[outputFormats.MANIFEST]
mediaType = "application/json"
baseName = "manifest"
isPlainText = true
notAlternative = true
[outputs]
home = ["HTML", "RSS", "MANIFEST"]
[frontmatter]
date = ["date", "publishDate", "lastmod", ":git"]