redeyed-jekyll-theme 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +21 -0
- data/README.md +52 -0
- data/_config.yml +328 -0
- data/_data/assets/cross-origin.yml +65 -0
- data/_data/assets/self-host.yml +51 -0
- data/_data/authors.yml +12 -0
- data/_data/contact.yml +16 -0
- data/_data/locale/en.yml +78 -0
- data/_data/share.yml +16 -0
- data/_includes/back-to-top.html +2 -0
- data/_includes/breadcrumbs.html +1 -0
- data/_includes/comments.html +0 -0
- data/_includes/copyright.html +1 -0
- data/_includes/datetime.html +0 -0
- data/_includes/favicons.html +14 -0
- data/_includes/footer.html +1 -0
- data/_includes/ga-site-tag.html +8 -0
- data/_includes/google-tags-body.html +4 -0
- data/_includes/google-tags-head.html +6 -0
- data/_includes/head.html +72 -0
- data/_includes/header-banner.html +1 -0
- data/_includes/header-wide.html +1 -0
- data/_includes/header.html +1 -0
- data/_includes/javascript.html +89 -0
- data/_includes/jsdelivr-combine.html +18 -0
- data/_includes/lang.html +6 -0
- data/_includes/mermaid.html +1 -0
- data/_includes/mode-toggle.html +138 -0
- data/_includes/navbar.html +6 -0
- data/_includes/no-linenos.html +0 -0
- data/_includes/options.html +13 -0
- data/_includes/pagination.html +0 -0
- data/_includes/panel-bottom.html +1 -0
- data/_includes/panel-foot-2.html +1 -0
- data/_includes/panel-foot-3.html +1 -0
- data/_includes/panel-foot-4.html +1 -0
- data/_includes/panel-foot-full.html +1 -0
- data/_includes/panel-top-2.html +1 -0
- data/_includes/panel-top-3.html +1 -0
- data/_includes/panel-top-4.html +1 -0
- data/_includes/panel-top-full.html +1 -0
- data/_includes/post-nav.html +0 -0
- data/_includes/post-share.html +0 -0
- data/_includes/readtime.html +0 -0
- data/_includes/related-posts.html +0 -0
- data/_includes/search-loader.html +46 -0
- data/_includes/search-results.html +1 -0
- data/_includes/sidebar.html +0 -0
- data/_includes/toc.html +0 -0
- data/_javascript/common/back-to-top.js +20 -0
- data/_javascript/common/mode-toggle.js +13 -0
- data/_javascript/common/scroll-helper.js +36 -0
- data/_javascript/common/search-display.js +129 -0
- data/_javascript/common/sidebar.js +30 -0
- data/_javascript/common/tooltip-loader.js +6 -0
- data/_javascript/common/topbar-switcher.js +90 -0
- data/_javascript/common/topbar-title.js +67 -0
- data/_javascript/utils/category-collapse.js +30 -0
- data/_javascript/utils/checkbox.js +12 -0
- data/_javascript/utils/clipboard.js +133 -0
- data/_javascript/utils/img-extra.js +47 -0
- data/_javascript/utils/locale-datetime.js +45 -0
- data/_javascript/utils/pageviews.js +250 -0
- data/_javascript/utils/smooth-scroll.js +96 -0
- data/_layouts/archive.html +0 -0
- data/_layouts/categories.html +0 -0
- data/_layouts/category.html +0 -0
- data/_layouts/compress.html +10 -0
- data/_layouts/default.html +5 -0
- data/_layouts/page.html +5 -0
- data/_layouts/panel-both.html +14 -0
- data/_layouts/panel-left.html +14 -0
- data/_layouts/panel-none.html +81 -0
- data/_layouts/panel-right.html +14 -0
- data/_layouts/post.html +5 -0
- data/_layouts/tag.html +0 -0
- data/_layouts/tags.html +0 -0
- data/_sass/addon/common.scss +1630 -0
- data/_sass/addon/mixins.scss +144 -0
- data/_sass/addon/syntax.scss +0 -0
- data/_sass/addon/variables.scss +31 -0
- data/_sass/colors/brew-scheme.scss +7 -0
- data/_sass/colors/dark-scheme.scss +21 -0
- data/_sass/colors/dark-syntax.scss +88 -0
- data/_sass/colors/light-scheme.scss +7 -0
- data/_sass/colors/light-syntax.scss +84 -0
- data/_sass/layout/page.scss +0 -0
- data/_sass/layout/panel-both.scss +0 -0
- data/_sass/layout/panel-left.scss +0 -0
- data/_sass/layout/panel-none.scss +146 -0
- data/_sass/layout/panel-right.scss +0 -0
- data/_sass/layout/post.scss +0 -0
- data/_sass/redeyed-jekyll-theme.scss +26 -0
- data/_sass/variables-hook.scss +0 -0
- data/assets/css/style.scss +8 -0
- data/assets/img/d20R/d20R-128.png +0 -0
- data/assets/img/d20R/d20R-16.png +0 -0
- data/assets/img/d20R/d20R-200.png +0 -0
- data/assets/img/d20R/d20R-240.png +0 -0
- data/assets/img/d20R/d20R-32.png +0 -0
- data/assets/img/d20R/d20R-320.png +0 -0
- data/assets/img/d20R/d20R-48.png +0 -0
- data/assets/img/d20R/d20R-500.png +0 -0
- data/assets/img/d20R/d20R-600.png +0 -0
- data/assets/img/d20R/d20R-64.png +0 -0
- data/assets/img/d20R/d20R.svg +98 -0
- data/assets/img/d20RB/d20RB-128.png +0 -0
- data/assets/img/d20RB/d20RB-16.png +0 -0
- data/assets/img/d20RB/d20RB-200.png +0 -0
- data/assets/img/d20RB/d20RB-240.png +0 -0
- data/assets/img/d20RB/d20RB-32.png +0 -0
- data/assets/img/d20RB/d20RB-320.png +0 -0
- data/assets/img/d20RB/d20RB-48.png +0 -0
- data/assets/img/d20RB/d20RB-500.png +0 -0
- data/assets/img/d20RB/d20RB-600.png +0 -0
- data/assets/img/d20RB/d20RB-64.png +0 -0
- data/assets/img/d20RB/d20RB.svg +103 -0
- data/assets/img/favicons/android-chrome-192x192.png +0 -0
- data/assets/img/favicons/android-chrome-512x512.png +0 -0
- data/assets/img/favicons/apple-touch-icon.png +0 -0
- data/assets/img/favicons/browserconfig.xml +12 -0
- data/assets/img/favicons/favicon-16x16.png +0 -0
- data/assets/img/favicons/favicon-32x32.png +0 -0
- data/assets/img/favicons/favicon.ico +0 -0
- data/assets/img/favicons/mstile-150x150.png +0 -0
- data/assets/img/favicons/mstile-310x150.png +0 -0
- data/assets/img/favicons/mstile-310x310.png +0 -0
- data/assets/img/favicons/mstile-70x70.png +0 -0
- data/assets/img/favicons/safari-pinned-tab.svg +112 -0
- data/assets/img/favicons/site.webmanifest +19 -0
- data/assets/js/data/search.json +19 -0
- data/assets/js/data/swcache.js +54 -0
- data/assets/js/fetch.js +458 -0
- data/assets/js/pwa/app.js +47 -0
- data/assets/js/pwa/sw.js +89 -0
- data/assets/js/pwa/unregister.js +12 -0
- data/src/404.html +10 -0
- data/src/favicon.ico +0 -0
- data/src/feed.xml +61 -0
- data/src/index.md +22 -0
- data/src/robots.txt +10 -0
- data/src/style/html.md +7 -0
- data/src/style/index.md +11 -0
- data/src/style/markdown.md +108 -0
- metadata +375 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 4c42f21de30d90ba37f389977479c0aea77732047ba31a9f3a0fad928ef3e3ba
|
4
|
+
data.tar.gz: 7fd5ad49a0b6354d146fa8a182ebcf5332a6da23fe46432ddcc2140652387967
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b223e45ef89f0ee3096f012449ecad9efe387320254ce59a05304b86cc33dcdca4680449c1596d1db6005f1b0a334bd35d8ad339a689d34cec9bfc99294f7bd8
|
7
|
+
data.tar.gz: 28cb50e5b5aff0654c2925888390f27f298937df7acec1072d24099c964b4dad35e997b3e8f87c35e60b6b5a78d5e02ce8b2752ab6a2b6c3b051a487c519e23c
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2022 Ragdata
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
# redeyed-jekyll-theme
|
2
|
+
|
3
|
+
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
|
4
|
+
|
5
|
+
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
6
|
+
|
7
|
+
TODO: Delete this and the text above, and describe your gem
|
8
|
+
|
9
|
+
|
10
|
+
## Installation
|
11
|
+
|
12
|
+
Add this line to your Jekyll site's `Gemfile`:
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
gem "redeyed-jekyll-theme"
|
16
|
+
```
|
17
|
+
|
18
|
+
And add this line to your Jekyll site's `_config.yml`:
|
19
|
+
|
20
|
+
```yaml
|
21
|
+
theme: redeyed-jekyll-theme
|
22
|
+
```
|
23
|
+
|
24
|
+
And then execute:
|
25
|
+
|
26
|
+
$ bundle
|
27
|
+
|
28
|
+
Or install it yourself as:
|
29
|
+
|
30
|
+
$ gem install redeyed-jekyll-theme
|
31
|
+
|
32
|
+
## Usage
|
33
|
+
|
34
|
+
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
35
|
+
|
36
|
+
## Contributing
|
37
|
+
|
38
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
39
|
+
|
40
|
+
## Development
|
41
|
+
|
42
|
+
To set up your environment to develop this theme, run `bundle install`.
|
43
|
+
|
44
|
+
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
45
|
+
|
46
|
+
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
47
|
+
To add a custom directory to your theme-gem, please edit the regexp in `redeyed-jekyll-theme.gemspec` accordingly.
|
48
|
+
|
49
|
+
## License
|
50
|
+
|
51
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
52
|
+
|
data/_config.yml
ADDED
@@ -0,0 +1,328 @@
|
|
1
|
+
####################################################################
|
2
|
+
# SITE CONFIGURATION
|
3
|
+
####################################################################
|
4
|
+
# 1. Site Settings
|
5
|
+
# 2. Gem Settings
|
6
|
+
# 3. Comments Settings
|
7
|
+
# 4. Jekyll Settings
|
8
|
+
# 5. Site Favicons & Manifest Icons
|
9
|
+
# 6. Collections
|
10
|
+
# 7. Jekyll Defaults
|
11
|
+
# 8. Installed Gems
|
12
|
+
# --------- EDIT LIMIT ---------
|
13
|
+
# Build Settings
|
14
|
+
# Read Config
|
15
|
+
# Filtering
|
16
|
+
# Conversion
|
17
|
+
# Markdown Settings
|
18
|
+
# Serving
|
19
|
+
# Output
|
20
|
+
# SASS Config
|
21
|
+
# HTML Compression
|
22
|
+
# File Exclusions
|
23
|
+
####################################################################
|
24
|
+
|
25
|
+
####################################################################
|
26
|
+
# 1. SITE SETTINGS
|
27
|
+
####################################################################
|
28
|
+
title : "RedEyed RPG"
|
29
|
+
tagline : "Content, Maps, & Software for your favourite TTRPGs"
|
30
|
+
description : "RedEyed RPG produces content and software for a variety of Table Top Role Playing Game systems"
|
31
|
+
logo : "/assets/img/logo/597x597-RPG-R-Circle-320.png"
|
32
|
+
url : "https://www.redeyed-rpg.com"
|
33
|
+
baseurl : ""
|
34
|
+
theme : "redeyed-jekyll-theme"
|
35
|
+
repo : "https://github.com/RedEyed-RPG/redeyed-jekyll-theme"
|
36
|
+
email : "ragdata@redeyed-rpg.com"
|
37
|
+
date_format : "%-d %B %Y"
|
38
|
+
encoding : utf-8
|
39
|
+
lang : en-AU
|
40
|
+
locale : en_AU
|
41
|
+
css_inline : false
|
42
|
+
# google_analytics :
|
43
|
+
# google_site_verification: # jekyll-seo-tag
|
44
|
+
# google_analytics_anonymize_ip:
|
45
|
+
# short_name:
|
46
|
+
pwa: # pwa mode config
|
47
|
+
enabled: true
|
48
|
+
# service_worker:
|
49
|
+
toc: true # table of contents - global switch
|
50
|
+
theme_mode: dark # custom config option: [light|dark|brew]
|
51
|
+
|
52
|
+
####################################################################
|
53
|
+
# 2. GEM SETTINGS
|
54
|
+
####################################################################
|
55
|
+
feed: # jekyll-feed
|
56
|
+
path: /blog/feed.atom # jekyll-feed > feed path
|
57
|
+
|
58
|
+
pagination: # jekyll-paginate-v2
|
59
|
+
enabled: false # jekyll-paginate-v2 > enabled
|
60
|
+
debug: false # jekyll-paginate-v2 > debug mode
|
61
|
+
collection: posts # jekyll-paginate-v2 > default collection to paginate
|
62
|
+
per_page: 10 # jekyll-paginate-v2 > results per page
|
63
|
+
permalink: 'page/:num:output_ext' # jekyll-paginate-v2 > permalink format
|
64
|
+
title: ':title - page :num' # jekyll-paginate-v2 > title format
|
65
|
+
limit: 0 # jekyll-paginate-v2 > limit
|
66
|
+
sort_field: date # jekyll-paginate-v2 > sort field
|
67
|
+
sort_reverse: true # jekyll-paginate-v2 > reverse sort option
|
68
|
+
category: posts # jekyll-paginate-v2 > category
|
69
|
+
trail: # jekyll-paginate-v2 > page link trail
|
70
|
+
before: 2 # jekyll-paginate-v2 > number of page links to show before current
|
71
|
+
after: 2 # jekyll-paginate-v2 > number of page links to show after current
|
72
|
+
extension: html # jekyll-paginate-v2 > default page extension
|
73
|
+
indexpage: index # jekyll-paginate-v2 > name of index page
|
74
|
+
|
75
|
+
jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying
|
76
|
+
|
77
|
+
twitter: # jekyll-seo-tag > twitter properties
|
78
|
+
username: RedeyedRPG # jekyll-seo-tag > owner's twitter handle
|
79
|
+
author: Ragdata # jekyll-seo-tag > default author
|
80
|
+
social: # jekyll-seo-tag > social overrides
|
81
|
+
name: Ragdata # jekyll-seo-tag > real name
|
82
|
+
links: # jekyll-seo-tag > social aliases
|
83
|
+
- https://patreon.com/ragdata # jekyll-seo-tag > Your Patreon Profile URL
|
84
|
+
- https://github.com/ragdata # jekyll-seo-tag > Your GitHub Profile URL
|
85
|
+
- https://twitter.com/RedeyedRPG # jekyll-seo-tag > Your Twitter Profile URL
|
86
|
+
- https://reddit.com/r/redeyed-rpg # jekyll-seo-tag > Your Subreddit URL
|
87
|
+
- https://facebook.com/RedeyedRPG # jekyll-seo-tag > Your Facebook Page URL
|
88
|
+
- https://redeyed-rpg.tumblr.com # jekyll-seo-tag > Your Tumblr Blog URL
|
89
|
+
- https://keybase.io/ragdata # jekyll-seo-tag > Your Keybase Profile URL
|
90
|
+
|
91
|
+
jekyll-archives: # jekyll-archives
|
92
|
+
enabled: [categories, tags] # jekyll-archives > enabled
|
93
|
+
layouts:
|
94
|
+
category: category # jekyll-archives > category
|
95
|
+
tag: tag # jekyll-archives > tag
|
96
|
+
permalinks:
|
97
|
+
year: /:year/ # jekyll-archives > year permalink
|
98
|
+
month: /:year/:month/ # jekyll-archives > month permalink
|
99
|
+
day: /:year/:month/:day/ # jekyll-archives > day permalink
|
100
|
+
category: /cat/:name/ # jekyll-archives > category permalink
|
101
|
+
tag: /tag/:name # jekyll-archives > tag permalink
|
102
|
+
|
103
|
+
redirect_from: # jekyll-redirect-from
|
104
|
+
json: false # jekyll-redirect-from > include redirects.json in output
|
105
|
+
|
106
|
+
####################################################################
|
107
|
+
# 3. COMMENTS SETTINGS
|
108
|
+
####################################################################
|
109
|
+
comments:
|
110
|
+
active: false
|
111
|
+
# # DISQUS
|
112
|
+
# disqus:
|
113
|
+
# shortname:
|
114
|
+
# # UTTERANCES > https://utteranc.es
|
115
|
+
# utterances:
|
116
|
+
# repo:
|
117
|
+
# issue_term:
|
118
|
+
# # GISCUS > https://giscus.app
|
119
|
+
# giscus:
|
120
|
+
# repo: # <gh-username>/<repo>
|
121
|
+
# repo_id:
|
122
|
+
# category:
|
123
|
+
# category_id:
|
124
|
+
# mapping: # optional: defaults to 'pathname'
|
125
|
+
# input_position: # optional: defaults to 'bottom'
|
126
|
+
# lang: # optional: defaults to the value of `site.lang`
|
127
|
+
|
128
|
+
####################################################################
|
129
|
+
# 4. JEKYLL SETTINGS
|
130
|
+
####################################################################
|
131
|
+
sass:
|
132
|
+
style: compressed # style compression
|
133
|
+
sass_dir: ../_sass
|
134
|
+
permalink: date # permalink style (YYYY/MM/DD/page-name)
|
135
|
+
excerpt_separator: <!-- more --> # marks end of excerpt in posts
|
136
|
+
timezone: Australia/Brisbane # timezone for blog and posts
|
137
|
+
|
138
|
+
####################################################################
|
139
|
+
# 5. SITE FAVICONS & MANIFEST ICONS
|
140
|
+
####################################################################
|
141
|
+
favicons:
|
142
|
+
16: assets/img/favicons/favicons-16x16.png
|
143
|
+
32: assets/img/favicons/favicons-32x32.png
|
144
|
+
180: assets/img/favicons/apple-touch-icon.png
|
145
|
+
192: assets/img/favicons/android-chrome-192x192.png
|
146
|
+
270: assets/img/favicons/mstile-150x150.png
|
147
|
+
512: assets/img/favicons/android-chrome-512x512.png
|
148
|
+
|
149
|
+
####################################################################
|
150
|
+
# 6. COLLECTIONS
|
151
|
+
####################################################################
|
152
|
+
# collections:
|
153
|
+
# posts:
|
154
|
+
# title: Posts
|
155
|
+
# output: true
|
156
|
+
# description: "My Thoughts & Ideas"
|
157
|
+
# feature_text: |
|
158
|
+
# Welcome to the blog
|
159
|
+
# feature_image:
|
160
|
+
|
161
|
+
####################################################################
|
162
|
+
# 7. JEKYLL DEFAULTS
|
163
|
+
####################################################################
|
164
|
+
defaults:
|
165
|
+
-
|
166
|
+
scope:
|
167
|
+
path: ""
|
168
|
+
values:
|
169
|
+
layout: default
|
170
|
+
-
|
171
|
+
scope:
|
172
|
+
path: _posts
|
173
|
+
values:
|
174
|
+
layout: post
|
175
|
+
comments: true
|
176
|
+
toc: true
|
177
|
+
permalink: /blog/:title:output_ext
|
178
|
+
-
|
179
|
+
scope:
|
180
|
+
path: ""
|
181
|
+
type: pages
|
182
|
+
values:
|
183
|
+
layout: page
|
184
|
+
-
|
185
|
+
scope:
|
186
|
+
path: _drafts
|
187
|
+
values:
|
188
|
+
comments: false
|
189
|
+
sitemap: false
|
190
|
+
-
|
191
|
+
scope:
|
192
|
+
path: assets/img/favicons
|
193
|
+
values:
|
194
|
+
swcache: true
|
195
|
+
-
|
196
|
+
scope:
|
197
|
+
path: assets/js/dist
|
198
|
+
values:
|
199
|
+
swcache: true
|
200
|
+
|
201
|
+
####################################################################
|
202
|
+
# 8. INSTALLED GEMS
|
203
|
+
####################################################################
|
204
|
+
plugins:
|
205
|
+
- jemoji
|
206
|
+
- jekyll-toc
|
207
|
+
- jekyll-feed
|
208
|
+
- jekyll-seo-tag
|
209
|
+
- jekyll-archives
|
210
|
+
- jekyll-sitemap
|
211
|
+
- jekyll-mentions
|
212
|
+
- jekyll-pluralize
|
213
|
+
- jekyll-paginate-v2
|
214
|
+
#- jekyll-include-cache
|
215
|
+
- jekyll-redirect-from
|
216
|
+
- jekyll-email-protect
|
217
|
+
- jekyll-tagging-related_posts
|
218
|
+
|
219
|
+
####################################################################
|
220
|
+
############### DO NOT EDIT BELOW THIS LINE ########################
|
221
|
+
########## UNLESS YOU REALLY KNOW WHAT YOU'RE DOING ################
|
222
|
+
####################################################################
|
223
|
+
|
224
|
+
####################################################################
|
225
|
+
# BUILD SETTINGS
|
226
|
+
####################################################################
|
227
|
+
source: src
|
228
|
+
#destination: _site
|
229
|
+
#collections_dir: _data
|
230
|
+
#data_dir: _data
|
231
|
+
#plugins_dir: _plugins
|
232
|
+
#layouts_dir: _layouts
|
233
|
+
#includes_dir: _includes
|
234
|
+
|
235
|
+
####################################################################
|
236
|
+
# READ CONFIG
|
237
|
+
####################################################################
|
238
|
+
safe: false
|
239
|
+
include: [".htaccess"]
|
240
|
+
keep_files: [".git",".svn"]
|
241
|
+
markdown_ext: markdown,mkdown,mkdn,mkd,md
|
242
|
+
strict_front_matter: false
|
243
|
+
|
244
|
+
####################################################################
|
245
|
+
# FILTERING
|
246
|
+
####################################################################
|
247
|
+
show_drafts: false
|
248
|
+
limit_posts: 0
|
249
|
+
future: false
|
250
|
+
unpublished: false
|
251
|
+
|
252
|
+
####################################################################
|
253
|
+
# CONVERSION
|
254
|
+
####################################################################
|
255
|
+
highlighter: rouge
|
256
|
+
lsi: false
|
257
|
+
incremental: false
|
258
|
+
|
259
|
+
####################################################################
|
260
|
+
# MARKDOWN SETTINGS
|
261
|
+
####################################################################
|
262
|
+
markdown: kramdown # markdown parser settings
|
263
|
+
kramdown:
|
264
|
+
syntax_highlighter: rouge
|
265
|
+
syntax_highlighter_opts:
|
266
|
+
css_class: highlight
|
267
|
+
# default_lang: console
|
268
|
+
span:
|
269
|
+
line_numbers: false
|
270
|
+
block:
|
271
|
+
line_numbers: true
|
272
|
+
start_line: 1
|
273
|
+
|
274
|
+
####################################################################
|
275
|
+
# SERVING
|
276
|
+
####################################################################
|
277
|
+
detach: false
|
278
|
+
port: 4000
|
279
|
+
host: localhost
|
280
|
+
show_dir_listing: false
|
281
|
+
assets:
|
282
|
+
self-host:
|
283
|
+
enabled: false
|
284
|
+
env: development
|
285
|
+
####################################################################
|
286
|
+
# OUTPUT
|
287
|
+
####################################################################
|
288
|
+
quiet: false
|
289
|
+
verbose: false
|
290
|
+
liquid:
|
291
|
+
error_mode: warn
|
292
|
+
strict_filters: false
|
293
|
+
strict_variables: false
|
294
|
+
|
295
|
+
####################################################################
|
296
|
+
# HTML COMPRESSION
|
297
|
+
####################################################################
|
298
|
+
compress_html:
|
299
|
+
clippings: all
|
300
|
+
comments: all
|
301
|
+
endings: all
|
302
|
+
profile: false
|
303
|
+
blanklines: false
|
304
|
+
ignore:
|
305
|
+
envs: [development]
|
306
|
+
|
307
|
+
####################################################################
|
308
|
+
# FILE EXCLUSIONS
|
309
|
+
####################################################################
|
310
|
+
# The following items will not be processed by default.
|
311
|
+
# Any item listed under the `exclude:` key here will be automatically
|
312
|
+
# added to the internal "default list"
|
313
|
+
#
|
314
|
+
# Excluded items can be processed by explicitly listing their file
|
315
|
+
# paths under the `include:` key
|
316
|
+
exclude:
|
317
|
+
- '*.gem'
|
318
|
+
- '*.gemspec'
|
319
|
+
- .github
|
320
|
+
- README.md
|
321
|
+
- LICENSE
|
322
|
+
- Gemfile
|
323
|
+
- Gemfile.lock
|
324
|
+
- gulpfile.js
|
325
|
+
- package*.json
|
326
|
+
- node_modules
|
327
|
+
- vendor
|
328
|
+
- bin
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# CDNs
|
2
|
+
|
3
|
+
cdns:
|
4
|
+
# Google Fonts
|
5
|
+
- url: https://fonts.googleapis.com
|
6
|
+
- url: https://fonts.gstatic.com
|
7
|
+
args: crossorigin
|
8
|
+
- url: https://fonts.googleapis.com
|
9
|
+
# jsDelivr CDN
|
10
|
+
- url: https://cdn.jsdelivr.net
|
11
|
+
|
12
|
+
# FONTS
|
13
|
+
|
14
|
+
webfonts: https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap
|
15
|
+
|
16
|
+
# LIBRARIES
|
17
|
+
|
18
|
+
jquery:
|
19
|
+
js: https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js
|
20
|
+
|
21
|
+
bootstrap:
|
22
|
+
css: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css
|
23
|
+
js: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/js/bootstrap.bundle.min.js
|
24
|
+
|
25
|
+
bootstrap-toc:
|
26
|
+
css: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.css
|
27
|
+
js: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.js
|
28
|
+
|
29
|
+
fontawesome:
|
30
|
+
css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/css/all.min.css
|
31
|
+
|
32
|
+
material-design:
|
33
|
+
css: https://cdn.jsdelivr.net/npm/@mdi/font@6.5.95/css/materialdesignicons.min.css
|
34
|
+
|
35
|
+
search:
|
36
|
+
js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
|
37
|
+
|
38
|
+
mermaid:
|
39
|
+
js: https://cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js
|
40
|
+
|
41
|
+
dayjs:
|
42
|
+
js:
|
43
|
+
common: https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js
|
44
|
+
locale: https://cdn.jsdelivr.net/npm/dayjs@1/locale/:LOCALE.min.js
|
45
|
+
relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/relativeTime.min.js
|
46
|
+
localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/localizedFormat.min.js
|
47
|
+
|
48
|
+
countup:
|
49
|
+
js: https://cdn.jsdelivr.net/npm/countup.js@1.9.3/dist/countUp.min.js
|
50
|
+
|
51
|
+
magnific-popup:
|
52
|
+
css: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/magnific-popup.min.css
|
53
|
+
js: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/jquery.magnific-popup.min.js
|
54
|
+
|
55
|
+
lozad:
|
56
|
+
js: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js
|
57
|
+
|
58
|
+
clipboard:
|
59
|
+
js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
|
60
|
+
|
61
|
+
polyfill:
|
62
|
+
js: https://polyfill.io/v3/polyfill.min.js?features=es6
|
63
|
+
|
64
|
+
mathjax:
|
65
|
+
js: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# FONTS
|
2
|
+
|
3
|
+
webfonts: /assets/lib/fonts/fonts.css
|
4
|
+
|
5
|
+
# LIBRARIES
|
6
|
+
|
7
|
+
jquery:
|
8
|
+
js: /assets/lib/jquery-3.6.0/jquery.min.js
|
9
|
+
|
10
|
+
bootstrap:
|
11
|
+
css: /assets/lib/bootstrap-5.0.2/bootstrap.min.css
|
12
|
+
js: /assets/lib/bootstrap-5.0.2/bootstrap.bundle.min.js
|
13
|
+
|
14
|
+
bootstrap-toc:
|
15
|
+
css: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.css
|
16
|
+
js: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.js
|
17
|
+
|
18
|
+
material-design:
|
19
|
+
css: /assets/lib/MaterialDesign-Webfont-master/css/materialdesignicons.min.css
|
20
|
+
|
21
|
+
search:
|
22
|
+
js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js
|
23
|
+
|
24
|
+
mermaid:
|
25
|
+
js: /assets/lib/mermaid-8.13.10/mermaid.min.js
|
26
|
+
|
27
|
+
dayjs:
|
28
|
+
js:
|
29
|
+
common: /assets/lib/dayjs-1.10.7/dayjs.min.js
|
30
|
+
locale: /assets/lib/dayjs-1.10.7/locale/en.min.js
|
31
|
+
relativeTime: /assets/lib/dayjs-1.10.7/plugin/relativeTime.min.js
|
32
|
+
localizedFormat: /assets/lib/dayjs-1.10.7/plugin/localizedFormat.min.js
|
33
|
+
|
34
|
+
countup:
|
35
|
+
js: /assets/lib/countup.js-1.9.3/countUp.min.js
|
36
|
+
|
37
|
+
magnific-popup:
|
38
|
+
css: /assets/lib/magnific-popup-1.1.0/magnific-popup.css
|
39
|
+
js: /assets/lib/magnific-popup-1.1.0/jquery.magnific-popup.min.js
|
40
|
+
|
41
|
+
lozad:
|
42
|
+
js: /assets/lib/lozad-1.16.0/lozad.min.js
|
43
|
+
|
44
|
+
clipboard:
|
45
|
+
js: /assets/lib/clipboard-2.0.9/clipboard.min.js
|
46
|
+
|
47
|
+
polyfill:
|
48
|
+
js: /assets/lib/polyfill-v3-es6/polyfill.min.js
|
49
|
+
|
50
|
+
mathjax:
|
51
|
+
js: /assets/lib/mathjax-3.2.0/tex-chtml.js
|
data/_data/authors.yml
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
## Template › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#setting-author-url
|
2
|
+
# -------------------------------------
|
3
|
+
# {author_id}:
|
4
|
+
# name: {full name}
|
5
|
+
# twitter: {twitter_of_author}
|
6
|
+
# url: {homepage_of_author}
|
7
|
+
# -------------------------------------
|
8
|
+
|
9
|
+
ragdata:
|
10
|
+
name: Ragdata
|
11
|
+
twitter: RedeyedRPG
|
12
|
+
url: https://github.com/Ragdata
|
data/_data/contact.yml
ADDED
data/_data/locale/en.yml
ADDED
@@ -0,0 +1,78 @@
|
|
1
|
+
# LAYOUT TEXT FOR THE SITE
|
2
|
+
# -------- COMMON --------
|
3
|
+
|
4
|
+
layout:
|
5
|
+
post: Post
|
6
|
+
category: Category
|
7
|
+
tag: Tag
|
8
|
+
|
9
|
+
# SIDEBAR TABS
|
10
|
+
tabs:
|
11
|
+
home: HOME
|
12
|
+
categories: Categories
|
13
|
+
tags: Tags
|
14
|
+
archives: Archives
|
15
|
+
about: About
|
16
|
+
|
17
|
+
# Text displayed in search bar & search results
|
18
|
+
search:
|
19
|
+
hint: search
|
20
|
+
cancel: Cancel
|
21
|
+
no_results: Oops! No results found!
|
22
|
+
|
23
|
+
panel:
|
24
|
+
lastmod: Recently Updated
|
25
|
+
trending_tags: Trending Tags
|
26
|
+
toc: Contents
|
27
|
+
|
28
|
+
copyright:
|
29
|
+
license:
|
30
|
+
template: This post is licensed under :LICENSE_NAME by the author
|
31
|
+
name: CC BY 4.0
|
32
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
33
|
+
brief: Some rights reserved
|
34
|
+
verbose: >-
|
35
|
+
Except where otherwise noted, the blog posts on this site are licensed
|
36
|
+
under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author
|
37
|
+
|
38
|
+
meta: Powered by :PLATFORM with :THEME theme
|
39
|
+
|
40
|
+
not_found:
|
41
|
+
statment: Sorry, we seem to have misplaced that URL - or it's pointing to something which doesn't exist
|
42
|
+
|
43
|
+
notification:
|
44
|
+
update_found: A new version of content is available
|
45
|
+
update: Update
|
46
|
+
|
47
|
+
# ----------------- POST-RELATED LABELS -----------------
|
48
|
+
|
49
|
+
post:
|
50
|
+
written_by: By
|
51
|
+
posted: Posted
|
52
|
+
updated: Updated
|
53
|
+
words: words
|
54
|
+
pageview_measure: views
|
55
|
+
read_time:
|
56
|
+
unit: min
|
57
|
+
prompt: read
|
58
|
+
relate_posts: Further Reading
|
59
|
+
share: Share
|
60
|
+
button:
|
61
|
+
next: Newer
|
62
|
+
previous: Older
|
63
|
+
copy_code:
|
64
|
+
succeeded: Copied!
|
65
|
+
share_link:
|
66
|
+
title: Copy Link
|
67
|
+
succeeded: Link copied successfully!
|
68
|
+
# pinned prompt of posts list on homepage
|
69
|
+
pin_prompt: Pinned
|
70
|
+
|
71
|
+
# CATEGORIES
|
72
|
+
categories:
|
73
|
+
categories_measure:
|
74
|
+
singular: category
|
75
|
+
plural: categories
|
76
|
+
post_measure:
|
77
|
+
singular: post
|
78
|
+
plural: posts
|
data/_data/share.yml
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# Sharing options at the bottom of the post.
|
2
|
+
# Icons from <https://fontawesome.com/>
|
3
|
+
|
4
|
+
platforms:
|
5
|
+
-
|
6
|
+
type: Twitter
|
7
|
+
icon: 'fab fa-twitter'
|
8
|
+
link: 'https://twitter.com/intent/tweet?text=TITLE&url=URL'
|
9
|
+
-
|
10
|
+
type: Facebook
|
11
|
+
icon: 'fab fa-facebook-square'
|
12
|
+
link: 'https://facebook.com/sharer/sharer.php?title=TITLE&u=URL'
|
13
|
+
-
|
14
|
+
type: Telegram
|
15
|
+
icon: 'fab fa-telegram'
|
16
|
+
link: 'https://t.me/share/url?url=URL&text=TITLE'
|
@@ -0,0 +1 @@
|
|
1
|
+
{% comment %} BREADCRUMBS {% endcomment %}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{% comment %} COPYRIGHT {% endcomment %}
|
File without changes
|
@@ -0,0 +1,14 @@
|
|
1
|
+
{% comment %}
|
2
|
+
The Favicons for Web, Android, Microsoft, and iOS (iPhone and iPad) Apps
|
3
|
+
Generated by: https://realfavicongenerator.net/
|
4
|
+
{% endcomment %}
|
5
|
+
|
6
|
+
{% capture favicon_path %}{{ '/assets/img/favicons' | relative_url }}{% endcapture %}
|
7
|
+
|
8
|
+
<link rel="apple-touch-icon" sizes="180x180" href="{{ favicon_path }}/apple-touch-icon.png">
|
9
|
+
<link rel="icon" type="image/png" sizes="32x32" href="{{ favicon_path }}/favicon-32x32.png">
|
10
|
+
<link rel="icon" type="image/png" sizes="16x16" href="{{ favicon_path }}/favicon-16x16.png">
|
11
|
+
<link rel="manifest" href="{{ favicon_path }}/site.webmanifest">
|
12
|
+
<link rel="mask-icon" href="{{ favicon_path }}/safari-pinned-tab.svg" color="#d30000">
|
13
|
+
<meta name="msapplication-TileColor" content="#000000">
|
14
|
+
<meta name="theme-color" content="#ffffff">
|