-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
46 lines (38 loc) · 1.56 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://deisi.github.io"
languageCode = "de"
title = "Deisi Blog"
theme = "kiss"
Paginate = 5 # Number of posts per page
enableRobotsTXT = true
copyright = '<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.'
disqusShortname = "deisiblog"
googleAnalytics = "UA-132030316-2"
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
[params.rss] # Adding this tag enables RSS feed
includeContent = true # Includes whole content in rss
authorName = "Malte Deiseroth" # Author full name
authorEmail = "[email protected]" # Author email
[params.info]
homeTitle = "Deisi Blog" # Title for home page
poweredby = true # Adds powered by hugo and kiss below Copyright
related = true # Includes related articles at the bottom of the article
codeCopy = true # Add copy button above code blocks
[params.features]
disqusOnDemand = true # Load Disqus comments on click
[params.social]
github = "deisi"
email = "[email protected]"
rss = "index.xml" # Add this to show RSS button in social.
[params.social.config]
platforms = ["github","email", "rss"]
[params.sections_right]
"https://deisi.github.io/about" = "About/Impressum/Datenschutz"
[taxonomies]
tag ="tags"