casjaysdev-jekyll-theme 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/.gitattributes +0 -0
  3. data/.gitignore +96 -17
  4. data/.prettierrc.json +8 -0
  5. data/.vscode/settings.json +6 -0
  6. data/Gemfile +25 -15
  7. data/LICENSE.md +1 -1
  8. data/_config.yml +195 -105
  9. data/_data/nav/external.yml +1 -1
  10. data/_includes/ads/adsense.html +15 -0
  11. data/_includes/analytics/google.html +13 -0
  12. data/_includes/{casjaysdev/piwik.html → analytics/matomo.html} +5 -6
  13. data/_includes/casjays-footer.html +61 -43
  14. data/_includes/casjays-header.html +39 -1
  15. data/_includes/casjaysdev/clock.html +3 -12
  16. data/_includes/casjaysdev/eucookie.html +21 -30
  17. data/_includes/casjaysdev/legal.html +17 -38
  18. data/_includes/casjaysdev/rocketchat.html +3 -4
  19. data/_includes/casjaysdev/sharethis.html +6 -42
  20. data/_includes/casjaysdev/socialfooter.html +9 -85
  21. data/_includes/casjaysdev/sociallinks.html +51 -79
  22. data/_includes/casjaysdev/statcounter.html +8 -25
  23. data/_includes/casjaysdev/theme.html +9 -11
  24. data/_includes/casjaysdev/widgetbot.html +3 -1
  25. data/_includes/disqus.html +3 -7
  26. data/_includes/functions/blog.html +68 -0
  27. data/_includes/functions/default.html +3 -0
  28. data/{_pages → _includes/functions}/gallery/index.html +3 -5
  29. data/_includes/functions/gallery.html +44 -0
  30. data/_includes/functions/recipes.html +68 -0
  31. data/_includes/github.html +17 -7
  32. data/_includes/nav/external.html +10 -11
  33. data/_includes/nav/internal.html +14 -10
  34. data/_includes/nav/sidebars/right.html +2 -1
  35. data/_includes/nav/top.html +12 -19
  36. data/_includes/themes/blank/layouts/default.html +5 -20
  37. data/_includes/themes/blank/navigation.html +16 -18
  38. data/_includes/themes/hacker/layouts/default.html +32 -60
  39. data/_includes/themes/hacker/meta.html +2 -95
  40. data/_includes/themes/hacker/page_header.html +27 -0
  41. data/_layouts/default.html +32 -13
  42. data/_layouts/page.html +3 -3
  43. data/_layouts/post.html +1 -1
  44. data/_layouts/recipes.html +43 -0
  45. data/_pages/about/index.html +3 -5
  46. data/_pages/blog/catergories/catergories.html +6 -6
  47. data/_pages/blog/index.html +48 -44
  48. data/_pages/blog/tags/tags.html +6 -6
  49. data/_pages/contact/index.html +62 -160
  50. data/_pages/index.html +102 -7
  51. data/_pages/rss/index.xml +1 -0
  52. data/_posts/2021-07-31-welcome-to-your-new-site.md +14 -0
  53. data/_posts/2022-07-31-templates-update.md +14 -0
  54. data/_posts/2023-04-24-theme-rewrite.md +14 -0
  55. data/assets/css/bootstrap/bootstrap-icons.css +5994 -2002
  56. data/assets/css/bootstrap/font-awesome.css +6812 -3
  57. data/assets/css/errorpages/errorpages.css +8 -7
  58. data/assets/css/gh/ribbon.css +31 -18
  59. data/assets/css/hacker.css +41 -54
  60. data/assets/css/other/forms-min.css +316 -1
  61. data/assets/js/errorpages/homepage.js +4 -2
  62. data/assets/js/errorpages/isup.js +5 -2
  63. data/assets/js/errorpages/loaddomain.js +5 -2
  64. data/assets/js/fetch-url.js +1 -3
  65. data/assets/js/utils/bootstrap.bundle.min.js +4181 -6
  66. data/assets/js/utils/fetch.min.js +467 -1
  67. data/casjaysdev-jekyll-theme.gemspec +16 -6
  68. data/error/403.html +49 -0
  69. data/error/404.html +39 -34
  70. data/error/418.html +48 -0
  71. data/error/500.html +39 -34
  72. data/error/502.html +49 -0
  73. data/error/503.html +49 -0
  74. data/error/504.html +49 -0
  75. data/health/index.html +7 -0
  76. data/health/json +3 -0
  77. data/health/txt +1 -0
  78. metadata +259 -22
  79. data/.editorconfig +0 -8
  80. data/CNAME +0 -1
  81. data/Gemfile.lock +0 -310
  82. data/_includes/casjaysdev/ads.html +0 -24
  83. data/_includes/casjaysdev/google.html +0 -32
  84. data/_includes/image-gallery.html +0 -30
  85. data/_layouts/errors.html +0 -26
  86. data/images/.keep +0 -1
