-
Notifications
You must be signed in to change notification settings - Fork 45
/
config.toml
executable file
·262 lines (225 loc) · 7.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
############################ Default configuration #########################
baseURL = "https://christitus.com/"
title = "Chris Titus Tech | Tech Content Creator"
# theme
theme = "northendlab"
languageCode = "en-us"
# post pagination
pagination.pagerSize = "10"
# post excerpt
summaryLength = "10"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
# google analytics
googleAnalytics = "" # example: UA-123-45, for more info, read the article https://support.google.com/analytics/answer/1008080?hl=en
# disable language
disableLanguages = [""] # desable language from here
[outputs]
home = ["HTML", "AMP", "RSS", "JSON"]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = false
tabWidth = 4
noClasses = false
######################### Default Parameters ###########################
[params]
# logo
logo = "images/navlogo.png"
logoWidth = 248
logoHeight = 50
# favicon
favicon = "images/favicon.png"
# meta data
author = "Chris Titus"
description = "Having Fun with Technology"
# homepage main section
mainSections = ["posts"]
# contact form action
contact_form_action = "#" # contact form works with : https://formspree.io
# copyright
copyright = ""
rssLimit = 20
# search *** true or false (if Search is disable Menu will align in Right) ***
search = true
header_search_layout = "expanded" # "expanded" or "popupable"
# Menu align *** "left", "right" or "center" (if Search is disable Menu will align in Right) ***
menu_align = "center"
# Blog-details page sidebar
sidebar = "right" # Sidebar value ("left", "right" or false)
# google tag manager, see https://developers.google.com/tag-manager/
google_tag_manager = "" # example: G-XXXXXXXXXX
code_copy_button = true # Turn on/off the code-copy-button for code-fields
######################## Site Variables #########################
[params.variables]
# Color Variables
primary_color = "#47c4f1"
secondary_color = "#9AC4F8"
text_color = "#666666"
text_color_dark = "#222222"
body_color = "#fff"
border_color = "#ACB9C4"
black = "#000"
white = "#fff"
light = "#F8F8F8"
# 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 = "PT Sans:wght@400;700"
secondary_font = ""
icon_font = "Font Awesome 5 Free"
######################## sidebar widgets #########################
[params.widgets]
sidebar = ["toc", "google"]
# available widget : search,about-me,authors,categories,tags,recent-post,social,promotion,subscription
# preloader
[params.preloader]
enable = false
preloader = "" # use png, jpg, svg or gif format
# Subscription
[params.subscription]
enable = true
title = "Subscribe for our monthly newsletter."
input_placeholder = "Enter your email"
# Google Ads
[params.googlead]
enable = false
# 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"
[[params.plugins.css]]
link = "css/custom-nav.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://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/js/all.min.js"
attributes = "crossorigin='anonymous' defer='defer' data-search-pseudo-elements"
############################## Social Site ##########################
[[params.social]]
icon = "fab fa-youtube" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://youtube.com/c/ChrisTitusTech"
[[params.social]]
icon = "fab fa-twitch" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://twitch.tv/christitustech"
[[params.social]]
icon = "fab fa-twitter" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://twitter.com/christitustech"
[[params.social]]
icon = "fab fa-github" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://github.com/christitustech"
[[params.social]]
icon = "fab fa-linkedin" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://www.linkedin.com/in/ctitus/"
[[params.social]]
icon = "fas fa-rss" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://christitus.com/rss"
####################### Banner #######################################
[banner]
bg_image = "images/bannerbackground.png"
title = "<strong>Chris Titus Tech</strong><br>How To Articles, <br>Image Downloads,<br> Tech Guides."
image = "images/operating systems.jpg"
######################## About Me Widget ###############################
[about_me]
title = "Chris Titus Tech"
bio = ""
[[params.social_profile]]
icon = "fab fa-twitter" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://twitter.com/christitustech"
[[params.social_profile]]
icon = "fab fa-twitch" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://twitch.tv/christitustech"
[[params.social_profile]]
icon = "fab fa-github" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://github.com/christitustech"
[[params.social_profile]]
icon = "fab fa-linkedin" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://www.linkedin.com/in/ctitus/"
[[params.social_profile]]
icon = "fab fa-youtube" # Fontawesome icon pack https://fontawesome.com/icons
link = "https://youtube.com/c/ChrisTitusTech"
######################## 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 = false
label = "Visit Here"
link = "https://gethugothemes.com/shop/"
############################# English - Main Menu ########################
[[menu.main]]
weight = 1
url = "/"
name = "Home"
[[menu.main]]
weight = 2
url = "downloads/"
name = "Downloads"
[[menu.main]]
weight = 3
url = "newsletter/"
name = "Newsletter"
[[menu.main]]
weight = 6
url = "#"
name = "Sections"
hasChildren = true
[[menu.main]]
name = "Android"
url = "/categories/android"
parent = "Sections"
[[menu.main]]
name = "Linux"
url = "/categories/linux"
parent = "Sections"
[[menu.main]]
name = "MacOS"
url = "/categories/macos"
parent = "Sections"
[[menu.main]]
name = "Networking"
url = "/categories/networking"
parent = "Sections"
[[menu.main]]
name = "Windows"
url = "/categories/windows"
parent = "Sections"
[[menu.main]]
weight = 7
url = "https://youtube.com/@christitustech"
name = "YouTube"
############################# Footer Menu ########################
[[menu.footer]]
weight = 3
url = "privacy/"
name = "Privacy"
[[menu.footer]]
weight = 4
url = "terms-conditions/"
name = "Terms & Conditions"