-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
206 lines (176 loc) · 5.51 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
#baseurl = "https://falsefire.com/"
baseurl = "https://www2.falsefire.com"
#baseurl = "https://falsefiresite.github.io/falsefire.com/"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = "true"
theme = "den"
title = "FALSE FIRE"
subTitle = "True Story: Staged Tiananmen Square Self-Immolation"
#languageCode = "en-US"
#disqusShortname = ""
#paginate = 6
#SectionPagesMenu = "main"
#canonifyurls = true
# ------------------------------------- #
# ---- Other Params ------------------- #
# ------------------------------------- #
[params]
since = "2017" # Site creation time
rssFullContent = true # set true to use full content instead of summary
# site info (optional)
keywords = ["Hugo", "theme","den"]
description = "True Story: Staged Tiananmen Square Self-Immolation"
logoTitle = "" # shown on top-left, default: title
#siteLogoImage = "images/globe.svg" # shown besides logoTitle
# headerTitle = "Den" # default: title
headerImage = "images/logo.jpg"
showAuthorCard = true # Whether to show author information below the article
showMenuLanguages = true
autoLoadComments = false # auto load comment when scrolling down
# paginate style, default use numbered pagination links
# if true, use original "Previous" and "Next" links.
# paginateOriginalStyle = true
# The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/
dateFormatToUse = "2006-01-02"
google_verification = "" # Google_Verification
# Link custom CSS and JS assets
# (relative to /static/css and /static/js respectively)
customCSS = [] # if ['custom.css'], load '/static/css/custom.css' file
customJS = [] # if ['custom.js'], load '/static/js/custom.js' file
# ------------------------------------- #
# ---- Related Articles --------------- #
# ------------------------------------- #
[related]
# Only include matches with rank >= threshold. This is a normalized rank between 0 and 100.
threshold = 50
# To get stable "See also" sections we, by default, exclude newer related pages.
includeNewer = true
# Will lower case keywords in both queries and in the indexes.
toLower = false
[[related.indices]]
name = "categories"
weight = 200
[[related.indices]]
name = "keywords"
weight = 150
[[related.indices]]
name = "tags"
weight = 100
[languages.en]
languageCode = "en"
languageName = "English"
#contentDir = "content/en"
weight = 1
[[languages.en.menu.main]]
name = "About"
weight = 1
identifier = "about"
url = "about"
[[languages.en.menu.main]]
name = "Reports and Analyses"
weight = 2
identifier = "reportss"
url = "reports/"
[[languages.en.menu.links]]
name = "Email us"
weight = 1
identifier = "email"
url = "mailto:[email protected]"
[[languages.en.menu.links]]
name = "Wikipedia"
weight = 2
identifier = "wikipedia"
url = "https://en.wikipedia.org/wiki/Tiananmen_Square_self-immolation_incident"
[[languages.en.menu.sitemap]]
name = "Home"
url = "/"
weight = 1
[[languages.en.menu.sitemap]]
name = "About False Fire"
url = "about"
weight = 2
[[languages.en.menu.sitemap]]
name = "Reports and Analyses"
url = "reports"
weight = 3
[languages.zh]
languageCode = "zh"
languageName = "中文"
weight = 2
title = "偽火"
[languages.zh.params]
description = "天安門廣場自焚真相"
[languages.zh.menu]
[[languages.zh.menu.main]]
name = "關於《偽火》"
identifier = "about"
url = "about"
weight = 1
[[languages.zh.menu.main]]
name = "報導與文章"
identifier = "reports"
url = "/reports"
weight = 2
[[languages.zh.menu.links]]
name = "電子郵件"
weight = 1
identifier = "email"
url = "mailto:[email protected]"
[[languages.zh.menu.links]]
name = "維基百科"
weight = 2
identifier = "wikipedia"
url = "https://en.wikipedia.org/wiki/Tiananmen_Square_self-immolation_incident"
[[languages.zh.menu.sitemap]]
name = "主頁"
url = "/"
weight = 1
[[languages.zh.menu.sitemap]]
name = "關於《僞火》"
url = "about"
weight = 2
[[languages.zh.menu.sitemap]]
name = "報導和分析"
url = "reports"
weight = 3
[languages.fr]
languageCode = "fr"
languageName = "Français"
weight = 3
title = "False Fire"
subtitle = "The Truth: Tiananmen Square Self-Immolation"
[languages.fr.params]
description = "True Story: Tiananmen Square Self-Immolation (French)"
[languages.fr.menu]
[[languages.fr.menu.main]]
name = "À propos"
identifier = "about"
url = "about"
weight = 1
[[languages.fr.menu.main]]
name = "Analyses"
identifier = "reports"
url = "reports"
weight = 2
[[languages.fr.menu.links]]
name = "Email"
weight = 1
identifier = "email"
url = "mailto:[email protected]"
[[languages.fr.menu.links]]
name = "Wikipedia"
weight = 2
identifier = "wikipedia"
url = "https://en.wikipedia.org/wiki/Tiananmen_Square_self-immolation_incident"
[[languages.fr.menu.sitemap]]
name = "Home"
url = "/"
weight = 1
[[languages.fr.menu.sitemap]]
name = "About False Fire"
url = "about"
weight = 2
[[languages.fr.menu.sitemap]]
name = "Reports and Analyses"
url = "reports"
weight = 3