data/_config.yml CHANGED
@@ -1,123 +1,151 @@
1
1
  # Name of your site (displayed in the header)
2
- name: "domain-template"
2
+ name: 'domain-template'
3
+
4
+ # title of website
5
+ title: 'template'
3
6
 
4
7
  # Short bio or description (displayed in the header)
5
- description: "Primary theme for all sites"
8
+ description: 'Primary theme for all sites'
6
9
 
7
10
  # site tagline
8
- tagline: "Serve it!"
11
+ tagline: 'Serve it!'
9
12
 
10
13
  # URL of your avatar or profile pic (you could use your GitHub profile pic)
11
- avatar: "https://avatars2.githubusercontent.com/u/43266386?s=200&v=4"
12
-
13
- # full domain name IE: httmp://mysite.com
14
- url:
14
+ avatar: 'https://avatars2.githubusercontent.com/u/43266386?s=200&v=4'
15
15
 
16
16
  # full URI IE: /mysite { Do not add trailing / }
17
- baseurl: ""
17
+ baseurl: '/jekyll-site'
18
+
19
+ # set gh-pages theme name
20
+ theme:
21
+
22
+ # load remote theme
23
+ #remote_theme: 'https://github.com/casjay-templates/jekyll-site'
18
24
 
19
25
  # set site author
20
26
  author:
21
- name:
22
- site:
27
+ name: 'CasjaysDev'
28
+ site: 'https://github.com/casjay-templates/jekyll-site'
29
+
30
+ # set site type - default/gallery/recipes/blog
31
+ function_type: 'default'
23
32
 
24
33
  # set gallery image url
25
34
  gallery:
26
- enabled: false
27
- folder: "/images/gallery"
35
+ enabled: true
36
+ folder: '/images/gallery'
28
37
 
29
38
  # github options
30
39
  github:
31
40
  show: true
32
- repo:
33
- user:
34
- avatar:
41
+ repository_url: 'https://github.com/casjay-templates/jekyll-site'
42
+ user_name: 'casjay-templates'
43
+ avatar: 'https://avatars2.githubusercontent.com/u/43266386?s=200&v=4'
35
44
  forkme: true
36
- layout: left-top
45
+ layout: 'left-top'
37
46
 
38
47
  # set url for the contact form
39
48
  form:
40
49
  enabled: false
41
- type: "formspree"
42
50
  formspree:
43
- submit_url: "https://formspree.io/f"
44
- code: ""
51
+ enabled: false
52
+ submit_url: 'https://formspree.io/f'
53
+ code: ''
45
54
  formmail:
46
- submit_url: ""
47
- recipient: "form-submission"
48
- subject: "domain-template Contact Form"
49
- title: "domain-template"
50
- env: "REMOTE_HOST,HTTP_USER_AGENT"
55
+ enabled: false
56
+ submit_url: ''
57
+ recipient: 'form-submission'
58
+ subject: 'domain-template Contact Form'
59
+ title: 'domain-template'
60
+ env: 'REMOTE_HOST,HTTP_USER_AGENT'
51
61
  return_link:
52
- url: "javascript: history.go(-1)"
53
- title: "Back to Main Page"
62
+ url: 'javascript: history.go(-1)'
63
+ title: 'Back to Main Page'
54
64
  fields:
55
- name: "Name"
56
- email: "Email"
57
- message: "Message"
58
- required: "Name,Email,Message"
65
+ name: 'Name'
66
+ email: 'Email'
67
+ message: 'Message'
68
+ required: 'Name,Email,Message'
59
69
  theme:
