-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.toml
46 lines (40 loc) · 1 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
baseURL = "https://www.bigclown.com/"
DefaultContentLanguage = "en"
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
menuNames = ["main","doc","support"]
homeURL = "/"
shopURL = "https://shop.bigclown.com/"
productionURL = "https://www.bigclown.com"
[languages]
[languages.en]
LanguageName = "ENG"
weight = 1
[languages.en.params]
baseURL = "/"
shopURL = "https://shop.bigclown.com/"
clownsletter = "a27d533e-3659-4331-a07e-80ada286f2c5"
[languages.cs]
LanguageName = "CZE"
weight = 2
[languages.cs.params]
baseURL = "/cs/"
shopURL = "https://obchod.bigclown.cz"
clownsletter = "5585816d-f118-4a12-99a6-b82cf1a052fa"
homeURL = "/cs/"
[blackfriday]
smartypants = false
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[taxonomies]
tag = "tags"
level = "levels"
place = "places"
environment = "environmets"
device = "devices"
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML"]