-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
109 lines (96 loc) · 2.99 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
101
102
103
104
105
106
107
108
baseURL = "https://dieses-veganismus.de"
languageCode = "de"
defaultContentLanguage = "de"
title = "VGNSMS" # site title
theme = "zozo"
hasCJKLanguage = false # has chinese/japanese/korean ?
summaryLength = 30
paginate = 4 # shows the number of articles
enableEmoji = true
googleAnalytics = "" # your google analytics id
# disqusShortname = "@disqus_OlLLFboZ76" # your disquss shortname
[outputs]
home = [ "HTML", "RSS", "JSON"]
[author] # essential
name = "Jens"
email = "[email protected]"
[blackfriday] # markdown interpreter, see: https://github.com/russross/blackfriday
smartypants = false
# [[menu.main]] # config your menu
# name = "Home"
# weight = 10
# identifier = "home"
# url = "/"
[[menu.main]]
name = "Alle Posts"
weight = 30
identifier = "archive"
url = "/posts/"
[[menu.main]]
name = "Kategorien"
weight = 40
identifier = "tags"
url = "/tags/"
[[menu.main]]
name = "Über"
weight = 20
identifier = "about"
url = "/about/"
[params]
subTitle = "Der; Subst. mask." # site's subTitle
footerSlogan = "Eine Seite für Betroffene" # site's footer slogan
keywords = ["Veganismus","Ethik","Umweltschutz","Konsumkritik"] # site's keywords
description = "Ein persönlicher Blog über Veganismus, Ethik, Umweltschutz und Konsumkritik. Etwas Tech findet sich vielleicht auch." # site's description
enableMathJax = false # enable mathjax
enableSummary = true # display the article summary
mainSections = ["posts","post"]
customCSS = ["custom.css"] # adding my own css
# Valine.
# You can get your appid and appkey from https://leancloud.cn
# more info please open https://valine.js.org
[params.valine]
enable = false
appId = ""
appKey = ""
placeholder = " "
visitor = true
# Your socail's url
[social]
github = "https://github.com/js32"
mail = "/kontakt"
search-2 = "/suche"
# twitter = " "
# facebook = " "
# weibo = " "
# instagram = " "
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = false
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = true
[privacy.instagram]
disable = true
simple = true
[privacy.twitter]
disable = true
enableDNT = true
simple = true
disableInlineCSS = true
[privacy.vimeo]
disable = false
enableDNT = true
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5