60
- background: "https://casjaysdev-sites.github.io/static.casjay.net/assets/images/bkg.png"
61
- bgcolor: "#000000"
62
- text_color: "#ffffff"
63
- link_color: "#ffffff"
64
- vlink_color: "#ffffff"
65
- alink_color: "#ffffff"
70
+ background: 'https://casjaysdev-sites.github.io/static/assets/images/bkg.png'
71
+ bgcolor: '#000000'
72
+ text_color: '#ffffff'
73
+ link_color: '#ffffff'
74
+ vlink_color: '#ffffff'
75
+ alink_color: '#ffffff'
66
76
 
67
77
  # only set one of columns t: set a custom theme - includes/themes
68
78
  custom_theme:
69
- name: hacker
70
- columns: "3"
71
- footer: "casjays-footer.html"
72
- header: "casjays-header.html"
79
+ name: 'casjaysdev-jekyll-theme'
80
+ directory: 'hacker'
81
+ columns: '3'
82
+ footer: 'casjays-footer.html'
83
+ header: 'casjays-header.html'
73
84
  nav:
74
85
  bar: true
75
86
  external: true
76
87
  internal: true
77
- top: "nav/top.html"
78
- left: "nav/sidebars/left.html"
79
- right: "nav/sidebars/right.html"
88
+ top: 'nav/top.html'
89
+ left: 'nav/sidebars/left.html'
90
+ right: 'nav/sidebars/right.html'
91
+ font_size:
92
+ default: '1rem'
93
+ nav: '.9rem'
94
+ footer: '.8rem'
80
95
 
81
96
  # set default timezone
82
- timezone: America/New_York
97
+ timezone: 'America/New_York'
83
98
 
84
99
  # set locale
85
- locale: "en"
100
+ locale: 'en'
86
101
 
87
102
  # Seperator for the the excerps
88
103
  excerpt_separator: "\n\n"
89
104
 
105
+ # error settings
106
+ error_pages:
107
+ show_fork: true
108
+ show_footer: true
109
+ footer_template: 'casjays-footer.html'
110
+ error_image: '/assets/images/oops.gif'
111
+ css_file: '/assets/css/errorpages/errorpages.css'
112
+ font_site:
113
+ default: '1.2rem'
114
+ header: '48px'
115
+ body: '24px'
116
+
90
117
  # Set social media urls
91
- share-this:
118
+ share_this:
92
119
  rss: true
93
- code: "5acc08103368f4001495b647"
94
- repo: "https://github.com/casjay-templates/domain-template"
95
- email:
120
+ code: '5acc08103368f4001495b647'
121
+ repo: 'https://github.com/casjay-templates/domain-template'
122
+ email: 'git-admin@casjaysdev.pro'
96
123
  enabled:
97
124
  footer: true
98
125
  script: true
99
126
 
100
127
  # Includes an icon for each username you enter
101
- social-links:
128
+ social_links:
129
+ enabled: true
102
130
  rss: true
103
- name:
104
- github:
105
- twitter:
106
- facebook:
107
- flickr:
108
- instagram:
109
- linkedin:
110
- pinterest:
111
- email:
112
- show_social: true
131
+ namename: 'casjay'
132
+ github: 'casjay'
133
+ twitter: 'casjay'
134
+ facebook: 'casjay'
135
+ flickr: 'casjay'
136
+ instagram: 'casjay'
137
+ linkedin: 'casjay'
138
+ pinterest: 'casjay'
139
+ stackoverflow: '2524088/casjay'
140
+ email: 'casjay'
113
141
 
114
142
  # Verfication Settings
115
143
  webmaster_verifications:
116
- google: 12345
117
- bing: 12345
118
- alexa: 12345
119
- yandex: 12345
120
- baidu: 12345
144
+ google: '12345'
145
+ bing: '12345'
146
+ alexa: '12345'
147
+ yandex: '12345'
148
+ baidu: '12345'
121
149
 
122
150
  # Enable/Disable footer sections
123
151
  options:
@@ -125,11 +153,10 @@ options:
125
153
  blog: true
126
154
  legal: true
127
155
  clock: true
