-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
147 lines (128 loc) · 4.63 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
baseURL = "https://engineering-management.space/"
languageCode = "en"
defaultContentLanguage = "en"
title = "Engineering Management"
enableRobotsTXT = true
enableEmoji = true
theme = "even"
hasCJKLanguage = false # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文
paginate = 5 # 首页每页显示的文章数
disqusShortname = "" # disqus_shortname
googleAnalytics = "UA-112804048-1"
copyright = "" # default: author.name ↓ # 默认为下面配置的author.name ↓
[author]
name = "Pedro Pereira Santos"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[[menu.main]]
name = "Home"
weight = 10
identifier = "home"
url = "/"
[[menu.main]]
name = "Archives"
weight = 20
identifier = "archives"
url = "/post/"
[[menu.main]]
name = "Subscribe"
weight = 30
identifier = "subscribe"
url = "/subscribe/"
[[menu.main]]
name = "Categories"
weight = 40
identifier = "categories"
url = "/categories/"
[[menu.main]]
name = "Privacy"
weight = 50
identifier = "privacy"
url = "/privacy/"
[[menu.main]]
name = "About"
weight = 60
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Ask me Anything"
weight = 70
identifier = "ask-me-anything"
url = "/ask-me-anything/"
[[menu.main]]
name = "Interviews"
weight = 80
identifier = "interviews"
url = "/categories/interviews/"
[params]
debug = false
since = "2018"
logoTitle = "Engineering Management"
keywords = ["engineering management", "software development", "engineering", "leadership", "mentoring", "interviews"]
description = "Engineering management processes and ramblings. The goal: build highly motivated, happy and productive sofware development teams."
# paginate of archives, tags and categories
archive-paginate = 100
# The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/
dateFormatToUse = "2006-01-02"
# show word count and read time ?
moreMeta = true
# 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 = true # Auto expand and collapse toc
fancybox = true # see https://github.com/fancyapps/fancybox
mathjax = false # see https://www.mathjax.org
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.social]
a-email = "mailto:[email protected]"
c-twitter = "https://twitter.com/donbonifacio"
e-linkedin = "https://www.linkedin.com/in/donbonifacio/"
g-github = "https://github.com/donbonifacio"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = false
enableDNT = true
simple = true
[privacy.vimeo]
disable = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[related]
threshold = 80
includeNewer = true
toLower = true
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "categories"
weight = 90
[[related.indices]]
name = "date"
weight = 10