-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
126 lines (108 loc) · 4.64 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
baseURL = "/"
languageCode = "de-DE"
defaultContentLanguage = "de"
title = "Sascha Fitzner - Marketing Geek, Senior Webdeveloper und Growth-Hacker"
enableRobotsTXT = true
enableEmoji = true
theme = "even"
hasCJKLanguage = false # has chinese/japanese/korean ?
paginate = 3
disqusShortname = "sascha-fitzner-io" # disqus_shortname
googleAnalytics = "" # UA-XXXXXXXX-X
copyright = "" # default: author.name ↓
[author] # essential
name = "Sascha Fitzner"
[sitemap] # essential
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[[menu.main]]
name = "Kategorien"
weight = 20
identifier = "categories"
url = "/categories/"
[[menu.main]]
name = "Tags"
weight = 30
identifier = "tags"
url = "/tags/"
[[menu.main]]
name = "Archiv"
weight = 40
identifier = "archives"
url = "/post/"
[params]
debug = false # If true, load `eruda.min.js`. See https://github.com/liriliri/eruda
since = "2018" # Site creation time
# site info (optional)
logoTitle = "Sascha Fitzner" # default: the title value
keywords = ["Hugo", "theme","even"]
description = "Ich bin ein Marketing Geek, Senior Webdeveloper und Growth-Hacker aus Niestetal/Deutschland - Kreis Kassel"
# paginate of archives, tags and categories
archive-paginate = 3
# The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/
dateFormatToUse = "2006-02-01"
# show word count and read time ?
moreMeta = false
# Some global options, you can also close or open something in front matter for a single post, see more information from `archetypes/default.md`.
toc = true
autoCollapseToc = false # Auto expand and collapse toc
fancybox = true # see https://github.com/fancyapps/fancybox
bootcdn = false # In china. @Deprecated: use [params.publicCDN]
mathjax = false # see https://www.mathjax.org/
mathjaxEnableSingleDollar = false
linkToMarkDown = false # if you config contentCopyright and hugo output .md files.
contentCopyright = '<a rel="license noopener" href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a>'
changyanAppid = "" # Changyan app id
changyanAppkey = "" # Changyan app key
livereUID = "" # LiveRe UID
baidu_push = false # baidu push
baidu_analytics = "" # Baidu Analytics
baidu_verification = "" # Baidu Verification
google_verification = "" # Google_Verification
[params.publicCDN] # load these files from public cdn
enable = false
jquery = '<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>'
slideout = '<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/slideout.min.js" integrity="sha256-t+zJ/g8/KXIJMjSVQdnibt4dlaDxc9zXr/9oNPeWqdg=" crossorigin="anonymous"></script>'
fancyboxJs = '<script src="https://cdn.jsdelivr.net/npm/@fancyapps/[email protected]/dist/jquery.fancybox.min.js" integrity="sha256-XVLffZaxoWfGUEbdzuLi7pwaUJv1cecsQJQqGLe7axY=" crossorigin="anonymous"></script>'
fancyboxCss = '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/[email protected]/dist/jquery.fancybox.min.css" integrity="sha256-7TyXnr2YU040zfSP+rEcz29ggW4j56/ujTPwjMzyqFY=" crossorigin="anonymous">'
[params.busuanzi] # count web traffic by busuanzi
enable = false
siteUV = true
sitePV = true
pagePV = true
[params.reward]
enable = false
wechat = "/path/to/your/wechat-qr-code.png"
alipay = "/path/to/your/alipay-qr-code.png"
[params.social]
a-twitter = "https://twitter.com/saschafitzner"
b-github = "https://github.com/saschafitzner"
#c-linkedin = "https://de.linkedin.com/in/sascha-fitzner-6542b8b9"
#a-email = "mailto:[email protected]"
#b-stack-overflow = "http://localhost:1313"
#d-facebook = "http://localhost:1313"
#e-linkedin = "http://localhost:1313"
#f-google = "http://localhost:1313"
#h-weibo = "http://localhost:1313"
#i-zhihu = "http://localhost:1313"
#j-douban = "http://localhost:1313"
#k-pocket = "http://localhost:1313"
#l-tumblr = "http://localhost:1313"
#m-instagram = "http://localhost:1313"
# Uncomment these options to make hugo output .md files.
#[mediaTypes]
# [mediaTypes."text/plain"]
# suffix = "md"
#
#[outputFormats.MarkDown]
# mediaType = "text/plain"
# isPlainText = true
# isHTML = false
#
#[outputs]
# home = ["HTML", "RSS"]
# page = ["HTML", "MarkDown"]
# section = ["HTML", "RSS"]
# taxonomy = ["HTML", "RSS"]
# taxonomyTerm = ["HTML"]