128
- piwik: true
129
156
  engine: true
130
- google: true
131
157
  discord: true
132
158
  eucookie: true
159
+ analytics: true
133
160
  sharethis: true
134
161
  rocketchat: true
135
162
  statcounter: true
@@ -137,82 +164,90 @@ options:
137
164
 
138
165
  # theme footer link
139
166
  engine:
140
- url: https://github.com/casjay-templates/jekyll-site
167
+ enabled: true
168
+ url: 'https://github.com/casjay-templates/jekyll-site'
141
169
 
142
170
  # Blog settings
143
171
  blog:
144
172
  enabled: true
173
+ prepend: 'https://github.com/'
145
174
  api:
146
175
 
147
176
  # RSS Feed
148
177
  feed:
149
- path: /rss.xml
178
+ path: '/rss.xml'
150
179
  posts_limit: 20
151
180
 
152
181
  # eu cookie
153
- eucookie:
154
- enabled: true
182
+ eu:
183
+ cookie:
184
+ enabled: true
185
+ theme: 'edgeless'
186
+ dismiss: 'dismiss'
187
+ link_text: 'CasjaysDev Privacy Policy'
188
+ link_url: 'https://casjaysdev.pro/policy'
189
+ message: 'This site uses cookie and in accordance with the EU GDPR<br />law this message is being displayed.<br />'
155
190
 
156
191
  # You can find your shortname on the Settings page of your Disqus account
157
192
  disqus:
158
193
  enabled: true
159
- shortcode: casjay
194
+ shortcode: 'casjay'
160
195
 
161
196
  # clock settings
162
197
  clock:
163
198
  enabled: true
164
- url: "https://freesecure.timeanddate.com/clock/i7k2kmtc/n12/fn6/fs16/fc9ff/tc000/ftb/bas2/bat1/bacfff/pa8/tt0/tw1/th1/ta1/tb4"
199
+ url: 'https://freesecure.timeanddate.com/clock/i7k2kmtc/n12/fn6/fs16/fc9ff/tc000/ftb/bas2/bat1/bacfff/pa8/tt0/tw1/th1/ta1/tb4'
165
200
 
166
201
  # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
167
- google:
168
- analytics:
202
+ analytics:
203
+ google:
204
+ site_id:
205
+ piwik:
206
+ prefix: 'https'
207
+ site_id:
208
+ url:
169
209
 
170
210
  # Ads
171
211
  ads:
172
- enabled: false
173
212
  google:
174
- format: auto
213
+ enabled: false
214
+ format: 'auto'
175
215
  slot:
176
216
  client:
177
217
 
178
- # piwik code
179
- piwik:
180
- prefix: https
181
- site_id:
182
- url:
183
-
184
218
  # enable rocketchat
185
219
  rocketchat:
220
+ enabled:
186
221
  url:
187
222
 
188
223
  discord:
189
- enable: true
190
- server:
191
- channel:
192
- horizontal: bottom
193
- vertical: left
224
+ enabled: false
225
+ server:
226
+ channel:
227
+ horizontal: 'bottom'
228
+ vertical: 'left'
194
229
 
195
- statuscounter:
196
- id:
197
- code: ef07ac24
198
- url: //c.statcounter.com/REPLACEID/0/ef07ac24/0/
230
+ status_counter:
231
+ enabled:
232
+ site_id:
233
+ site_code: 'ef07ac24'
199
234
 
200
235
  # You don't need to change any of the configuration flags below !!
201
236
  permalink: pretty
202
237
 
203
- tag_page: "/blog/tags/"
204
- category_page: "/blog/categories/"
238
+ tag_page: '/blog/tags/'
239
+ category_page: '/blog/categories/'
205
240
 
206
241
  # Setup collections
207
242
  collections:
208
243
  posts:
209
244
  output: true
210
- permalink: "/blog/:year/:month/:day/:title/"
245
+ permalink: '/blog/:year/:month/:day/:title/'
211
246
  tags:
212
247
  output: true
213
- permalink: "/blog/tags/:path/"
248
+ permalink: '/blog/tags/:path/'
214
249
  docs:
215
- permalink: "/docs/:path/"
250
+ permalink: '/docs/:path/'
216
251
  output: true
