-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
100 lines (86 loc) · 1.92 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
homeURL = "/"
DefaultContentLanguage = "en"
pygmentsUseClassic = false
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
pygmentsUseClasses = true
[params]
menuNames = ["main","footer","services"]
homeURL = "/"
[languages]
[languages.en]
baseURL = 'https://factory.report'
productionURL = "https://factory.report"
LanguageName = "English"
weight = 1
[languages.en.params]
siteName = "FACTORY REPORT"
hardwarioContact = "https://www.hardwario.com/contact/"
[languages.cs]
baseURL = 'https://vyrobni.report'
productionURL = "https://vyrobni.report"
LanguageName = "Česky"
weight = 2
[languages.cs.params]
siteName = "VÝROBNÍ REPORT"
hardwarioContact = "https://www.hardwario.com/cs/contact/"
[[languages.en.menu.main]]
url = "#top"
name = "Home"
pre = "sticky-top"
post = ""
weight = 1
[[languages.en.menu.main]]
url = "#how"
name = "How it works"
pre = "sticky-how"
post = ""
weight = 5
[[languages.en.menu.main]]
url = "#pricelist"
name = "Pricing"
pre = "sticky-pricelist"
post = ""
weight = 15
[[languages.en.menu.main]]
url = "#meeting"
name = "Contact"
pre = "sticky-meeting"
post = ""
weight = 25
[[languages.cs.menu.main]]
url = "#top"
name = "Úvod"
pre = "sticky-top"
post = ""
weight = 1
[[languages.cs.menu.main]]
url = "#how"
name = "Jak to funguje"
pre = "sticky-how"
post = ""
weight = 5
[[languages.cs.menu.main]]
url = "#pricelist"
name = "Cena"
pre = "sticky-pricelist"
post = ""
weight = 15
[[languages.cs.menu.main]]
url = "#meeting"
name = "Kontakt"
pre = "sticky-meeting"
post = ""
weight = 25
[blackfriday]
smartypants = false
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[taxonomies]
tag = "tags"
category= "categories"
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML"]