Skip to content

Commit 6673f38

Browse files
committed
Updates
1 parent 2ee33ba commit 6673f38

21 files changed

+177
-85
lines changed

Gemfile.lock

Lines changed: 95 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.3)
4+
activesupport (6.0.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.7.0)
10+
addressable (2.8.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
@@ -16,29 +16,46 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.7)
20-
dnsruby (1.61.4)
19+
concurrent-ruby (1.1.9)
20+
dnsruby (1.61.7)
2121
simpleidn (~> 0.1)
2222
em-websocket (0.5.2)
2323
eventmachine (>= 0.12.9)
2424
http_parser.rb (~> 0.6.0)
25-
ethon (0.12.0)
26-
ffi (>= 1.3.0)
25+
ethon (0.14.0)
26+
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
28-
execjs (2.7.0)
29-
faraday (1.0.1)
28+
execjs (2.8.1)
29+
faraday (1.6.0)
30+
faraday-em_http (~> 1.0)
31+
faraday-em_synchrony (~> 1.0)
32+
faraday-excon (~> 1.1)
33+
faraday-httpclient (~> 1.0.1)
34+
faraday-net_http (~> 1.0)
35+
faraday-net_http_persistent (~> 1.1)
36+
faraday-patron (~> 1.0)
37+
faraday-rack (~> 1.0)
3038
multipart-post (>= 1.2, < 3)
31-
ffi (1.13.1)
39+
ruby2_keywords (>= 0.0.4)
40+
faraday-em_http (1.0.0)
41+
faraday-em_synchrony (1.0.0)
42+
faraday-excon (1.1.0)
43+
faraday-httpclient (1.0.1)
44+
faraday-net_http (1.0.1)
45+
faraday-net_http_persistent (1.2.0)
46+
faraday-patron (1.0.0)
47+
faraday-rack (1.0.0)
48+
ffi (1.15.3)
3249
forwardable-extended (2.6.0)
3350
gemoji (3.0.1)
34-
github-pages (208)
35-
github-pages-health-check (= 1.16.1)
51+
github-pages (218)
52+
github-pages-health-check (= 1.17.2)
3653
jekyll (= 3.9.0)
3754
jekyll-avatar (= 0.7.0)
3855
jekyll-coffeescript (= 1.1.1)
3956
jekyll-commonmark-ghpages (= 0.1.6)
4057
jekyll-default-layout (= 0.1.4)
41-
jekyll-feed (= 0.15.0)
58+
jekyll-feed (= 0.15.1)
4259
jekyll-gist (= 1.5.0)
4360
jekyll-github-metadata (= 2.13.0)
4461
jekyll-mentions (= 1.6.0)
@@ -47,39 +64,39 @@ GEM
4764
jekyll-readme-index (= 0.3.0)
4865
jekyll-redirect-from (= 0.16.0)
4966
jekyll-relative-links (= 0.6.1)
50-
jekyll-remote-theme (= 0.4.2)
67+
jekyll-remote-theme (= 0.4.3)
5168
jekyll-sass-converter (= 1.5.2)
52-
jekyll-seo-tag (= 2.6.1)
69+
jekyll-seo-tag (= 2.7.1)
5370
jekyll-sitemap (= 1.4.0)
5471
jekyll-swiss (= 1.0.0)
55-
jekyll-theme-architect (= 0.1.1)
56-
jekyll-theme-cayman (= 0.1.1)
57-
jekyll-theme-dinky (= 0.1.1)
58-
jekyll-theme-hacker (= 0.1.2)
59-
jekyll-theme-leap-day (= 0.1.1)
60-
jekyll-theme-merlot (= 0.1.1)
61-
jekyll-theme-midnight (= 0.1.1)
62-
jekyll-theme-minimal (= 0.1.1)
63-
jekyll-theme-modernist (= 0.1.1)
64-
jekyll-theme-primer (= 0.5.4)
65-
jekyll-theme-slate (= 0.1.1)
66-
jekyll-theme-tactile (= 0.1.1)
67-
jekyll-theme-time-machine (= 0.1.1)
72+
jekyll-theme-architect (= 0.2.0)
73+
jekyll-theme-cayman (= 0.2.0)
74+
jekyll-theme-dinky (= 0.2.0)
75+
jekyll-theme-hacker (= 0.2.0)
76+
jekyll-theme-leap-day (= 0.2.0)
77+
jekyll-theme-merlot (= 0.2.0)
78+
jekyll-theme-midnight (= 0.2.0)
79+
jekyll-theme-minimal (= 0.2.0)
80+
jekyll-theme-modernist (= 0.2.0)
81+
jekyll-theme-primer (= 0.6.0)
82+
jekyll-theme-slate (= 0.2.0)
83+
jekyll-theme-tactile (= 0.2.0)
84+
jekyll-theme-time-machine (= 0.2.0)
6885
jekyll-titles-from-headings (= 0.5.3)
6986
jemoji (= 0.12.0)
70-
kramdown (= 2.3.0)
87+
kramdown (= 2.3.1)
7188
kramdown-parser-gfm (= 1.1.0)
7289
liquid (= 4.0.3)
7390
mercenary (~> 0.3)
7491
minima (= 2.5.1)
7592
nokogiri (>= 1.10.4, < 2.0)
76-
rouge (= 3.23.0)
93+
rouge (= 3.26.0)
7794
terminal-table (~> 1.4)
78-
github-pages-health-check (1.16.1)
95+
github-pages-health-check (1.17.2)
7996
addressable (~> 2.3)
8097
dnsruby (~> 1.60)
8198
octokit (~> 4.0)
82-
public_suffix (~> 3.0)
99+
public_suffix (>= 2.0.2, < 5.0)
83100
typhoeus (~> 1.3)
84101
html-pipeline (2.14.0)
85102
activesupport (>= 2)
@@ -114,7 +131,7 @@ GEM
114131
rouge (>= 2.0, < 4.0)
115132
jekyll-default-layout (0.1.4)
116133
jekyll (~> 3.0)
117-
jekyll-feed (0.15.0)
134+
jekyll-feed (0.15.1)
118135
jekyll (>= 3.7, < 5.0)
119136
jekyll-gist (1.5.0)
120137
octokit (~> 4.2)
@@ -133,57 +150,57 @@ GEM
133150
jekyll (>= 3.3, < 5.0)
134151
jekyll-relative-links (0.6.1)
135152
jekyll (>= 3.3, < 5.0)
136-
jekyll-remote-theme (0.4.2)
153+
jekyll-remote-theme (0.4.3)
137154
addressable (~> 2.0)
138155
jekyll (>= 3.5, < 5.0)
139156
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
140157
rubyzip (>= 1.3.0, < 3.0)
141158
jekyll-sass-converter (1.5.2)
142159
sass (~> 3.4)
143-
jekyll-seo-tag (2.6.1)
144-
jekyll (>= 3.3, < 5.0)
160+
jekyll-seo-tag (2.7.1)
161+
jekyll (>= 3.8, < 5.0)
145162
jekyll-sitemap (1.4.0)
146163
jekyll (>= 3.7, < 5.0)
147164
jekyll-swiss (1.0.0)
148-
jekyll-theme-architect (0.1.1)
149-
jekyll (~> 3.5)
165+
jekyll-theme-architect (0.2.0)
166+
jekyll (> 3.5, < 5.0)
150167
jekyll-seo-tag (~> 2.0)
151-
jekyll-theme-cayman (0.1.1)
152-
jekyll (~> 3.5)
168+
jekyll-theme-cayman (0.2.0)
169+
jekyll (> 3.5, < 5.0)
153170
jekyll-seo-tag (~> 2.0)
154-
jekyll-theme-dinky (0.1.1)
155-
jekyll (~> 3.5)
171+
jekyll-theme-dinky (0.2.0)
172+
jekyll (> 3.5, < 5.0)
156173
jekyll-seo-tag (~> 2.0)
157-
jekyll-theme-hacker (0.1.2)
174+
jekyll-theme-hacker (0.2.0)
158175
jekyll (> 3.5, < 5.0)
159176
jekyll-seo-tag (~> 2.0)
160-
jekyll-theme-leap-day (0.1.1)
161-
jekyll (~> 3.5)
177+
jekyll-theme-leap-day (0.2.0)
178+
jekyll (> 3.5, < 5.0)
162179
jekyll-seo-tag (~> 2.0)
163-
jekyll-theme-merlot (0.1.1)
164-
jekyll (~> 3.5)
180+
jekyll-theme-merlot (0.2.0)
181+
jekyll (> 3.5, < 5.0)
165182
jekyll-seo-tag (~> 2.0)
166-
jekyll-theme-midnight (0.1.1)
167-
jekyll (~> 3.5)
183+
jekyll-theme-midnight (0.2.0)
184+
jekyll (> 3.5, < 5.0)
168185
jekyll-seo-tag (~> 2.0)
169-
jekyll-theme-minimal (0.1.1)
170-
jekyll (~> 3.5)
186+
jekyll-theme-minimal (0.2.0)
187+
jekyll (> 3.5, < 5.0)
171188
jekyll-seo-tag (~> 2.0)
172-
jekyll-theme-modernist (0.1.1)
173-
jekyll (~> 3.5)
189+
jekyll-theme-modernist (0.2.0)
190+
jekyll (> 3.5, < 5.0)
174191
jekyll-seo-tag (~> 2.0)
175-
jekyll-theme-primer (0.5.4)
192+
jekyll-theme-primer (0.6.0)
176193
jekyll (> 3.5, < 5.0)
177194
jekyll-github-metadata (~> 2.9)
178195
jekyll-seo-tag (~> 2.0)
179-
jekyll-theme-slate (0.1.1)
180-
jekyll (~> 3.5)
196+
jekyll-theme-slate (0.2.0)
197+
jekyll (> 3.5, < 5.0)
181198
jekyll-seo-tag (~> 2.0)
182-
jekyll-theme-tactile (0.1.1)
183-
jekyll (~> 3.5)
199+
jekyll-theme-tactile (0.2.0)
200+
jekyll (> 3.5, < 5.0)
184201
jekyll-seo-tag (~> 2.0)
185-
jekyll-theme-time-machine (0.1.1)
186-
jekyll (~> 3.5)
202+
jekyll-theme-time-machine (0.2.0)
203+
jekyll (> 3.5, < 5.0)
187204
jekyll-seo-tag (~> 2.0)
188205
jekyll-titles-from-headings (0.5.3)
189206
jekyll (>= 3.3, < 5.0)
@@ -193,38 +210,39 @@ GEM
193210
gemoji (~> 3.0)
194211
html-pipeline (~> 2.2)
195212
jekyll (>= 3.0, < 5.0)
196-
kramdown (2.3.0)
213+
kramdown (2.3.1)
197214
rexml
198215
kramdown-parser-gfm (1.1.0)
199216
kramdown (~> 2.0)
200217
liquid (4.0.3)
201-
listen (3.2.1)
218+
listen (3.6.0)
202219
rb-fsevent (~> 0.10, >= 0.10.3)
203220
rb-inotify (~> 0.9, >= 0.9.10)
204221
mercenary (0.3.6)
205-
mini_portile2 (2.4.0)
206222
minima (2.5.1)
207223
jekyll (>= 3.5, < 5.0)
208224
jekyll-feed (~> 0.9)
209225
jekyll-seo-tag (~> 2.1)
210-
minitest (5.14.2)
226+
minitest (5.14.4)
211227
multipart-post (2.1.1)
212-
nokogiri (1.10.10)
213-
mini_portile2 (~> 2.4.0)
214-
octokit (4.18.0)
228+
nokogiri (1.12.2-x86_64-linux)
229+
racc (~> 1.4)
230+
octokit (4.21.0)
215231
faraday (>= 0.9)
216232
sawyer (~> 0.8.0, >= 0.5.3)
217233
pathutil (0.16.2)
218234
forwardable-extended (~> 2.6)
219-
public_suffix (3.1.1)
220-
rb-fsevent (0.10.4)
235+
public_suffix (4.0.6)
236+
racc (1.5.2)
237+
rb-fsevent (0.11.0)
221238
rb-inotify (0.10.1)
222239
ffi (~> 1.0)
223-
rexml (3.2.4)
224-
rouge (3.23.0)
225-
ruby-enum (0.8.0)
240+
rexml (3.2.5)
241+
rouge (3.26.0)
242+
ruby-enum (0.9.0)
226243
i18n
227-
rubyzip (2.3.0)
244+
ruby2_keywords (0.0.5)
245+
rubyzip (2.3.2)
228246
safe_yaml (1.0.5)
229247
sass (3.7.4)
230248
sass-listen (~> 4.0.0)
@@ -234,27 +252,27 @@ GEM
234252
sawyer (0.8.2)
235253
addressable (>= 2.3.5)
236254
faraday (> 0.8, < 2.0)
237-
simpleidn (0.1.1)
255+
simpleidn (0.2.1)
238256
unf (~> 0.1.4)
239257
terminal-table (1.8.0)
240258
unicode-display_width (~> 1.1, >= 1.1.1)
241259
thread_safe (0.3.6)
242260
typhoeus (1.4.0)
243261
ethon (>= 0.9.0)
244-
tzinfo (1.2.7)
262+
tzinfo (1.2.9)
245263
thread_safe (~> 0.1)
246264
unf (0.1.4)
247265
unf_ext
248266
unf_ext (0.0.7.7)
249267
unicode-display_width (1.7.0)
250-
zeitwerk (2.4.0)
268+
zeitwerk (2.4.2)
251269