217
252
  tutorials:
218
253
  output: true
@@ -228,6 +263,7 @@ collections:
228
263
  permalink: /wiki/:name
229
264
 
230
265
  redirect_from:
266
+
231
267
  json: true
232
268
 
233
269
  # Set defaults
@@ -243,18 +279,31 @@ defaults:
243
279
  values:
244
280
  layout: posts
245
281
  - scope:
246
- path: images
282
+ path: assets/js
283
+ type: js
284
+ values:
285
+ layout: js
286
+ - scope:
287
+ path: assets/css
288
+ type: css
289
+ values:
290
+ layout: css
291
+ - scope:
292
+ path: assets/images
247
293
  type: images
248
294
  values:
249
295
  layout: images
250
296
 
297
+ # build config
298
+ highlighter: 'pygments'
299
+
251
300
  # Jekyll 3 now only supports Kramdown for Markdown
252
301
  kramdown:
253
302
  input: GFM
254
303
  syntax_highlighter: rouge
255
- footnote_backlink: "&#x21A9;&#xFE0E;"
304
+ footnote_backlink: '&#x21A9;&#xFE0E;'
256
305
  syntax_highlighter_opts:
257
- css_class: "highlight"
306
+ css_class: 'highlight'
258
307
 
259
308
  # Set the Sass partials directory, as we're using @imports
260
309
  sass:
@@ -263,13 +312,34 @@ sass:
263
312
 
264
313
  jekyll_tidy:
265
314
  compress_html: true
266
- exclude: ["*.md"]
315
+ exclude:
316
+ - _posts/**/*.md
317
+
318
+ whitelist:
319
+ - jemoji
320
+ - kramdown
321
+ - jekyll-avatar
322
+ - jekyll-feed
323
+ - jekyll-mentions
324
+ - jekyll-redirect-from
325
+ - jekyll-seo-tag
326
+ - jekyll-gist
327
+ - jekyll-coffeescript
328
+ - jekyll-assets
329
+ - jekyll-sitemap
330
+ - jekyll-analytics
331
+ - jekyll-remote-include
332
+ - jekyll-menus
333
+ - jekyll-remote-theme
334
+ - jekyll-tidy
335
+ - jekyll-admin
336
+ - jekyll_pages_api
337
+ - jekyll-github-metadata
267
338
 
268
339
  # Use the following plug-ins
269
340
  plugins:
270
341
  - jemoji
271
342
  - kramdown
272
- - github-pages
273
343
  - jekyll-avatar
274
344
  - jekyll-feed
275
345
  - jekyll-mentions
@@ -277,15 +347,32 @@ plugins:
277
347
  - jekyll-seo-tag
278
348
  - jekyll-gist
279
349
  - jekyll-coffeescript
350
+ - jekyll-assets
351
+ - jekyll-sitemap
280
352
  - jekyll-analytics
281
353
  - jekyll-remote-include
282
354
  - jekyll-menus
283
355
  - jekyll-remote-theme
356
+ - jekyll-tidy
357
+ - jekyll-admin
358
+ - jekyll_pages_api
359
+ - jekyll-github-metadata
360
+
361
+ keep_files:
362
+ - default-*
284
363
 
285
- # Include folders and files
286
364
  include:
365
+ - inc
287
366
  - _pages
288
367
  - images
368
+ - assets
369
+ - default-css
370
+ - default-error
371
+ - default-fonts
372
+ - default-html
373
+ - default-icons
374
+ - default-js
375
+ - .htaccess
289
376
 
290
377
  # Exclude these files from your production _site
291
378
  exclude:
@@ -295,12 +382,15 @@ exclude:
295
382
  - CNAME
296
383
  - .keep
297
384
  - .gitkeep
