-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
405 lines (340 loc) · 10.5 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
############################ Default configuration #########################
baseURL = "https://richinsql.com/"
# site title
title = "Rich Howell | SQL Server Developer & Data Wrangler"
# theme
theme = "northendlab"
# post pagination
paginate = "5"
# post excerpt
summaryLength = "10"
# disqus short name this is removed from this blog, replaced with utteranc.es
disqusShortname = "themefisher-template" # get your shortname form here : https://disqus.com
# google analytics
googleAnalytics = "G-J8VFMSWF6B" # example: UA-123-45, for more info, read the article https://support.google.com/analytics/answer/1008080?hl=en
# disable language
disableLanguages = ["fr"] # desable language from here
[permalinks]
posts = '/:year/:month/:title/'
[outputs]
home = ["HTML", "AMP", "FEED" ,"RSS", "JSON"]
[markup.goldmark.renderer]
unsafe= true
[outputFormats]
[outputFormats.FEED]
mediatype = "application/rss"
baseName = "feed"
######################### Default Parameters ###########################
[params]
# logo
logo = "images/logo.png"
# favicon
favicon = "images/favicon.png"
# meta data
author = "Rich"
description = "This is meta description"
# homepage main section
mainSections = ["posts"]
# contact form action
contact_form_action = "https://formspree.io/f/mbjwlora" # contact form works with : https://formspree.io
# copyright
# copyright = "Designed & Developed By [Gethugothemes](https://gethugothemes.com)"
# search *** true or false (if Search is disable Menu will align in Right) ***
search = true
header_search_layout = "popupable" # "expanded" or "popupable"
# Menu align *** "left", "right" or "center" (if Search is disable Menu will align in Right) ***
menu_align = "right"
# Blog-details page sidebar
sidebar = "false" # Sidebar value ("left", "right" or false)
# google tag manager, see https://developers.google.com/tag-manager/
google_tag_manager = "G-J8VFMSWF6B" # example: G-XXXXXXXXXX
######################## Site Variables #########################
[params.variables]
# Color Variables
primary_color = "#ff9600"
secondary_color = "#9AC4F8"
text_color = "#666666"
text_color_dark = "#222222"
body_color = "#fff"
border_color = "#ACB9C4"
black = "#000"
white = "#fff"
light = "#F8FAFC"
# font variable
# Give your font name from google font. add font weight using ":wght@" and separate by ";"
# example: "Work Sans:wght@400;500;600"
primary_font = "Inter:wght@400;700"
secondary_font = ""
icon_font = "Font Awesome 5 Free"
######################## sidebar widgets #########################
[params.widgets]
sidebar = ["about-me", "subscription", "categories", "tags"]
# available widget : search,about-me,authors,categories,tags,recent-post,social,promotion,subscription
# preloader
[params.preloader]
enable = false
preloader = "test.png" # use png, jpg, svg or gif format
# Subscription
[params.subscription]
enable = false
# mailchimp subsciption
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
title = "Subscribe for our monthly newsletter."
input_placeholder = "Enter your email"
# cookies
[params.cookies]
enable = false
expire_days = 2
########################## Plugings ######################################
# css plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.min.css"
# js plugins
[[params.plugins.js]]
link = "plugins/jquery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/shuffle/shuffle.min.js"
[[params.plugins.js]]
link = "plugins/search/fuse.min.js"
[[params.plugins.js]]
link = "plugins/search/mark.js"
[[params.plugins.js]]
link = "plugins/search/search.js"
[[params.plugins.js]]
link = "https://kit.fontawesome.com/50ddf27894.js"
attributes = "crossorigin='anonymous'"
############################## Social Site ##########################
#[[params.social]]
#icon = "fab fa-twitter" # Fontawesome icon pack https://fontawesome.com/icons
#link = "https://www.twitter.com/richinsql"
#[[params.social]]
#icon = "fab fa-github" # Fontawesome icon pack https://fontawesome.com/icons
#link = "https://www.github.com/rich-in-sql"
#[[params.social]]
#icon = "fas fa-coffee" # Fontawesome icon pack https://fontawesome.com/icons
#link = "https://www.ko-fi.com/richinsql"
#[[params.social]]
#icon = "fas fa-server" # Fontawesome icon pack https://fontawesome.com/icons
#link = "https://stats.uptimerobot.com/D7okzso6kx"
################################### English language #####################################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
####################### Banner #######################################
[Languages.en.banner]
bg_image = "images/banner-shape.png"
welcome = "Hey there!"
subwelcome = "I’m Rich Howell, a Data Wrangler & SQL Server Mechanic."
subsubwelcome = "On this site I share my experiences with SQL Server"
image = "images/banner-image.png"
[Languages.fr.banner]
bg_image = "images/banner-shape.png"
title = "Salut je suis Cameron William <br> Mon blog est sur <br> <strong>Site Web et Développement</strong>"
image = "images/banner-image.png"
######################## About Me Widget ###############################
[Languages.en.about_me]
title = "Hi, I'm Rich."
bio = " I am a database developer or formerly a Senior Information Systems Analyst working in the United Kingdom."
[Languages.fr.about_me]
title = "Salut je suis George A."
bio = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vel in in donec iaculis tempus odio nunc laoreet Libero ullamcorper."
#[[params.social_profile]]
#icon = "fab fa-twitter" # Fontawesome icon pack https://fontawesome.com/icons
#link = "https://www.twitter.com/richinsql"
#[[params.social_profile]]
#icon = "fab fa-github" # Fontawesome icon pack https://fontawesome.com/icons
#link = "https://www.github.com/rich-in-sql"
#[[params.social_profile]]
#icon = "fab fa-instagram" # Fontawesome icon pack https://fontawesome.com/icons
#link = "https://www.instagram.com/richinsql_"
#[[params.social_profile]]
#icon = "fas fa-coffee" # Fontawesome icon pack https://fontawesome.com/icons
#link = "https://www.ko-fi.com/richinsql"
######################## Featurd Post Slider ###############################
[params.fps]
enable = false
######################## Popular Categories ###############################
[params.popcat]
enable = false
######################## Discord ###############################
[params.discord]
enable = true
######################## Tinyletter ###############################
[params.tinyletter]
enable = false
######################## call to action ###############################
[params.cta]
enable = false
image = "images/hugo-muscot.svg"
title = "Get the best hugo templates"
description = "Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus."
[params.cta.button]
enable = true
label = "Visit Here"
link = "https://gethugothemes.com/shop/"
############################# English - Main Menu ########################
[[Languages.en.menu.main]]
weight = 1
url = "/"
name = "Home"
[[Languages.en.menu.main]]
weight = 2
url = "blog"
name = "Blog"
hasChildren = false
[[Languages.en.menu.main]]
weight = 4
url = "training"
name = "Training"
[[Languages.en.menu.main]]
weight = 5
url = "resources"
name = "Resources"
hasChildren = true
[[Languages.en.menu.main]]
parent = "Resources"
weight = 1
url = "projects"
name = "Projects"
#[[Languages.en.menu.main]]
#parent = "Resources"
#weight = 2
#url = "tools"
#name = "Tools"
[[Languages.en.menu.main]]
parent = "Resources"
weight = 3
url = "scripts"
name = "Scripts"
[[Languages.en.menu.main]]
parent = "Resources"
weight = 4
url = "https://forum.richinsql.com/viewtopic.php?p=5#p5"
name = "Dates"
[[Languages.en.menu.main]]
parent = "Resources"
weight = 5
url = "tsql-reference"
name = "T-SQL Reference"
[[Languages.en.menu.main]]
parent = "Resources"
weight = 6
url = "books"
name = "Books We Recommend"
#[[Languages.en.menu.main]]
#weight = 6
#url = "#"
#name = "Pages"
#hasChildren = true
[[Languages.en.menu.main]]
weight = 6
url = "about"
name = "About"
[[Languages.en.menu.main]]
weight = 7
url = "contact"
name = "Contact"
# [[Languages.en.menu.main]]
# parent = "Pages"
# weight = 2
# url = "tags/tech/"
# name = "Tag"
# [[Languages.en.menu.main]]
# parent = "Pages"
# weight = 4
# url = "categories/hugo/"
# name = "Category"
# [[Languages.en.menu.main]]
# parent = "Pages"
# weight = 5
# url = "elements/"
# name = "Elements"
############################# Footer Menu ########################
#[[Languages.en.menu.footer]]
#weight = 1
#url = "about/"
#name = "About"
#[[Languages.en.menu.footer]]
#weight = 3
#url = "privacy/"
#name = "Privacy"
#[[Languages.en.menu.footer]]
#weight = 4
#url = "terms-conditions/"
#name = "Terms & Conditions"
################################### French language #####################################
[Languages.fr]
languageName = "Fr"
languageCode = "fr-fr"
contentDir = "content/french"
weight = 2
############################# French - Main Menu ########################
[[Languages.fr.menu.main]]
weight = 1
url = "/"
name = "Maison"
hasChildren = true
[[Languages.fr.menu.main]]
parent = "Maison"
weight = 1
url = "homepage/classic/"
name = "Accueil Classique"
[[Languages.fr.menu.main]]
parent = "Maison"
weight = 2
url = "homepage/creative/"
name = "Accueil Créatif"
[[Languages.fr.menu.main]]
weight = 2
url = "about"
name = "Quelque"
[[Languages.fr.menu.main]]
weight = 3
url = "contact"
name = "Contacter"
[[Languages.fr.menu.main]]
weight = 4
url = "tools"
name = "Outils"
[[Languages.fr.menu.main]]
weight = 5
url = "#"
name = "Pages"
hasChildren = true
[[Languages.fr.menu.main]]
parent = "Pages"
weight = 1
url = "tags/tech/"
name = "Mots clés"
[[Languages.fr.menu.main]]
parent = "Pages"
weight = 2
url = "categories/hugo/"
name = "Catégorie"
[[Languages.fr.menu.main]]
parent = "Pages"
weight = 3
url = "elements/"
name = "Éléments"
############################# Footer Menu ########################
[[Languages.fr.menu.footer]]
weight = 1
url = "about/"
name = "Quelque"
[[Languages.fr.menu.footer]]
weight = 2
url = "privacy/"
name = "Vie privée"
[[Languages.fr.menu.footer]]
weight = 3
url = "terms-conditions/"
name = "Termes et conditions"