-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·396 lines (346 loc) · 7.51 KB
/
_config.yml
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
# Name of your site (displayed in the header)
name: 'domain-template'
# title of website
title: 'template'
# Short bio or description (displayed in the header)
description: 'Primary theme for all sites'
# site tagline
tagline: 'Serve it!'
# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar: 'https://avatars2.githubusercontent.com/u/43266386?s=200&v=4'
# full URI IE: /mysite { Do not add trailing / }
baseurl: '/jekyll-site'
# set gh-pages theme name
theme:
# load remote theme
#remote_theme: 'https://github.com/casjay-templates/jekyll-site'
# set site author
author:
name: 'CasjaysDev'
site: 'https://github.com/casjay-templates/jekyll-site'
# set site type - default/gallery/recipes/blog
function_type: 'default'
# set gallery image url
gallery:
enabled: true
folder: '/images/gallery'
# github options
github:
show: true
repository_url: 'https://github.com/casjay-templates/jekyll-site'
user_name: 'casjay-templates'
avatar: 'https://avatars2.githubusercontent.com/u/43266386?s=200&v=4'
forkme: true
layout: 'left-top'
# set url for the contact form
form:
enabled: false
formspree:
enabled: false
submit_url: 'https://formspree.io/f'
code: ''
formmail:
enabled: false
submit_url: ''
recipient: 'form-submission'
subject: 'domain-template Contact Form'
title: 'domain-template'
env: 'REMOTE_HOST,HTTP_USER_AGENT'
return_link:
url: 'javascript: history.go(-1)'
title: 'Back to Main Page'
fields:
name: 'Name'
email: 'Email'
message: 'Message'
required: 'Name,Email,Message'
theme:
background: 'https://casjaysdev-sites.github.io/static/assets/images/bkg.png'
bgcolor: '#000000'
text_color: '#ffffff'
link_color: '#ffffff'
vlink_color: '#ffffff'
alink_color: '#ffffff'
# only set one of columns t: set a custom theme - includes/themes
custom_theme:
name: 'casjaysdev-jekyll-theme'
directory: 'hacker'
columns: '3'
footer: 'casjays-footer.html'
header: 'casjays-header.html'
nav:
bar: true
external: true
internal: true
top: 'nav/top.html'
left: 'nav/sidebars/left.html'
right: 'nav/sidebars/right.html'
font_size:
default: '1rem'
nav: '.9rem'
footer: '.8rem'
# set default timezone
timezone: 'America/New_York'
# set locale
locale: 'en'
# Seperator for the the excerps
excerpt_separator: "\n\n"
# error settings
error_pages:
show_fork: true
show_footer: true
footer_template: 'casjays-footer.html'
error_image: '/assets/images/oops.gif'
css_file: '/assets/css/errorpages/errorpages.css'
font_site:
default: '1.2rem'
header: '48px'
body: '24px'
# Set social media urls
share_this:
rss: true
code: '5acc08103368f4001495b647'
repo: 'https://github.com/casjay-templates/domain-template'
email: '[email protected]'
enabled:
footer: true
script: true
# Includes an icon for each username you enter
social_links:
enabled: true
rss: true
namename: 'casjay'
github: 'casjay'
twitter: 'casjay'
facebook: 'casjay'
flickr: 'casjay'
instagram: 'casjay'
linkedin: 'casjay'
pinterest: 'casjay'
stackoverflow: '2524088/casjay'
email: 'casjay'
# Verfication Settings
webmaster_verifications:
google: '12345'
bing: '12345'
alexa: '12345'
yandex: '12345'
baidu: '12345'
# Enable/Disable footer sections
options:
ads: true
blog: true
legal: true
clock: true
engine: true
discord: true
eucookie: true
analytics: true
sharethis: true
rocketchat: true
statcounter: true
last_updated: true
# theme footer link
engine:
enabled: true
url: 'https://github.com/casjay-templates/jekyll-site'
# Blog settings
blog:
enabled: true
prepend: 'https://github.com/'
api:
# RSS Feed
feed:
path: '/rss.xml'
posts_limit: 20
# eu cookie
eu:
cookie:
enabled: true
theme: 'edgeless'
dismiss: 'dismiss'
link_text: 'CasjaysDev Privacy Policy'
link_url: 'https://casjaysdev.pro/policy'
message: 'This site uses cookie and in accordance with the EU GDPR<br />law this message is being displayed.<br />'
# You can find your shortname on the Settings page of your Disqus account
disqus:
enabled: true
shortcode: 'casjay'
# clock settings
clock:
enabled: true
url: 'https://freesecure.timeanddate.com/clock/i7k2kmtc/n12/fn6/fs16/fc9ff/tc000/ftb/bas2/bat1/bacfff/pa8/tt0/tw1/th1/ta1/tb4'
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
analytics:
google:
site_id:
piwik:
prefix: 'https'
site_id:
url:
# Ads
ads:
google:
enabled: false
format: 'auto'
slot:
client:
# enable rocketchat
rocketchat:
enabled:
url:
discord:
enabled: false
server:
channel:
horizontal: 'bottom'
vertical: 'left'
status_counter:
enabled:
site_id:
site_code: 'ef07ac24'
# You don't need to change any of the configuration flags below !!
permalink: pretty
tag_page: '/blog/tags/'
category_page: '/blog/categories/'
# Setup collections
collections:
posts:
output: true
permalink: '/blog/:year/:month/:day/:title/'
tags:
output: true
permalink: '/blog/tags/:path/'
docs:
permalink: '/docs/:path/'
output: true
tutorials:
output: true
permalink: /howto/:name
issues:
output: true
permalink: /issues/:name
recipes:
output: true
permalink: /recipes/:name
wiki:
output: true
permalink: /wiki/:name
redirect_from:
json: true
# Set defaults
defaults:
- scope:
path: _docs
type: docs
values:
layout: docs
- scope:
path: _posts
type: posts
values:
layout: posts
- scope:
path: assets/js
type: js
values:
layout: js
- scope:
path: assets/css
type: css
values:
layout: css
- scope:
path: assets/images
type: images
values:
layout: images
# build config
highlighter: 'pygments'
# Jekyll 3 now only supports Kramdown for Markdown
kramdown:
input: GFM
syntax_highlighter: rouge
footnote_backlink: '↩︎'
syntax_highlighter_opts:
css_class: 'highlight'
# Set the Sass partials directory, as we're using @imports
sass:
sass_dir: _sass
style: expanded
jekyll_tidy:
compress_html: true
exclude:
- _posts/**/*.md
whitelist:
- jemoji
- kramdown
- jekyll-avatar
- jekyll-feed
- jekyll-mentions
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-gist
- jekyll-coffeescript
- jekyll-assets
- jekyll-sitemap
- jekyll-analytics
- jekyll-remote-include
- jekyll-menus
- jekyll-remote-theme
- jekyll-tidy
- jekyll-admin
- jekyll_pages_api
- jekyll-github-metadata
# Use the following plug-ins
plugins:
- jemoji
- kramdown
- jekyll-avatar
- jekyll-feed
- jekyll-mentions
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-gist
- jekyll-coffeescript
- jekyll-assets
- jekyll-sitemap
- jekyll-analytics
- jekyll-remote-include
- jekyll-menus
- jekyll-remote-theme
- jekyll-tidy
- jekyll-admin
- jekyll_pages_api
- jekyll-github-metadata
keep_files:
- default-*
include:
- inc
- _pages
- images
- assets
- default-css
- default-error
- default-fonts
- default-html
- default-icons
- default-js
- .htaccess
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- CNAME
- .keep
- .gitkeep
- default-*/*README.md
# Change output to _docs
destination: ./_site
# full domain name IE: httmp://mysite.com
url:
# webrick options
webrick:
headers:
Access-Control-Allow-Origin: '*'