casjaysdev-jekyll-theme 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.editorconfig +8 -0
- data/.gitignore +72 -0
- data/.travis.dnu +28 -0
- data/CNAME +1 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +175 -0
- data/LICENSE.md +675 -0
- data/README.md +7 -0
- data/_config.yml +247 -0
- data/_data/nav/external.yml +6 -0
- data/_data/nav/internal.yml +3 -0
- data/_drafts/.keep +0 -0
- data/_includes/casjays-footer.html +71 -0
- data/_includes/casjays-header.html +5 -0
- data/_includes/casjaysdev/ads.html +1 -0
- data/_includes/casjaysdev/eucookie.html +28 -0
- data/_includes/casjaysdev/google.html +18 -0
- data/_includes/casjaysdev/legal.html +25 -0
- data/_includes/casjaysdev/piwik.html +17 -0
- data/_includes/casjaysdev/rocketchat.html +12 -0
- data/_includes/casjaysdev/sharethis.html +26 -0
- data/_includes/casjaysdev/socialfooter.html +38 -0
- data/_includes/casjaysdev/sociallinks.html +39 -0
- data/_includes/casjaysdev/statcounter.html +20 -0
- data/_includes/casjaysdev/theme.html +13 -0
- data/_includes/casjaysdev/widgetbot.html +17 -0
- data/_includes/disqus.html +20 -0
- data/_includes/github.html +3 -0
- data/_includes/image-gallery.html +53 -0
- data/_includes/nav/external.html +9 -0
- data/_includes/nav/internal.html +12 -0
- data/_includes/nav/sidebars/blank.html +0 -0
- data/_includes/nav/sidebars/left.html +1 -0
- data/_includes/nav/sidebars/right.html +2 -0
- data/_includes/nav/top.html +21 -0
- data/_includes/paginator.liquid +14 -0
- data/_includes/read_time.html +3 -0
- data/_includes/themes/blank/layouts/default.html +22 -0
- data/_includes/themes/blank/meta.html +0 -0
- data/_includes/themes/blank/navigation.html +21 -0
- data/_includes/themes/hacker/layouts/default.html +73 -0
- data/_includes/themes/hacker/meta.html +50 -0
- data/_layouts/default.html +41 -0
- data/_layouts/errors.html +33 -0
- data/_layouts/page.html +13 -0
- data/_layouts/post.html +43 -0
- data/_pages/about.html +8 -0
- data/_pages/contact.html +32 -0
- data/_pages/gallery.html +9 -0
- data/_pages/index.html +10 -0
- data/_plugins/hook-add-last-modified-date.rb +9 -0
- data/_plugins/jekyll-remote-include.rb +24 -0
- data/_posts/2020-07-31-Updated-Theming-Engine.md +12 -0
- data/_posts/2020-07-31-new-deploy.md +12 -0
- data/assets/css/base.css +0 -0
- data/assets/css/hacker.css +978 -0
- data/assets/images/bkg.png +0 -0
- data/assets/images/blacktocat.png +0 -0
- data/assets/images/bullet.png +0 -0
- data/assets/images/loader.gif +0 -0
- data/assets/images/logo.png +0 -0
- data/assets/images/oops.gif +0 -0
- data/assets/js/fetch-url.js +7 -0
- data/assets/js/gh-blog.js +50 -0
- data/assets/js/posts.js +82 -0
- data/blog/catergories/catergories.html +13 -0
- data/blog/index.html +49 -0
- data/blog/tags/tags.html +13 -0
- data/casjaysdev-jekyll-theme.gemspec +43 -0
- data/error/404.html +32 -0
- data/error/500.html +31 -0
- data/feed.xml +37 -0
- data/images/.keep +1 -0
- data/images/powered_by_jekyll.jpg +0 -0
- data/sitemap.xml +27 -0
- data/templates/year-month-day-name.blank.md +12 -0
- data/templates/year-month-day-name.image.md +12 -0
- data/templates/year-month-day-name.link.md +12 -0
- data/templates/year-month-day-name.video.md +12 -0
- data/templates/year-month-day-name.yt.html +16 -0
- data/version.txt +1 -0
- metadata +453 -0
data/README.md
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
### My Jekyll Theme
|
2
|
+
|
3
|
+
[](https://badge.fury.io/rb/jekyll-casjaysdev) [](https://travis-ci.org/casjay-templates/jekyll-site)
|
4
|
+
|
5
|
+
jekyll-casjaysdev theme for my sites
|
6
|
+
|
7
|
+
Uses the jekyll-casjaysdev theme - [jekyll-casjaysdev](https://github.com/casjay-themes/jekyll-casjaysdev)
|
data/_config.yml
ADDED
@@ -0,0 +1,247 @@
|
|
1
|
+
# This file contains configuration flags to customize your site
|
2
|
+
|
3
|
+
# Name of your site (displayed in the header)
|
4
|
+
name: "jekyll-casjaysdev"
|
5
|
+
|
6
|
+
# Short bio or description (displayed in the header)
|
7
|
+
description: "Jekyll theme for casjaysdev"
|
8
|
+
|
9
|
+
# site tagline
|
10
|
+
tagline: "Serve it!"
|
11
|
+
|
12
|
+
# URL of your avatar or profile pic (you could use your GitHub profile pic)
|
13
|
+
avatar: "https://avatars2.githubusercontent.com/u/43266386?s=200&v=4"
|
14
|
+
|
15
|
+
# full URI IE: /mysite { Do not add trailing / }
|
16
|
+
baseurl: ""
|
17
|
+
|
18
|
+
# set site author
|
19
|
+
author:
|
20
|
+
name: casjaysdev
|
21
|
+
url: http://casjay.net
|
22
|
+
|
23
|
+
# set url for the contact form
|
24
|
+
form:
|
25
|
+
submit_url: https://formspree.io/xknqkpjo
|
26
|
+
|
27
|
+
# only set one of columns_ to enabled
|
28
|
+
# set a custom theme - includes/themes
|
29
|
+
# hacker
|
30
|
+
custom_theme:
|
31
|
+
name: hacker
|
32
|
+
columns: "2"
|
33
|
+
footer: casjays-footer.html
|
34
|
+
header: casjays-header.html
|
35
|
+
nav:
|
36
|
+
bar: true
|
37
|
+
external: true
|
38
|
+
internal: true
|
39
|
+
top: nav/top.html
|
40
|
+
right: nav/sidebars/right.html
|
41
|
+
left: nav/sidebars/left.html
|
42
|
+
|
43
|
+
# set default timezone
|
44
|
+
timezone: America/New_York
|
45
|
+
|
46
|
+
# set locale
|
47
|
+
locale: "en"
|
48
|
+
|
49
|
+
# Seperator for the the excerps
|
50
|
+
excerpt_separator: "\n\n"
|
51
|
+
|
52
|
+
# Set social media urls
|
53
|
+
share-this:
|
54
|
+
rss: true
|
55
|
+
code: 5acc08103368f4001495b647
|
56
|
+
repo: https://github.com/casjaysdev-sites/hak.casjay.net
|
57
|
+
email:
|
58
|
+
enabled:
|
59
|
+
footer: true
|
60
|
+
script: true
|
61
|
+
|
62
|
+
# Includes an icon for each username you enter
|
63
|
+
social-links:
|
64
|
+
rss: true
|
65
|
+
name: casjay
|
66
|
+
github: casjay
|
67
|
+
twitter: casjay
|
68
|
+
facebook: casjaysdev
|
69
|
+
flickr: casjay
|
70
|
+
instagram: casjay
|
71
|
+
linkedin: casjay
|
72
|
+
pinterest: casjaysdev
|
73
|
+
email: casjay@cock.li
|
74
|
+
show_social: true
|
75
|
+
|
76
|
+
# Verfication Settings
|
77
|
+
webmaster_verifications:
|
78
|
+
google: 12345
|
79
|
+
bing: 12345
|
80
|
+
alexa: 12345
|
81
|
+
yandex: 12345
|
82
|
+
baidu: 12345
|
83
|
+
|
84
|
+
# github options
|
85
|
+
github:
|
86
|
+
show: false
|
87
|
+
repo:
|
88
|
+
user:
|
89
|
+
avatar:
|
90
|
+
forkme: false
|
91
|
+
|
92
|
+
# Enable/Disable footer sections
|
93
|
+
options:
|
94
|
+
engine: true
|
95
|
+
sharethis: true
|
96
|
+
legal: true
|
97
|
+
statcounter: true
|
98
|
+
google: true
|
99
|
+
ads: true
|
100
|
+
eucookie: true
|
101
|
+
rocketchat: true
|
102
|
+
piwik: true
|
103
|
+
discord: true
|
104
|
+
|
105
|
+
# // TODO: Blog settings advanced feature
|
106
|
+
blog:
|
107
|
+
enabled:
|
108
|
+
api:
|
109
|
+
|
110
|
+
feed:
|
111
|
+
path: /rss.xml
|
112
|
+
posts_limit: 20
|
113
|
+
|
114
|
+
# You can find your shortname on the Settings page of your Disqus account
|
115
|
+
disqus: casjay
|
116
|
+
|
117
|
+
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
|
118
|
+
google:
|
119
|
+
analytics: UA-936146-1
|
120
|
+
|
121
|
+
# piwik code
|
122
|
+
piwik:
|
123
|
+
pre: https
|
124
|
+
id:
|
125
|
+
url:
|
126
|
+
|
127
|
+
rocketchat:
|
128
|
+
url:
|
129
|
+
|
130
|
+
discord:
|
131
|
+
enable: true
|
132
|
+
server: 430838999876108289
|
133
|
+
channel: 430838999876108291
|
134
|
+
horizontal: bottom
|
135
|
+
vertical: left
|
136
|
+
|
137
|
+
statuscounter:
|
138
|
+
id: 8585230
|
139
|
+
code: ef07ac24
|
140
|
+
url: //c.statcounter.com/8585230/0/ef07ac24/0/
|
141
|
+
|
142
|
+
# Name of theme
|
143
|
+
#theme: jekyll-theme-slate
|
144
|
+
|
145
|
+
# You don't need to change any of the configuration flags below !!
|
146
|
+
permalink: pretty
|
147
|
+
|
148
|
+
tag_page: "/blog/tags/"
|
149
|
+
category_page: "/blog/categories/"
|
150
|
+
|
151
|
+
collections:
|
152
|
+
posts:
|
153
|
+
output: true
|
154
|
+
permalink: "/blog/:year/:month/:day/:title/"
|
155
|
+
tags:
|
156
|
+
output: true
|
157
|
+
permalink: "/blog/tags/:path/"
|
158
|
+
docs:
|
159
|
+
permalink: "/docs/:path/"
|
160
|
+
output: true
|
161
|
+
tutorials:
|
162
|
+
output: true
|
163
|
+
permalink: /howto/:name
|
164
|
+
issues:
|
165
|
+
output: true
|
166
|
+
permalink: /issues/:name
|
167
|
+
wiki:
|
168
|
+
output: true
|
169
|
+
permalink: /wiki/:name
|
170
|
+
recipes:
|
171
|
+
output: true
|
172
|
+
permalink: /recipes/:name
|
173
|
+
|
174
|
+
redirect_from:
|
175
|
+
json: true
|
176
|
+
|
177
|
+
defaults:
|
178
|
+
- scope:
|
179
|
+
path: _docs
|
180
|
+
type: docs
|
181
|
+
values:
|
182
|
+
layout: docs
|
183
|
+
- scope:
|
184
|
+
path: _posts
|
185
|
+
type: posts
|
186
|
+
values:
|
187
|
+
layout: posts
|
188
|
+
- scope:
|
189
|
+
path: images
|
190
|
+
type: images
|
191
|
+
values:
|
192
|
+
layout: images
|
193
|
+
|
194
|
+
# Jekyll 3 now only supports Kramdown for Markdown
|
195
|
+
kramdown:
|
196
|
+
footnote_backlink: "↩︎"
|
197
|
+
input: GFM
|
198
|
+
syntax_highlighter: rouge
|
199
|
+
syntax_highlighter_opts:
|
200
|
+
css_class: "highlight"
|
201
|
+
|
202
|
+
# Set the Sass partials directory, as we're using @imports
|
203
|
+
sass:
|
204
|
+
sass_dir: _sass
|
205
|
+
style: :expanded
|
206
|
+
|
207
|
+
jekyll_tidy:
|
208
|
+
compress_html: true
|
209
|
+
exclude: ["*.md"]
|
210
|
+
|
211
|
+
# Use the following plug-ins
|
212
|
+
plugins:
|
213
|
+
- jemoji
|
214
|
+
- kramdown
|
215
|
+
- jekyll-avatar
|
216
|
+
- jekyll-feed
|
217
|
+
- jekyll-mentions
|
218
|
+
- jekyll-redirect-from
|
219
|
+
- jekyll-seo-tag
|
220
|
+
- jekyll-gist
|
221
|
+
- jekyll-coffeescript
|
222
|
+
- jekyll-assets
|
223
|
+
- jekyll-sitemap
|
224
|
+
- jekyll-analytics
|
225
|
+
- jekyll-remote-include
|
226
|
+
- jekyll-menus
|
227
|
+
- jekyll-remote-theme
|
228
|
+
- jekyll-tidy
|
229
|
+
|
230
|
+
include:
|
231
|
+
- _pages
|
232
|
+
- images
|
233
|
+
|
234
|
+
# Exclude these files from your production _site
|
235
|
+
exclude:
|
236
|
+
- Gemfile
|
237
|
+
- Gemfile.lock
|
238
|
+
- LICENSE
|
239
|
+
- CNAME
|
240
|
+
- .keep
|
241
|
+
- .gitkeep
|
242
|
+
|
243
|
+
# full domain name IE: httmp://mysite.com
|
244
|
+
url:
|
245
|
+
#webrick:
|
246
|
+
# headers:
|
247
|
+
# Access-Control-Allow-Origin: "*"
|
data/_drafts/.keep
ADDED
File without changes
|
@@ -0,0 +1,71 @@
|
|
1
|
+
<!-- Begin Footer -->
|
2
|
+
<div class="footer-custom" align="center">
|
3
|
+
<br>
|
4
|
+
|
5
|
+
<!-- Social Links -->
|
6
|
+
{% if site.options.sharethis == true %}
|
7
|
+
{% include casjaysdev/sharethis.html %}
|
8
|
+
{% endif %}
|
9
|
+
<!-- End Social Links-->
|
10
|
+
|
11
|
+
<!-- Begin Casjays Developments Footer -->
|
12
|
+
{% if site.options.legal == true %}
|
13
|
+
{% include casjaysdev/legal.html %}
|
14
|
+
{% endif %}
|
15
|
+
<!-- End Casjays Developments Footer -->
|
16
|
+
|
17
|
+
<!-- Begin theme Code -->
|
18
|
+
{% if site.options.engine == true %}
|
19
|
+
{% include casjaysdev/theme.html %}
|
20
|
+
{% endif %}
|
21
|
+
<!-- End theme Code -->
|
22
|
+
<!-- Begin last updated -->
|
23
|
+
<span style="color: skyblue;">
|
24
|
+
Last update on: {{ site.time | date: '%B %d, %Y at %H:%M' }}
|
25
|
+
</span>
|
26
|
+
<!-- End last updated -->
|
27
|
+
<!--Begin Statcounter Code -->
|
28
|
+
{% if site.options.statcounter == true %}
|
29
|
+
{% include casjaysdev/statcounter.html %}
|
30
|
+
{% endif %}
|
31
|
+
<!-- End Statcounter Code -->
|
32
|
+
|
33
|
+
<!-- Begin Google Track -->
|
34
|
+
{% if site.options.google == true %}
|
35
|
+
{% include casjaysdev/google.html %}
|
36
|
+
{% endif %}
|
37
|
+
<!-- Eng Google Track -->
|
38
|
+
|
39
|
+
<!--Begin ads Code -->
|
40
|
+
{% if site.options.ads == true %}
|
41
|
+
{% include casjaysdev/ads.html %}
|
42
|
+
{% endif %}
|
43
|
+
<!-- End ads Code -->
|
44
|
+
|
45
|
+
<!-- Begin EU compliant -->
|
46
|
+
{% if site.options.eucookie == true %}
|
47
|
+
{% include casjaysdev/eucookie.html %}
|
48
|
+
{% endif %}
|
49
|
+
<!-- End EU compliant -->
|
50
|
+
|
51
|
+
<!-- Begin Piwik Tracking Code -->
|
52
|
+
{% if site.options.piwik == true %}
|
53
|
+
{% include casjaysdev/piwik.html %}
|
54
|
+
{% endif %}
|
55
|
+
<!-- End Piwik Tracking Code -->
|
56
|
+
|
57
|
+
<!-- Begin WidgetBot Code -->
|
58
|
+
{% if site.options.discord == true %}
|
59
|
+
{% include casjaysdev/widgetbot.html %}
|
60
|
+
{% endif %}
|
61
|
+
<!-- End WidgetBot Code -->
|
62
|
+
|
63
|
+
<!-- Start of Rocket.Chat Livechat Script -->
|
64
|
+
{% if site.options.rocketchat == true %}
|
65
|
+
{% include casjaysdev/rocketchat.html %}
|
66
|
+
{% endif %}
|
67
|
+
<!-- End of Rocket.Chat Livechat Script -->
|
68
|
+
|
69
|
+
</div>
|
70
|
+
<br /> <br />
|
71
|
+
<!-- End Footer -->
|
@@ -0,0 +1 @@
|
|
1
|
+
<br />
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<link rel="stylesheet" type="text/css"
|
2
|
+
href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
|
3
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
|
4
|
+
<script>
|
5
|
+
window.addEventListener("load", function () {
|
6
|
+
window.cookieconsent.initialise({
|
7
|
+
"palette": {
|
8
|
+
"popup": {
|
9
|
+
"background": "#64386b",
|
10
|
+
"text": "#ffcdfd"
|
11
|
+
},
|
12
|
+
"button": {
|
13
|
+
"background": "transparent",
|
14
|
+
"text": "#f8a8ff",
|
15
|
+
"border": "#f8a8ff"
|
16
|
+
}
|
17
|
+
},
|
18
|
+
"content": {
|
19
|
+
"message": "In accordance with the EU GDPR law this message is being displayed. - ",
|
20
|
+
"dismiss": "I Agree",
|
21
|
+
"link": "CasjaysDev Policy",
|
22
|
+
"href": "https://casjaysdev.com/policy/"
|
23
|
+
},
|
24
|
+
"type": "opt-out"
|
25
|
+
})
|
26
|
+
});
|
27
|
+
</script>
|
28
|
+
<br />
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{% if site.google.analytics %}
|
2
|
+
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google.analytics }}"></script>
|
3
|
+
<script>
|
4
|
+
window.dataLayer = window.dataLayer || [];
|
5
|
+
function gtag() { dataLayer.push(arguments); }
|
6
|
+
gtag('js', new Date());
|
7
|
+
gtag('config', '{{ site.google.analytics }}');
|
8
|
+
</script>
|
9
|
+
{% else %}
|
10
|
+
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google.analytics }}"></script>
|
11
|
+
<script>
|
12
|
+
window.dataLayer = window.dataLayer || [];
|
13
|
+
function gtag() { dataLayer.push(arguments); }
|
14
|
+
gtag('js', new Date());
|
15
|
+
gtag('config', '{{ site.google.analytics }}');
|
16
|
+
</script>
|
17
|
+
<br />
|
18
|
+
{% endif %}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
Copyright 1999 - {{ site.time | date: '%Y' }}
|
2
|
+
<br />
|
3
|
+
<a href="https://casjay.net" target="_blank">Casjays Developments</a> and <a href="https://jason.malaks.us"
|
4
|
+
target="_blank">Jason M. Hempstead-Malak</a><br />
|
5
|
+
Hosting by <a href="https://casjay.net/hosting" target="_blank">Casjays Developments: Hosting</a><br />
|
6
|
+
and powered by <a href="https://casjaysdev.com" target="_blank">CasjaysDev.com</a>
|
7
|
+
<br />
|
8
|
+
<br />
|
9
|
+
<a href="https://www.patreon.com/casjay" target="_blank"><img
|
10
|
+
src="https://img.shields.io/badge/patreon-donate-orange.svg" border="0" alt="Casjays Patreon Page"></a>
|
11
|
+
<a href="https://www.paypal.me/casjaysdev" target="_blank"><img
|
12
|
+
src="https://img.shields.io/badge/Donate-PayPal-green.svg?casjay@yahoo.com" alt="Casjays Paypal Page"></a>
|
13
|
+
<br />
|
14
|
+
<br />
|
15
|
+
<a href="https://help.casjay.net" target="_blank">CasjaysDev Support</a> |
|
16
|
+
<a href="https://bugs.casjay.net" target="_blank">CasjaysDev Bugs</a> <br />
|
17
|
+
<a href="https://status.casjay.net" target="_blank">System Status</a> |
|
18
|
+
<a href="https://servers.casjay.net" target="_blank">Service Status</a> |
|
19
|
+
<a href="https://status.casjaysdev.com" target="_blank">Complete Status</a> <br />
|
20
|
+
<a href="https://casjaysdev.com/domains.html" target="_blank">Casjays Developments Domains</a>
|
21
|
+
<br />
|
22
|
+
<br />
|
23
|
+
Casjays Developments privacy policy can be found at<br />
|
24
|
+
<a href="https://casjaysdev.com/policy/" target="_blank">https://casjaysdev.com/policy</a>
|
25
|
+
<br />
|
@@ -0,0 +1,17 @@
|
|
1
|
+
{% if site.piwik.url %}
|
2
|
+
<script type="text/javascript">
|
3
|
+
var pkBaseURL = (("https:" == document.location.protocol) ? "{{ site.piwik.pre }}://{{ site.piwik.url }}/" :
|
4
|
+
"{{ site.piwik.pre }}://{{ site.piwik.url }}/");
|
5
|
+
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
6
|
+
</script>
|
7
|
+
<script type="text/javascript">
|
8
|
+
try {
|
9
|
+
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", {{ site.piwik.id }});
|
10
|
+
piwikTracker.trackPageView();
|
11
|
+
piwikTracker.enableLinkTracking();
|
12
|
+
} catch (err) { }
|
13
|
+
</script><noscript>
|
14
|
+
<p><img src="{{ site.piwik.url }}?idsite={{ site.piwik.id }}" class="c1" alt=""></p>
|
15
|
+
</noscript>
|
16
|
+
<br />
|
17
|
+
{% endif %}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
{% if site.rocketchat.url %}
|
2
|
+
<script type="text/javascript">
|
3
|
+
(function (w, d, s, u) {
|
4
|
+
w.RocketChat = function (c) { w.RocketChat._.push(c) }; w.RocketChat._ = []; w.RocketChat.url = u;
|
5
|
+
var h = d.getElementsByTagName(s)[0], j = d.createElement(s);
|
6
|
+
j.async = true; j.src =
|
7
|
+
'{{ site.rocketchat.url }}/packages/rocketchat_livechat/assets/rocketchat-livechat.min.js?_=201702160944';
|
8
|
+
h.parentNode.insertBefore(j, h);
|
9
|
+
})(window, document, 'script', '{{ site.rocketchat.url }}/livechat');
|
10
|
+
</script>
|
11
|
+
<br />
|
12
|
+
{% endif %}
|