252270
PLATFORMS
253-
ruby
271+
x86_64-linux
254272

255273
DEPENDENCIES
256274
github-pages
257275
jekyll
258276

259277
BUNDLED WITH
260-
2.1.4
278+
2.2.25

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ bundle exec jekyll serve
1818
./docker-run.sh
1919
```
2020
---
21-
Published by [tsondt](https://tsondt.com/) with [Jekyll](https://github.com/jekyll/jekyll) using [BlackDoc](https://github.com/karloespiritu/BlackDoc) theme. [MIT License](LICENSE).
21+
Published by [tsondt](https://tsondt.com/) with [Jekyll](https://jekyllrb.com) using [BlackDoc](https://github.com/karloespiritu/BlackDoc) theme. [MIT License](LICENSE).

_includes/head.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212

1313
<link rel="stylesheet" href="/public/css/main.css">
1414
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
15+
16+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
17+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
18+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
19+
<link rel="manifest" href="/site.webmanifest">
20+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#aaaaaa">
21+
<meta name="msapplication-TileColor" content="#dddddd">
22+
<meta name="theme-color" content="#dddddd">
23+
1524
{% if jekyll.environment != "development" %}
1625
{% if site.ga_id %}
1726
<script>

_layouts/compress.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
# Jekyll layout that compresses HTML
3-
# v3.0.2
3+
# v3.1.0
44
# http://jch.penibelst.de/
55
# © 2014–2015 Anatol Broder
66
# MIT License
77
---
88

99
{% capture _LINE_FEED %}
10-
{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
10+
{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment or site.compress_html.ignore.envs == "all" %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}

_posts/2017-08-05-my-personal-wiki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ bundle exec jekyll serve
2222
./docker-run.sh
2323
{% endhighlight %}
2424

25-
<p>Published by <a href="{{ site.author.url }}" class="h6" target="_blank">{{ site.author.name }}</a> with <a href="https://github.com/jekyll/jekyll" class="h6" target="_blank">Jekyll</a> using <a href="https://github.com/karloespiritu/BlackDoc" class="h6" target="_blank">BlackDoc</a> theme.</p>
25+
<p>Published by <a href="{{ site.author.url }}" class="h6" target="_blank">{{ site.author.name }}</a> with <a href="https://jekyllrb.com" class="h6" target="_blank">Jekyll</a> using <a href="https://github.com/karloespiritu/BlackDoc" class="h6" target="_blank">BlackDoc</a> theme.</p>

android-chrome-192x192.png

876 Bytes
Loading

android-chrome-512x512.png

3.77 KB
Loading

apple-touch-icon.png

1.2 KB
Loading

browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#dddddd</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

docker-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
docker build -t "tsondt/wiki" "$DIR"

0 commit comments

Comments
 (0)