-
Notifications
You must be signed in to change notification settings - Fork 0
/
config - safe.toml
222 lines (182 loc) · 5.49 KB
/
config - safe.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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
baseURL = "/"
title = "The 5 Day Shenzhen Visa"
subtitle = "The 5 Day Shenzhen Visa, demystified"
languageCode = "en-us"
# preservetaxonomynames = true
theme = "hugo-travelify-theme"
# GoogleAnalytics = "" # Add your own Google analytics code here in the format UA-XXXXXXXX-X
canonifyURLs = true
enableRobotsTXT = true
# rssURI = "feed/" #deprecated feature
[params]
# Tell me who you are
author = "nikimonikado"
site_description = "The 5 Day Shenzhen Visa, demystified"
copyright = "Copyright"
# avatar = "avatar.png"
# logo = "logo.png"
logo = "uploads/luohu_night.jpg"
favicon = "favicon.ico"
title_in_logo = true # set to true if you want the title along with the logo
disable_mathjax = true # set to true to disable MathJax
# Format dates with Go's time formatting
date_format = "02 January, 2006"
# Add custom assets with their paths relative to the static folder
custom_css = []
custom_js = []
# Create custom menu entries by defining a label and a link for
# them. Since you can also link posts, you've the option the
# place the links before or after them.
#
# E.g.: "Home" appears before all linked posts in the menu
# and "Tags" / "Categories" after them.
[languages]
[languages.en]
title = "change later / english"
languageName = "English"
languageCode = "en-us"
weight = 1
[[languages.en.menu.main]]
url = "/"
name = "home"
weight = "1"
[[languages.en.menu.main]]
url = "/general-information/"
name = "Details"
weight = "4"
[[languages.en.menu.main]]
name = "General Information"
url = "/general-information/"
parent = "Details"
weight = 15
[[languages.en.menu.main]]
name = "Luōhú 罗湖"
url = "/luohu/"
parent = "Details"
weight = 20
[[languages.en.menu.main]]
name = "Huánggǎng 皇岗"
url = "/huanggang/"
parent = "Details"
weight = 25
[[languages.en.menu.main]]
name = "Lok Ma Chau & Shenzhen Bay"
url = "/lok-ma-chau-sz-bay/"
parent = "Details"
weight = 30
[[languages.en.menu.main]]
url = "/faq/"
name = "FAQ"
weight = "7"
[[languages.en.menu.main]]
url = "/contact/"
name = "Contact"
weight = "9"
[languages.de]
languageName = "German"
languageCode = "de"
weight = 2
[[menu.main]]
name = "Home"
url = "/"
weight = 10
[[menu.main]]
name = "Details"
url = ""
weight = 12
[[menu.main]]
name = "General Information"
url = "/general-information/"
parent = "Details"
weight = 15
[[menu.main]]
name = "Luōhú 罗湖"
url = "/luohu/"
parent = "Details"
weight = 20
[[menu.main]]
name = "Huánggǎng 皇岗"
url = "/huanggang/"
parent = "Details"
weight = 25
[[menu.main]]
name = "Lok Ma Chau & Shenzhen Bay"
url = "/lok-ma-chau-sz-bay/"
parent = "Details"
weight = 30
[[menu.main]]
name = "FAQ"
url = "/faq"
weight = 15
[[menu.main]]
name = "contact"
url = "/contact/"
weight = 20
[[menu.main]]
name = "Contact2"
url = "/contact/"
parent = "contact"
[[menu.main]]
name = "Contact21"
url = "/contact/"
parent = "Contact2"
weight = 20
[[menu.main]]
name = "cOntact22"
url = "/contact/"
parent = "Contact2"
weight = 10
[[menu.main]]
name = "cOntact3"
url = "/contact/"
parent = "contact"
[params.share]
enable = true
facebook = true
twitter = true
linkedin = true
email = true
[params.privacy]
enable = true # false implies switching on tracking application, you can individually turn off applications that you don't want. If enable = true, then all tracking apps are switched off
facebook_like = true
DisqusShortname = "example"
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# created automatically.
rss = "Needed" # leave this to blank if you do not want RSS feed icon to appear on top
facebook = "example"
twitter = "example"
email = "[email protected]"
# Enable and disable widgets for the right sidebar
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true
archives = false # This feature is yet to be implemented because of limitations in Hugo's way of working.
search = true
mailchimp = true
mailchimpform = "//balaramadurai.us15.list-manage.com/subscribe/post?u=7f4183fa2fe7abe3dc9f4efad&id=49a3dd3745"
author = true
[params.slider]
enable = true
manual = false # Setting manual to true renders the slide selection to only those where the post has a slider=true option enabled
num_features = 6 # The slider picks up the banner images from the N most recent posts, where num_features is N.
[permalinks]
categories = "/categories/:slug/" #can be changed to "/category/:slug/"
tags = "/tags/:slug/"
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
author = "author"
[params.views]
enable = true # visitor badge from https://visitor-badge.glitch.me/
## DONE - Menu
## DONE - slider
## DONE - facebook like on homepage
## DONE - category URL to work
## DONE - footer
## DONE - add tags to the footer
## TODO - some posts without banner