-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (54 loc) · 1.21 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
homeURL = "/"
DefaultContentLanguage = "cs"
pygmentsUseClassic = false
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
pygmentsUseClasses = true
[params]
menuNames = ["main","footer","services"]
homeURL = "/"
[languages]
[languages.cs]
baseURL = 'https://energeticky.report'
productionURL = "https://energeticky.report"
LanguageName = "Česky"
weight = 2
[languages.cs.params]
siteName = "ENERGETICKÝ REPORT"
hardwarioContact = "https://www.hardwario.com/cs/contact/"
[[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"]