hematite 0.0.1
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/LICENSE.txt +21 -0
- data/README.md +58 -0
- data/_config.yml +33 -0
- data/_data/strings/en.yml +32 -0
- data/_data/strings/es.yml +33 -0
- data/_includes/img/hamburger_menu.svg +78 -0
- data/_includes/img/search_icon.svg +99 -0
- data/_includes/katex_includes.html +26 -0
- data/_includes/nav/page_navigation.html +10 -0
- data/_includes/nav/pages_list.html +17 -0
- data/_includes/nav/pinned_page.html +12 -0
- data/_includes/nav/sidebar.html +25 -0
- data/_layouts/calendar.html +36 -0
- data/_layouts/default.html +31 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +42 -0
- data/_sass/_animations.scss +16 -0
- data/_sass/_calendar.scss +63 -0
- data/_sass/_colors.scss +73 -0
- data/_sass/_elements.scss +125 -0
- data/_sass/_layout.scss +224 -0
- data/_sass/_nav.scss +180 -0
- data/_sass/_rogue.scss +50 -0
- data/_sass/_sizes.scss +18 -0
- data/_sass/hematite.scss +10 -0
- data/assets/html/all_tags.html +26 -0
- data/assets/img/favicon.svg +12 -0
- data/assets/js/AnimationUtil.mjs +72 -0
- data/assets/js/AsyncUtil.mjs +18 -0
- data/assets/js/DateUtil.mjs +123 -0
- data/assets/js/PageAlert.mjs +143 -0
- data/assets/js/UrlHelper.mjs +118 -0
- data/assets/js/assertions.mjs +9 -0
- data/assets/js/dropdownExpander.mjs +78 -0
- data/assets/js/layout/calendar.mjs +478 -0
- data/assets/js/layout/post.mjs +65 -0
- data/assets/js/linkButtonGenerator.mjs +45 -0
- data/assets/js/main.mjs +19 -0
- data/assets/js/search.mjs +358 -0
- data/assets/js/sidebar.mjs +97 -0
- data/assets/js/string_data.mjs +19 -0
- data/assets/js/strings.mjs +167 -0
- data/assets/plugin/katex/README.md +119 -0
- data/assets/plugin/katex/contrib/auto-render.min.js +1 -0
- data/assets/plugin/katex/contrib/copy-tex.min.css +1 -0
- data/assets/plugin/katex/contrib/copy-tex.min.js +1 -0
- data/assets/plugin/katex/contrib/mathtex-script-type.min.js +1 -0
- data/assets/plugin/katex/contrib/mhchem.min.js +1 -0
- data/assets/plugin/katex/contrib/render-a11y-string.min.js +1 -0
- data/assets/plugin/katex/fonts/KaTeX_AMS-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_AMS-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-Bold.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-Bold.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-Bold.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-Italic.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-Italic.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-Italic.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Main-Regular.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Math-Italic.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Math-Italic.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Math-Italic.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Script-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Script-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Script-Regular.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size1-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size1-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size2-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size2-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size3-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size3-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size4-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size4-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- data/assets/plugin/katex/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- data/assets/plugin/katex/katex.min.css +1 -0
- data/assets/plugin/katex/katex.min.js +1 -0
- data/assets/search_data.json +36 -0
- data/assets/style.scss +15 -0
- metadata +170 -0
@@ -0,0 +1,36 @@
|
|
1
|
+
---
|
2
|
+
permalink: /assets/search_data.json
|
3
|
+
---
|
4
|
+
[
|
5
|
+
{% capture nooutput %}
|
6
|
+
The increment command outputs the current value of the counter,
|
7
|
+
so we ignore output by surrounding all increment statements in
|
8
|
+
capture groups.
|
9
|
+
|
10
|
+
{% increment i %}
|
11
|
+
{% increment page_count %}
|
12
|
+
{% assign pages = site.html_pages | concat: site.posts | where: "noindex", nil %}
|
13
|
+
|
14
|
+
{% for pg in pages %}
|
15
|
+
{% increment page_count %}
|
16
|
+
{% endfor %}
|
17
|
+
{% endcapture %}
|
18
|
+
{% for current_page in pages %}
|
19
|
+
{
|
20
|
+
"title": {{ current_page.title | jsonify }},
|
21
|
+
"url": {{ current_page.url | absolute_url | jsonify }},
|
22
|
+
"content": {{ current_page.content | jsonify }}
|
23
|
+
{% capture nooutput %}
|
24
|
+
{% increment i %}
|
25
|
+
{% endcapture %}
|
26
|
+
{% if i == page_count %}
|
27
|
+
}
|
28
|
+
{% else %}
|
29
|
+
},
|
30
|
+
{% endif %}
|
31
|
+
{% endfor %}
|
32
|
+
]
|
33
|
+
|
34
|
+
{% comment %}
|
35
|
+
vim: set syntax=off :
|
36
|
+
{% endcomment %}
|
data/assets/style.scss
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
title: false
|
3
|
+
styles: true
|
4
|
+
---
|
5
|
+
|
6
|
+
@import "hematite";
|
7
|
+
|
8
|
+
{% if site.hematite.auto_invert_imgs %}
|
9
|
+
// Auto-invert images in dark mode!
|
10
|
+
@media (prefers-color-scheme: dark) {
|
11
|
+
main img:not(.no-invert) {
|
12
|
+
filter: invert(1) hue-rotate(180deg);
|
13
|
+
}
|
14
|
+
}
|
15
|
+
{% endif %}
|
metadata
ADDED
@@ -0,0 +1,170 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: hematite
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Henry Heino
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-05-18 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: jekyll
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '4.2'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '4.2'
|
27
|
+
description:
|
28
|
+
email:
|
29
|
+
- personalizedrefrigerator@gmail.com
|
30
|
+
executables: []
|
31
|
+
extensions: []
|
32
|
+
extra_rdoc_files: []
|
33
|
+
files:
|
34
|
+
- LICENSE.txt
|
35
|
+
- README.md
|
36
|
+
- _config.yml
|
37
|
+
- _data/strings/en.yml
|
38
|
+
- _data/strings/es.yml
|
39
|
+
- _includes/img/hamburger_menu.svg
|
40
|
+
- _includes/img/search_icon.svg
|
41
|
+
- _includes/katex_includes.html
|
42
|
+
- _includes/nav/page_navigation.html
|
43
|
+
- _includes/nav/pages_list.html
|
44
|
+
- _includes/nav/pinned_page.html
|
45
|
+
- _includes/nav/sidebar.html
|
46
|
+
- _layouts/calendar.html
|
47
|
+
- _layouts/default.html
|
48
|
+
- _layouts/page.html
|
49
|
+
- _layouts/post.html
|
50
|
+
- _sass/_animations.scss
|
51
|
+
- _sass/_calendar.scss
|
52
|
+
- _sass/_colors.scss
|
53
|
+
- _sass/_elements.scss
|
54
|
+
- _sass/_layout.scss
|
55
|
+
- _sass/_nav.scss
|
56
|
+
- _sass/_rogue.scss
|
57
|
+
- _sass/_sizes.scss
|
58
|
+
- _sass/hematite.scss
|
59
|
+
- assets/html/all_tags.html
|
60
|
+
- assets/img/favicon.svg
|
61
|
+
- assets/js/AnimationUtil.mjs
|
62
|
+
- assets/js/AsyncUtil.mjs
|
63
|
+
- assets/js/DateUtil.mjs
|
64
|
+
- assets/js/PageAlert.mjs
|
65
|
+
- assets/js/UrlHelper.mjs
|
66
|
+
- assets/js/assertions.mjs
|
67
|
+
- assets/js/dropdownExpander.mjs
|
68
|
+
- assets/js/layout/calendar.mjs
|
69
|
+
- assets/js/layout/post.mjs
|
70
|
+
- assets/js/linkButtonGenerator.mjs
|
71
|
+
- assets/js/main.mjs
|
72
|
+
- assets/js/search.mjs
|
73
|
+
- assets/js/sidebar.mjs
|
74
|
+
- assets/js/string_data.mjs
|
75
|
+
- assets/js/strings.mjs
|
76
|
+
- assets/plugin/katex/README.md
|
77
|
+
- assets/plugin/katex/contrib/auto-render.min.js
|
78
|
+
- assets/plugin/katex/contrib/copy-tex.min.css
|
79
|
+
- assets/plugin/katex/contrib/copy-tex.min.js
|
80
|
+
- assets/plugin/katex/contrib/mathtex-script-type.min.js
|
81
|
+
- assets/plugin/katex/contrib/mhchem.min.js
|
82
|
+
- assets/plugin/katex/contrib/render-a11y-string.min.js
|
83
|
+
- assets/plugin/katex/fonts/KaTeX_AMS-Regular.ttf
|
84
|
+
- assets/plugin/katex/fonts/KaTeX_AMS-Regular.woff
|
85
|
+
- assets/plugin/katex/fonts/KaTeX_AMS-Regular.woff2
|
86
|
+
- assets/plugin/katex/fonts/KaTeX_Caligraphic-Bold.ttf
|
87
|
+
- assets/plugin/katex/fonts/KaTeX_Caligraphic-Bold.woff
|
88
|
+
- assets/plugin/katex/fonts/KaTeX_Caligraphic-Bold.woff2
|
89
|
+
- assets/plugin/katex/fonts/KaTeX_Caligraphic-Regular.ttf
|
90
|
+
- assets/plugin/katex/fonts/KaTeX_Caligraphic-Regular.woff
|
91
|
+
- assets/plugin/katex/fonts/KaTeX_Caligraphic-Regular.woff2
|
92
|
+
- assets/plugin/katex/fonts/KaTeX_Fraktur-Bold.ttf
|
93
|
+
- assets/plugin/katex/fonts/KaTeX_Fraktur-Bold.woff
|
94
|
+
- assets/plugin/katex/fonts/KaTeX_Fraktur-Bold.woff2
|
95
|
+
- assets/plugin/katex/fonts/KaTeX_Fraktur-Regular.ttf
|
96
|
+
- assets/plugin/katex/fonts/KaTeX_Fraktur-Regular.woff
|
97
|
+
- assets/plugin/katex/fonts/KaTeX_Fraktur-Regular.woff2
|
98
|
+
- assets/plugin/katex/fonts/KaTeX_Main-Bold.ttf
|
99
|
+
- assets/plugin/katex/fonts/KaTeX_Main-Bold.woff
|
100
|
+
- assets/plugin/katex/fonts/KaTeX_Main-Bold.woff2
|
101
|
+
- assets/plugin/katex/fonts/KaTeX_Main-BoldItalic.ttf
|
102
|
+
- assets/plugin/katex/fonts/KaTeX_Main-BoldItalic.woff
|
103
|
+
- assets/plugin/katex/fonts/KaTeX_Main-BoldItalic.woff2
|
104
|
+
- assets/plugin/katex/fonts/KaTeX_Main-Italic.ttf
|
105
|
+
- assets/plugin/katex/fonts/KaTeX_Main-Italic.woff
|
106
|
+
- assets/plugin/katex/fonts/KaTeX_Main-Italic.woff2
|
107
|
+
- assets/plugin/katex/fonts/KaTeX_Main-Regular.ttf
|
108
|
+
- assets/plugin/katex/fonts/KaTeX_Main-Regular.woff
|
109
|
+
- assets/plugin/katex/fonts/KaTeX_Main-Regular.woff2
|
110
|
+
- assets/plugin/katex/fonts/KaTeX_Math-BoldItalic.ttf
|
111
|
+
- assets/plugin/katex/fonts/KaTeX_Math-BoldItalic.woff
|
112
|
+
- assets/plugin/katex/fonts/KaTeX_Math-BoldItalic.woff2
|
113
|
+
- assets/plugin/katex/fonts/KaTeX_Math-Italic.ttf
|
114
|
+
- assets/plugin/katex/fonts/KaTeX_Math-Italic.woff
|
115
|
+
- assets/plugin/katex/fonts/KaTeX_Math-Italic.woff2
|
116
|
+
- assets/plugin/katex/fonts/KaTeX_SansSerif-Bold.ttf
|
117
|
+
- assets/plugin/katex/fonts/KaTeX_SansSerif-Bold.woff
|
118
|
+
- assets/plugin/katex/fonts/KaTeX_SansSerif-Bold.woff2
|
119
|
+
- assets/plugin/katex/fonts/KaTeX_SansSerif-Italic.ttf
|
120
|
+
- assets/plugin/katex/fonts/KaTeX_SansSerif-Italic.woff
|
121
|
+
- assets/plugin/katex/fonts/KaTeX_SansSerif-Italic.woff2
|
122
|
+
- assets/plugin/katex/fonts/KaTeX_SansSerif-Regular.ttf
|
123
|
+
- assets/plugin/katex/fonts/KaTeX_SansSerif-Regular.woff
|
124
|
+
- assets/plugin/katex/fonts/KaTeX_SansSerif-Regular.woff2
|
125
|
+
- assets/plugin/katex/fonts/KaTeX_Script-Regular.ttf
|
126
|
+
- assets/plugin/katex/fonts/KaTeX_Script-Regular.woff
|
127
|
+
- assets/plugin/katex/fonts/KaTeX_Script-Regular.woff2
|
128
|
+
- assets/plugin/katex/fonts/KaTeX_Size1-Regular.ttf
|
129
|
+
- assets/plugin/katex/fonts/KaTeX_Size1-Regular.woff
|
130
|
+
- assets/plugin/katex/fonts/KaTeX_Size1-Regular.woff2
|
131
|
+
- assets/plugin/katex/fonts/KaTeX_Size2-Regular.ttf
|
132
|
+
- assets/plugin/katex/fonts/KaTeX_Size2-Regular.woff
|
133
|
+
- assets/plugin/katex/fonts/KaTeX_Size2-Regular.woff2
|
134
|
+
- assets/plugin/katex/fonts/KaTeX_Size3-Regular.ttf
|
135
|
+
- assets/plugin/katex/fonts/KaTeX_Size3-Regular.woff
|
136
|
+
- assets/plugin/katex/fonts/KaTeX_Size3-Regular.woff2
|
137
|
+
- assets/plugin/katex/fonts/KaTeX_Size4-Regular.ttf
|
138
|
+
- assets/plugin/katex/fonts/KaTeX_Size4-Regular.woff
|
139
|
+
- assets/plugin/katex/fonts/KaTeX_Size4-Regular.woff2
|
140
|
+
- assets/plugin/katex/fonts/KaTeX_Typewriter-Regular.ttf
|
141
|
+
- assets/plugin/katex/fonts/KaTeX_Typewriter-Regular.woff
|
142
|
+
- assets/plugin/katex/fonts/KaTeX_Typewriter-Regular.woff2
|
143
|
+
- assets/plugin/katex/katex.min.css
|
144
|
+
- assets/plugin/katex/katex.min.js
|
145
|
+
- assets/search_data.json
|
146
|
+
- assets/style.scss
|
147
|
+
homepage: https://github.com/personalizedrefrigerator/jekyll-hematite-theme
|
148
|
+
licenses:
|
149
|
+
- MIT
|
150
|
+
metadata: {}
|
151
|
+
post_install_message:
|
152
|
+
rdoc_options: []
|
153
|
+
require_paths:
|
154
|
+
- lib
|
155
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - ">="
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '0'
|
160
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
161
|
+
requirements:
|
162
|
+
- - ">="
|
163
|
+
- !ruby/object:Gem::Version
|
164
|
+
version: '0'
|
165
|
+
requirements: []
|
166
|
+
rubygems_version: 3.3.5
|
167
|
+
signing_key:
|
168
|
+
specification_version: 4
|
169
|
+
summary: A responsive and elegant Jekyll theme.
|
170
|
+
test_files: []
|