298
- - casjaysdev-jekyll-theme.gemspec
385
+ - default-*/*README.md
299
386
 
300
387
  # Change output to _docs
301
388
  destination: ./_site
302
389
 
390
+ # full domain name IE: httmp://mysite.com
391
+ url:
392
+
303
393
  # webrick options
304
394
  webrick:
305
395
  headers:
306
- Access-Control-Allow-Origin: "*"
396
+ Access-Control-Allow-Origin: '*'
@@ -3,4 +3,4 @@
3
3
  # Manually specify any other links
4
4
 
5
5
  - title: CasjaysDev
6
- url: https://casjaysdev.com
6
+ url: https://casjaysdev.pro
@@ -0,0 +1,15 @@
1
+ {% if site.ads.google.enabled == true and site.ads.google.client and site.ads.google.slot %}
2
+ <!-- begin google ads block --->
3
+ <div class="ads">
4
+ <script async defer src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
5
+ <ins
6
+ class="adsbygoogle"
7
+ style="display: block"
8
+ data-ad-slot="{{ site.ads.google.slot }}"
9
+ data-ad-format="{{ site.ads.google.format }}"
10
+ data-ad-client="{{ site.ads.google.client }}"
11
+ ></ins>
12
+ <script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
13
+ </div>
14
+ <!-- end google ads block --->
15
+ {% endif %}
@@ -0,0 +1,13 @@
1
+ {% if site.analytics.google.site_id %}
2
+ <!-- begin google analytics block --->
3
+ <div class="analytics">
4
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.analytics.google.site_id }}"></script>
5
+ <script>
6
+ window.dataLayer = window.dataLayer || [];
7
+ function gtag() { dataLayer.push(arguments); }
8
+ gtag("js", new Date());
9
+ gtag("config", "{{ site.analytics.google.site_id }}");
10
+ </script>
11
+ </div>
12
+ <!-- end google analytics block --->
13
+ {% endif %}
@@ -1,4 +1,5 @@
1
- {% if site.piwik.url %}
1
+ {% if site.analytics.piwik.site_id %}
2
+ <!-- begin piwik analytics block --->
2
3
  <div class="piwik">
3
4
  <script>
4
5
  var _paq = (window._paq = window._paq || []);
@@ -6,9 +7,9 @@
6
7
  _paq.push(["trackPageView"]);
7
8
  _paq.push(["enableLinkTracking"]);
8
9
  (function () {
9
- var u = "{{ site.piwik.prefix }}://{{ site.piwik.url }}/";
10
+ var u = "{{ site.analytics.piwik.prefix }}://{{ site.analytics.piwik.url }}/";
10
11
  _paq.push(["setTrackerUrl", u + "matomo.php"]);
11
- _paq.push(["setSiteId", "{{ site.piwik.site_id }}"]);
12
+ _paq.push(["setSiteId", "{{ site.analytics.piwik.site_id }}"]);
12
13
  var d = document,
13
14
  g = d.createElement("script"),
14
15
  s = d.getElementsByTagName("script")[0];
@@ -17,8 +18,6 @@
17
18
  s.parentNode.insertBefore(g, s);
18
19
  })();
19
20
  </script>
20
- <br />
21
- {% else %}
22
- <!-- pikik is disabled -->
23
21
  </div>
22
+ <!-- end piwik analytics block --->
24
23
  {% endif %}
@@ -1,75 +1,93 @@
1
1
  <!-- Begin Footer -->
2
2
  <div class="footer vh-100">
3
- <div class="footer-custom fs-4">
4
- <br />
5
- <br />
6
- <br />
3
+ <div class="footer-custom" style="font-size: {{ site.custom_theme.nav.font_size.footer }};">
7
4
  <!-- Begin last updated -->
8
5
  {% if site.options.last_updated == true %}
9
- <span style="color: skyblue">
10
- Last update on: {{ site.time | date: '%B %d, %Y at %H:%M' }}
11
- </span>
12
- <br />
13
- <br />
6
+ <span style="color: skyblue">
7
+ Last update on: {{ site.time | date: '%B %d, %Y at %H:%M' }}
8
+ </span>
9
+ <br />
10
+ <br />
14
11
  {% endif %}
15
12
  <!-- End last updated -->
16
13
 
17
- <!-- Social Links -->
18
- {% if site.options.sharethis == true %} {% include casjaysdev/sharethis.html
19
- %} {% endif %}
20
- <!-- End Social Links-->
21
-
22
14
  <!-- Begin Casjays Developments Footer -->
23
- {% if site.options.legal == true %} {% include casjaysdev/legal.html %} {%
24
- endif %}
15
+ {% if site.options.legal == true %}
16
+ <br />
17
+ {% include casjaysdev/legal.html %}
18
+ <br />
19
+ {% endif %}
25
20
  <!-- End Casjays Developments Footer -->
26
21
 
27
22
  <!-- Begin theme Code -->
28
- {% if site.options.engine == true %} {% include casjaysdev/theme.html %} {%
29
- endif %}
23
+ {% if site.options.engine == true %}
24
+ {% include casjaysdev/theme.html %}
25
+ <br />
26
+ {% endif %}
30
27
  <!-- End theme Code -->
31
28
 
32
29
  <!-- clock -->
33
- {% if site.options.clock == true %} {% include casjaysdev/clock.html %} {%
34
- endif %}
30
+ {% if site.options.clock == true %}
31
+ <br />
32
+ <br />
33
+ {% include casjaysdev/clock.html %}
34
+ <br />
35
+ <br />
36
+ {% endif %}
35
37
  <!-- End clock-->
36
38
 
37
39
  <!--Begin Statcounter Code -->
38
- {% if site.options.statcounter == true %} {% include
39
- casjaysdev/statcounter.html %} {% endif %}
40
+ {% if site.options.statcounter == true %}
41
+ {% include casjaysdev/statcounter.html %}
42
+ <br />
43
+ {% endif %}
40
44
  <!-- End Statcounter Code -->
41
45
 
42
- <!-- Begin Google Track -->
43
- {% if site.options.google == true %} {% include casjaysdev/google.html %} {%
44
- endif %}
45
- <!-- Eng Google Track -->
46
+ <!-- Begin analytics Track -->
47
+ {% if site.options.analytics == true %}
48
+ {% include analytics/google.html %}
49
+ <br />
50
+ {% include analytics/matomo.html %}
51
+ <br />
52
+ {% endif %}
53
+ <!-- Eng analytics Track -->
46
54
 
47
- <!--Begin ads Code -->
48
- {% if site.options.ads == true %} {% include casjaysdev/ads.html %} {% endif
49
- %}
50
- <!-- End ads Code -->
55
+ <!--Begin adsense Code -->
56
+ {% if site.options.ads == true %}
57
+ {% include ads/adsense.html %}
58
+ <br />
59
+ {% endif %}
60
+ <!-- End adsense Code -->
51
61
 
52
62
  <!-- Begin EU compliant -->
53
- {% if site.options.eucookie == true %} {% include casjaysdev/eucookie.html
54
- %} {% endif %}
63
+ {% if site.options.eucookie == true %}
64
+ {% include casjaysdev/eucookie.html %}
65
+ <br />
66
+ {% endif %}
55
67
  <!-- End EU compliant -->
56
68
 
57
- <!-- Begin Piwik Tracking Code -->
58
- {% if site.options.piwik == true %} {% include casjaysdev/piwik.html %} {%
59
- endif %}
60
- <!-- End Piwik Tracking Code -->
61
-
62
69
  <!-- Begin WidgetBot Code -->
63
- {% if site.options.discord == true %} {% include casjaysdev/widgetbot.html
64
- %} {% endif %}
70
+ {% if site.options.discord == true %}
71
+ {% include casjaysdev/widgetbot.html %}
72
+ <br />
73
+ {% endif %}
65
74
  <!-- End WidgetBot Code -->
66
75
 
67
76
  <!-- Start of Rocket.Chat Livechat Script -->
68
- {% if site.options.rocketchat == true %} {% include
69
- casjaysdev/rocketchat.html %} {% endif %}
77
+ {% if site.options.rocketchat == true %}
78
+ {% include casjaysdev/rocketchat.html %}
79
+ <br />
80
+ {% endif %}
70
81
  <!-- End of Rocket.Chat Livechat Script -->
82
+
83
+ <!-- Start of fork me -->
84
+ {% if site.github.forkme == true %}
85
+ <a class="github-fork-ribbon {{ site.github.layout }}" href="{{ site.github.repository_url }}/fork" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
86
+ <br />
87
+ {% endif %}
88
+ <!-- End fork me -->
89
+ <br />
90
+ <br />
71
91
  </div>
72
- <br />
73
- <br />
74
92
  </div>
75
93
  <!-- End Footer -->