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
@@ -0,0 +1,98 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg
|
3
|
+
version="1.2"
|
4
|
+
viewBox="0 0 250 250"
|
5
|
+
width="250"
|
6
|
+
height="250"
|
7
|
+
id="svg9"
|
8
|
+
sodipodi:docname="d20R.svg"
|
9
|
+
inkscape:export-filename="d20R-48.png"
|
10
|
+
inkscape:export-xdpi="18.43"
|
11
|
+
inkscape:export-ydpi="18.43"
|
12
|
+
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
13
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
14
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
16
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
17
|
+
<defs
|
18
|
+
id="defs13">
|
19
|
+
<filter
|
20
|
+
style="color-interpolation-filters:sRGB;"
|
21
|
+
inkscape:label="Drop Shadow"
|
22
|
+
id="filter197"
|
23
|
+
x="-0.18062934"
|
24
|
+
y="-0.11446741"
|
25
|
+
width="1.3081324"
|
26
|
+
height="1.2766296">
|
27
|
+
<feFlood
|
28
|
+
flood-opacity="0.74902"
|
29
|
+
flood-color="rgb(0,0,0)"
|
30
|
+
result="flood"
|
31
|
+
id="feFlood187" />
|
32
|
+
<feComposite
|
33
|
+
in="flood"
|
34
|
+
in2="SourceGraphic"
|
35
|
+
operator="in"
|
36
|
+
result="composite1"
|
37
|
+
id="feComposite189" />
|
38
|
+
<feGaussianBlur
|
39
|
+
in="composite1"
|
40
|
+
stdDeviation="3"
|
41
|
+
result="blur"
|
42
|
+
id="feGaussianBlur191" />
|
43
|
+
<feOffset
|
44
|
+
dx="-3"
|
45
|
+
dy="3"
|
46
|
+
result="offset"
|
47
|
+
id="feOffset193" />
|
48
|
+
<feComposite
|
49
|
+
in="SourceGraphic"
|
50
|
+
in2="offset"
|
51
|
+
operator="over"
|
52
|
+
result="composite2"
|
53
|
+
id="feComposite195" />
|
54
|
+
</filter>
|
55
|
+
</defs>
|
56
|
+
<sodipodi:namedview
|
57
|
+
id="namedview11"
|
58
|
+
pagecolor="#ffffff"
|
59
|
+
bordercolor="#111111"
|
60
|
+
borderopacity="1"
|
61
|
+
inkscape:showpageshadow="0"
|
62
|
+
inkscape:pageopacity="0"
|
63
|
+
inkscape:pagecheckerboard="1"
|
64
|
+
inkscape:deskcolor="#d1d1d1"
|
65
|
+
showgrid="false"
|
66
|
+
inkscape:zoom="3.148"
|
67
|
+
inkscape:cx="125.31766"
|
68
|
+
inkscape:cy="99.74587"
|
69
|
+
inkscape:window-width="1920"
|
70
|
+
inkscape:window-height="974"
|
71
|
+
inkscape:window-x="-9"
|
72
|
+
inkscape:window-y="-9"
|
73
|
+
inkscape:window-maximized="1"
|
74
|
+
inkscape:current-layer="svg9" />
|
75
|
+
<title
|
76
|
+
id="title2">d20</title>
|
77
|
+
<style
|
78
|
+
id="style4">
|
79
|
+
.s0 { opacity: .7;fill: #ff0000 }
|
80
|
+
.s1 { opacity: 1;fill: #ff0000 }
|
81
|
+
.s2 { fill: #ffffff }
|
82
|
+
</style>
|
83
|
+
<path
|
84
|
+
id="Outer"
|
85
|
+
fill-rule="evenodd"
|
86
|
+
class="s0"
|
87
|
+
d="m126 14.3c0.8 0.2 13.9 7.6 29 16.3 15.1 8.8 37.5 21.8 49.8 28.9 14.4 8.4 22.4 13.7 22.8 15 0.4 1.1 0.2 28-1.1 117.5l-15 8.7c-8.3 4.7-20.2 11.6-26.5 15.3-6.3 3.7-21 12.1-32.5 18.7-11.6 6.7-22.6 12.9-28 15.6l-29.5-17c-16.2-9.4-39.1-22.6-50.8-29.4-13.7-8-21.5-13.1-21.8-14.4-0.4-1.1-0.3-28 1.1-117.6l5-2.8c2.7-1.6 10.6-6.1 17.5-10.1 6.9-4 24.6-14.3 39.5-22.8 14.8-8.6 29.7-17.1 33-18.9 3.3-1.8 6.7-3.2 7.5-3zm-63 39.2c-15.1 8.8-29.6 17.1-32.2 18.5l-4.8 2.5v114.5c14.3 8.4 34.2 19.9 53.5 31 19.2 11.2 37.1 21.6 39.7 23.1 2.7 1.6 5 2.9 5.3 2.9 0.3 0 8.3-4.4 17.7-9.8 9.5-5.4 29.7-17 44.8-25.7 15.1-8.8 29.6-17.1 32.2-18.5l4.8-2.5v-114.5c-14.3-8.4-34.3-19.9-53.5-31-19.3-11.2-37.1-21.6-39.8-23.1-2.6-1.6-5-2.9-5.5-2.9-0.4 0.1-8.4 4.5-17.7 9.9-9.4 5.4-29.4 16.9-44.5 25.6z" />
|
88
|
+
<path
|
89
|
+
id="Inner"
|
90
|
+
class="s1"
|
91
|
+
d="m122.7 22.1c1-0.1 1.3 3 1.3 12.4 0 6.9-0.2 12.5-0.5 12.5-0.3 0-5.8 1.5-12.3 3.4-6.4 1.9-22.1 6.5-34.7 10.1-12.7 3.7-27.5 8-33 9.6-5.5 1.5-10.1 2.7-10.3 2.6-0.1-0.1 4.1-2.8 9.5-5.9 5.4-3.1 18.8-10.7 29.8-16.9 11-6.2 26.5-14.9 34.5-19.5 8-4.5 15.1-8.2 15.7-8.3zm5.2 0.4c0.9 0.3 14.9 8.2 31.1 17.4 16.2 9.3 35.3 20.1 42.5 24.1 7.1 4.1 12.5 7.5 12 7.7-0.6 0.2-4.8-0.7-9.5-2.1-4.7-1.3-20.9-6.1-36-10.6-15.1-4.5-30.8-9.2-42-12.5l0.1-12.4c0.2-10.8 0.4-12.2 1.8-11.6zm-99.5 55.5c0.2 0.3 3.2 9.9 6.6 21.5 3.4 11.5 7.2 24.4 8.5 28.5 1.3 4.1 4.2 14 6.6 22 2.3 8 4.3 14.8 4.5 15.2 0.2 0.5-5.1 4.6-11.9 9.1-6.7 4.6-12.8 8.7-13.5 9-0.9 0.6-1.2-10.3-1.2-52.6 0-29.2 0.1-53 0.4-52.7zm193.3 52.5c0.2 29.1 0 53.1-0.2 53.2-0.3 0.2-6.4-3.8-13.5-8.7-9.9-6.8-12.9-9.4-12.5-10.8 0.2-0.9 1.4-4.9 2.5-8.7 1.2-3.9 3.6-12.2 5.5-18.5 1.9-6.3 6.2-20.7 9.5-32 3.4-11.3 6.6-22.1 7.3-24 1-2.8 1.2 6.8 1.4 49.5zm-97.4 37.5c40.3 0 65.6 0.4 65.4 0.9-0.1 0.5-12.6 14.8-27.7 31.7-15.1 16.9-29.5 33.1-32 36-2.5 2.9-4.8 5.3-5.3 5.3-0.4 0.1-11.2-11.7-24-26.1-12.7-14.4-26.8-30.3-31.2-35.3-4.4-4.9-8.7-9.8-9.5-10.8-1.4-1.6 1.8-1.7 64.3-1.7zm-3.8-117.9c0.6-0.1 1 0.3 1 0.7 0 0.5-14.6 26.1-32.5 56.9-17.9 30.9-32.8 55.9-33.1 55.5-0.4-0.4-2.8-8.1-5.5-17.2-2.6-9.1-8.2-28.4-12.4-43-5.3-18-7.4-26.7-6.6-27.1 0.6-0.4 16.4-5 35.1-10.4 18.7-5.4 38.3-11 43.5-12.6 5.2-1.5 10-2.8 10.5-2.8zm7.2-0.1c0.4 0 20.4 5.6 44.3 12.5 23.9 6.8 44.2 12.8 45.1 13.2 1.4 0.7 0.9 3.4-4.8 22.8-3.5 12.1-9.1 31.4-12.5 43-3.3 11.5-6.3 21.3-6.7 21.7-0.3 0.4-4.5-6.1-9.4-14.5-4.8-8.3-12.9-22.4-18-31.2-5.1-8.8-15.4-26.6-22.9-39.5-7.4-12.9-14.1-24.5-14.7-25.8-0.7-1.2-0.9-2.2-0.4-2.2zm-2.6 1.8c0.4 0.4 4.5 7.2 9.1 15.2 4.6 8 12.9 22.4 18.5 32 5.5 9.6 16.1 27.8 23.3 40.5 7.3 12.6 13.5 23.6 13.6 24.2 0.3 1-13.2 1.3-65.1 1.3-36 0-65.5-0.2-65.5-0.5 0-0.3 2.8-5.3 6.3-11.3 3.5-5.9 11-18.8 16.7-28.7 5.7-9.9 14-24.3 18.5-32 4.5-7.7 11.7-20.2 16-27.7 4.4-7.6 8.2-13.4 8.6-13zm-69.6 117.4l4.4 4.6c2.4 2.6 12.3 13.4 22 24.1 9.7 10.7 22 24.3 27.3 30.3 5.4 5.9 9.7 11 9.5 11.3-0.1 0.3-19.1-10.6-42.2-24.2-23.1-13.5-43.2-25.3-44.7-26.2-1.6-0.9-2.8-1.8-2.8-2.1 0-0.3 6-4.4 13.3-9.2zm138.8 0.9c0.7 0 6.9 3.8 13.9 8.5 7 4.6 12.7 8.6 12.5 8.8-0.1 0.2-8.3 5.1-18.2 10.9-9.9 5.8-29.5 17.3-43.5 25.5-14 8.3-26.4 15.4-27.5 15.9-1.1 0.4 1.6-3.3 6-8.2 4.4-4.9 12.5-13.9 18-20 5.5-6 16.2-17.9 23.8-26.2 7.6-8.4 14.4-15.2 15-15.2z" />
|
92
|
+
<path
|
93
|
+
id="R - Rapscallion - W"
|
94
|
+
class="s2"
|
95
|
+
aria-label="R"
|
96
|
+
d="m106 123.8l1.8-0.6v-1.9q0.6 0.1 3 0.1-0.3-0.7-1.6-1.3-1.4-0.7-1.4-2v-3.5q0-1.1 1.7-2.2-0.1-0.1-0.3-0.3l-1.4-1.5v-6.9q-0.4-0.3-0.8-0.3-0.6 0-1.8 0.7-1.3 0.6-1.7 0.6-0.7 0.6-0.7 1.3 0.8 0 2.2 0.8 0 1.8-1.1 2-2.3 0.6-3.1-1.3 0-0.4-0.4-0.9-0.3-0.7-0.3-0.8 0-0.4 0.3-0.5 1.8-3.3 4-2.9 0.1-0.8 1.3-1.5 1-0.6 1.9-1.1 0.3-0.8 1.7-1.2 1.5-0.6 1.5-1.4 1.6-1.4 4.4-3.6 1 0.2 2.1 2.1 0-0.9-0.2 1.3-0.3 2.1-0.2 2.2 0.2-0.4 1.1-1.5 1-1.2 1.3-1.1 1.4 1.8 4.7 1.5 3-0.7 2.2-0.7 0.7 0 1.1 0.5 0.3-0.5 0.7-1.4 0.6 0 1.6-0.4 1.2-0.4 1.6-0.4 1.7-1 4.9-3.1 1.1 0.4 1.4 0.5 0.5 0.5 0.6 1.2 0 0.4-0.5 0.8-1.1-0.5-1.6-0.4l-0.5 0.5q1.2 1.6 2.9 5-0.1 0.2-0.5 0.2-0.6 0-0.7 0.2 1.2 1.8 2.8 1.9 0 0.1 2.4 4.1 1.5 2.3 1.8 4.3-0.2 0.1-0.7 0.4-0.6 0.1-0.6 0.4 0 0.1 0.1 0.3 0.1 0.5 0.7 0.6 0.7 0.1 0.8 0.4 0.5 3.9-2.9 7-0.1-0.1-0.3-0.1-0.1 0-0.4 0.1-0.5 0.2-0.5-0.2-0.8 1.4-4.3 4 1.5 0.5 7.4 0.7 0.3 0.1 0.2 0.5-0.1 0.8-0.3 0.9-0.2 0.2-1 0.1-1 0-1 0.8v1.8q0 0.9 0.7 1.3 0 0.6-0.3 0.7 0.4 0.8 0.5 1.7l-0.9 1.1h1.6q1.5 2.8 1.5 3.9 3.5 1.9 4.7 1.9 0.8-0.7 2-2.6 0.2-0.5 1.6-0.7 0.1 0.6 0.2 1.8-0.9 0.7-2.5 2.1-1.5 1.4-1.8 2.9l-0.7 0.3q0.2 0.4 0.2 0.8 0 0.5-0.4 1.4-0.4 0.9-0.4 1.1-0.5 1.4-1.4 4.3-0.2 0-5.4-1.7-0.6-0.4-1.6-1.4l0.2-1.3q-0.3-0.2-0.8 0.1-0.5 0.3-0.7 0.3-3.8-2.3-3.8-7.6 0-0.2 0.3-0.7 0.4-0.5 0.4-0.6 0-0.2-0.3-0.4-0.5 0.3-1.5 0.4-0.5-1.3-0.9-3.3l0.5-0.6q-0.8-0.4-1.4-2-0.6-1.7-1.2-2.1 0-0.3 0.2-0.7 0.2-0.5 0.2-0.8 0-0.2-0.5-0.4-0.5 0.2-1.1 0.6-0.6 0.3-1.3 0-2.8-1.8-6.1-1.8-1.1 0-2.3 0.3v2.8q-0.1 0.1-0.7 0.4-0.2-0.2-0.6 0.5l-0.3 0.8q1.1 0.4 1.4 0.7 0.2 0.2 0.2 1.4 0 5 0.7 5.4 0.1 0 0.2-0.1 0.3 0.4 1.4 0.4 0.4-0.2 1.1-1 0.7-0.8 1.3-0.7 0.4 0 0.9 0.6v0.4q-2.3 3.3-2.5 3.5-1.6 2.4-1.7 3.8-0.6 0-1.2 1.9-0.1 0.1-0.9 1.5-0.6 1-1.1 0.8-1.9-1.5-1.9-2.3 0-0.6 0.4-1.1 0-0.1-0.7-0.3-0.5-0.1-0.6 0.1l-0.6 0.5q-1.3-0.9-3-2.8 0.5-0.9 0.5-1.1l-0.8-1.2q-0.8 2-1.6 1.6-0.4-0.4-0.9-0.4-0.5 0-1.5 0.3-1.1 0.2-1.5 0.2-0.5 0-0.8-0.1 0.1-0.4-0.4-0.8-0.5-0.4-0.8-0.4-0.7 0-0.7 2-1.8 0.4-3 4-0.3 0.6 0 2.1 0.3 0.9 0.9 2.1 0.3-0.6 1.3-2.1 0.4-0.3 2.3-0.9 0.5 0.5 1.7 1.4 0.1 0.6-0.4 1.4-0.2 0-0.5-0.4-0.1-0.5-0.5-0.5l-0.9 0.2-0.6 1.3q-0.5 0.5-0.5 1.2 0 0.2 0.1 0.6 0.1 0.4 0.1 0.5 0 0.4-0.5 0.4-0.4 0-1.1-0.1-4.6-3.4-4-7.6 0.2 0 0.8-0.4 0.6-0.5 0.6-0.7 0-0.1-0.1-0.3l-1.1-0.6q0.4-2 2-4.4 1.6-2.4 3.2-3.3 1.1-0.8 4-1.4 0.6 0.1 1-0.1 0.5-0.4 0.7-0.4 0-2.6 0.1-3.1 0.2-0.9 1.3-1.3 0.1-0.4-0.6-0.5-0.6-0.2-0.6-0.7l-0.2-4.8q-0.2 0.2-2.1 0.2-1.5 0-2 1 1.5 0.4 2.1 1.6-0.5 1.6-1.6 1.6-0.9 0-2.7-2 0.5-3 4.6-4.4zm13.3-0.6l4.8-0.3q5.1-0.3 7.1-3.9 0.6 0 1.5-0.7-1-1.3-1-1.6 0.8-2.1-0.3-4.5-0.9-0.4-0.9-1.3 0-2.7 0.2-2.1-0.7-0.4-1-0.2-0.8 0.3-1.7-0.4-0.1-0.7-1-2-0.8-1.3-0.8-2.1 0-0.6 0.2-0.9-0.2 0.2-0.4 0.2-0.2-0.1-0.4-0.1 0 0-0.1 0.1-0.7-0.6-0.8-1-0.5-1.4-2.7-1.4-1.9 0-2.7 1.1 0 2.5-0.4 7.6-0.6 0.9-1.9 0.4l1.9 1.6v4.6q-0.3 1.5-1.9 2.3 1.8 0.2 1.9 2.4 0.2 2.1 0.4 2.2z"
|
97
|
+
style="filter:url(#filter197)" />
|
98
|
+
</svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,103 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg
|
3
|
+
version="1.2"
|
4
|
+
viewBox="0 0 250 250"
|
5
|
+
width="250"
|
6
|
+
height="250"
|
7
|
+
id="svg23"
|
8
|
+
sodipodi:docname="d20RB.svg"
|
9
|
+
inkscape:export-filename="d20RB-16.png"
|
10
|
+
inkscape:export-xdpi="6.1399999"
|
11
|
+
inkscape:export-ydpi="6.1399999"
|
12
|
+
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
13
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
14
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
16
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
17
|
+
<defs
|
18
|
+
id="defs27">
|
19
|
+
<filter
|
20
|
+
style="color-interpolation-filters:sRGB;"
|
21
|
+
inkscape:label="Drop Shadow"
|
22
|
+
id="filter223"
|
23
|
+
x="-0.18062934"
|
24
|
+
y="-0.11446741"
|
25
|
+
width="1.3081324"
|
26
|
+
height="1.2766296">
|
27
|
+
<feFlood
|
28
|
+
flood-opacity="0.74902"
|
29
|
+
flood-color="rgb(0,0,0)"
|
30
|
+
result="flood"
|
31
|
+
id="feFlood213" />
|
32
|
+
<feComposite
|
33
|
+
in="flood"
|
34
|
+
in2="SourceGraphic"
|
35
|
+
operator="in"
|
36
|
+
result="composite1"
|
37
|
+
id="feComposite215" />
|
38
|
+
<feGaussianBlur
|
39
|
+
in="composite1"
|
40
|
+
stdDeviation="3"
|
41
|
+
result="blur"
|
42
|
+
id="feGaussianBlur217" />
|
43
|
+
<feOffset
|
44
|
+
dx="-3"
|
45
|
+
dy="3"
|
46
|
+
result="offset"
|
47
|
+
id="feOffset219" />
|
48
|
+
<feComposite
|
49
|
+
in="SourceGraphic"
|
50
|
+
in2="offset"
|
51
|
+
operator="over"
|
52
|
+
result="composite2"
|
53
|
+
id="feComposite221" />
|
54
|
+
</filter>
|
55
|
+
</defs>
|
56
|
+
<sodipodi:namedview
|
57
|
+
id="namedview25"
|
58
|
+
pagecolor="#ffffff"
|
59
|
+
bordercolor="#111111"
|
60
|
+
borderopacity="1"
|
61
|
+
inkscape:showpageshadow="0"
|
62
|
+
inkscape:pageopacity="0"
|
63
|
+
inkscape:pagecheckerboard="1"
|
64
|
+
inkscape:deskcolor="#d1d1d1"
|
65
|
+
showgrid="false"
|
66
|
+
inkscape:zoom="3.148"
|
67
|
+
inkscape:cx="125.31766"
|
68
|
+
inkscape:cy="125.15883"
|
69
|
+
inkscape:window-width="1920"
|
70
|
+
inkscape:window-height="974"
|
71
|
+
inkscape:window-x="-9"
|
72
|
+
inkscape:window-y="-9"
|
73
|
+
inkscape:window-maximized="1"
|
74
|
+
inkscape:current-layer="svg23" />
|
75
|
+
<title
|
76
|
+
id="title15">d20</title>
|
77
|
+
<style
|
78
|
+
id="style17">
|
79
|
+
.s0 { fill: #000000 }
|
80
|
+
.s1 { opacity: .7;fill: #ff0000 }
|
81
|
+
.s2 { opacity: 1;fill: #ff0000 }
|
82
|
+
.s3 { fill: #ffffff }
|
83
|
+
</style>
|
84
|
+
<path
|
85
|
+
id="Backing"
|
86
|
+
class="s0"
|
87
|
+
d="m131.4 19.6c3.3 1.9 7.2 3.9 8.6 4.6 1.4 0.7 3.6 2 5 2.9 1.4 0.9 4.2 2.6 6.2 3.8 2.1 1.1 5.5 3.1 7.5 4.2 2.1 1.2 12.6 7.3 23.3 13.7 10.7 6.3 20.2 11.7 21 12 0.8 0.3 2.8 1.5 4.5 2.7 1.6 1.2 4.5 2.9 6.2 3.8 1.8 0.9 4.5 2.3 6 3.1 1.6 0.8 3.4 2 4 2.8 1 1 1.3 14.3 1.3 58.8-0.1 31.6-0.5 57.9-0.9 58.5-0.5 0.5-6 4-12.2 7.6-6.3 3.7-15 8.7-19.4 11.2-4.4 2.4-13.2 7.5-19.5 11.2-6.3 3.8-13.8 8-16.5 9.5-2.8 1.4-11 6.1-31.5 18l-6.3-3.5c-3.4-1.9-7.3-4-8.7-4.7-1.4-0.7-3.6-2-5-2.9-1.4-0.9-4.2-2.6-6.3-3.8-2-1.1-5.4-3.1-7.5-4.2-2-1.2-12.5-7.3-23.2-13.7-10.7-6.3-20.2-11.7-21-12-0.8-0.3-2.9-1.5-4.5-2.7-1.7-1.2-4.6-3-6.5-4-1.9-0.9-4.6-2.3-6-3-1.4-0.7-3.1-1.9-3.7-2.7-1-1-1.3-14.3-1.3-58.8 0.1-31.6 0.5-58 0.9-58.5 0.5-0.6 6-4 12.2-7.6 6.3-3.7 15-8.7 19.4-11.2 4.4-2.4 13.2-7.5 19.5-11.2 6.3-3.8 13.7-8 16.5-9.5 2.7-1.4 10.4-5.8 17-9.7 6.6-3.8 12.6-7.2 13.4-7.5 0.8-0.3 4.1 1 7.5 2.8z" />
|
88
|
+
<path
|
89
|
+
id="Outer"
|
90
|
+
fill-rule="evenodd"
|
91
|
+
class="s1"
|
92
|
+
d="m126 14.3c0.8 0.2 13.9 7.6 29 16.3 15.1 8.8 37.5 21.8 49.8 28.9 14.4 8.4 22.4 13.7 22.8 15 0.4 1.1 0.2 28-1.1 117.5l-15 8.7c-8.3 4.7-20.2 11.6-26.5 15.3-6.3 3.7-21 12.1-32.5 18.7-11.6 6.7-22.6 12.9-28 15.6l-29.5-17c-16.2-9.4-39.1-22.6-50.8-29.4-13.7-8-21.5-13.1-21.8-14.4-0.4-1.1-0.3-28 1.1-117.6l5-2.8c2.7-1.6 10.6-6.1 17.5-10.1 6.9-4 24.6-14.3 39.5-22.8 14.8-8.6 29.7-17.1 33-18.9 3.3-1.8 6.7-3.2 7.5-3zm-63 39.2c-15.1 8.8-29.6 17.1-32.2 18.5l-4.8 2.5v114.5c14.3 8.4 34.2 19.9 53.5 31 19.2 11.2 37.1 21.6 39.7 23.1 2.7 1.6 5 2.9 5.3 2.9 0.3 0 8.3-4.4 17.7-9.8 9.5-5.4 29.7-17 44.8-25.7 15.1-8.8 29.6-17.1 32.2-18.5l4.8-2.5v-114.5c-14.3-8.4-34.3-19.9-53.5-31-19.3-11.2-37.1-21.6-39.8-23.1-2.6-1.6-5-2.9-5.5-2.9-0.4 0.1-8.4 4.5-17.7 9.9-9.4 5.4-29.4 16.9-44.5 25.6z" />
|
93
|
+
<path
|
94
|
+
id="Inner"
|
95
|
+
class="s2"
|
96
|
+
d="m122.7 22.1c1-0.1 1.3 3 1.3 12.4 0 6.9-0.2 12.5-0.5 12.5-0.3 0-5.8 1.5-12.3 3.4-6.4 1.9-22.1 6.5-34.7 10.1-12.7 3.7-27.5 8-33 9.6-5.5 1.5-10.1 2.7-10.3 2.6-0.1-0.1 4.1-2.8 9.5-5.9 5.4-3.1 18.8-10.7 29.8-16.9 11-6.2 26.5-14.9 34.5-19.5 8-4.5 15.1-8.2 15.7-8.3zm5.2 0.4c0.9 0.3 14.9 8.2 31.1 17.4 16.2 9.3 35.3 20.1 42.5 24.1 7.1 4.1 12.5 7.5 12 7.7-0.6 0.2-4.8-0.7-9.5-2.1-4.7-1.3-20.9-6.1-36-10.6-15.1-4.5-30.8-9.2-42-12.5l0.1-12.4c0.2-10.8 0.4-12.2 1.8-11.6zm-99.5 55.5c0.2 0.3 3.2 9.9 6.6 21.5 3.4 11.5 7.2 24.4 8.5 28.5 1.3 4.1 4.2 14 6.6 22 2.3 8 4.3 14.8 4.5 15.2 0.2 0.5-5.1 4.6-11.9 9.1-6.7 4.6-12.8 8.7-13.5 9-0.9 0.6-1.2-10.3-1.2-52.6 0-29.2 0.1-53 0.4-52.7zm193.3 52.5c0.2 29.1 0 53.1-0.2 53.2-0.3 0.2-6.4-3.8-13.5-8.7-9.9-6.8-12.9-9.4-12.5-10.8 0.2-0.9 1.4-4.9 2.5-8.7 1.2-3.9 3.6-12.2 5.5-18.5 1.9-6.3 6.2-20.7 9.5-32 3.4-11.3 6.6-22.1 7.3-24 1-2.8 1.2 6.8 1.4 49.5zm-97.4 37.5c40.3 0 65.6 0.4 65.4 0.9-0.1 0.5-12.6 14.8-27.7 31.7-15.1 16.9-29.5 33.1-32 36-2.5 2.9-4.8 5.3-5.3 5.3-0.4 0.1-11.2-11.7-24-26.1-12.7-14.4-26.8-30.3-31.2-35.3-4.4-4.9-8.7-9.8-9.5-10.8-1.4-1.6 1.8-1.7 64.3-1.7zm-3.8-117.9c0.6-0.1 1 0.3 1 0.7 0 0.5-14.6 26.1-32.5 56.9-17.9 30.9-32.8 55.9-33.1 55.5-0.4-0.4-2.8-8.1-5.5-17.2-2.6-9.1-8.2-28.4-12.4-43-5.3-18-7.4-26.7-6.6-27.1 0.6-0.4 16.4-5 35.1-10.4 18.7-5.4 38.3-11 43.5-12.6 5.2-1.5 10-2.8 10.5-2.8zm7.2-0.1c0.4 0 20.4 5.6 44.3 12.5 23.9 6.8 44.2 12.8 45.1 13.2 1.4 0.7 0.9 3.4-4.8 22.8-3.5 12.1-9.1 31.4-12.5 43-3.3 11.5-6.3 21.3-6.7 21.7-0.3 0.4-4.5-6.1-9.4-14.5-4.8-8.3-12.9-22.4-18-31.2-5.1-8.8-15.4-26.6-22.9-39.5-7.4-12.9-14.1-24.5-14.7-25.8-0.7-1.2-0.9-2.2-0.4-2.2zm-2.6 1.8c0.4 0.4 4.5 7.2 9.1 15.2 4.6 8 12.9 22.4 18.5 32 5.5 9.6 16.1 27.8 23.3 40.5 7.3 12.6 13.5 23.6 13.6 24.2 0.3 1-13.2 1.3-65.1 1.3-36 0-65.5-0.2-65.5-0.5 0-0.3 2.8-5.3 6.3-11.3 3.5-5.9 11-18.8 16.7-28.7 5.7-9.9 14-24.3 18.5-32 4.5-7.7 11.7-20.2 16-27.7 4.4-7.6 8.2-13.4 8.6-13zm-69.6 117.4l4.4 4.6c2.4 2.6 12.3 13.4 22 24.1 9.7 10.7 22 24.3 27.3 30.3 5.4 5.9 9.7 11 9.5 11.3-0.1 0.3-19.1-10.6-42.2-24.2-23.1-13.5-43.2-25.3-44.7-26.2-1.6-0.9-2.8-1.8-2.8-2.1 0-0.3 6-4.4 13.3-9.2zm138.8 0.9c0.7 0 6.9 3.8 13.9 8.5 7 4.6 12.7 8.6 12.5 8.8-0.1 0.2-8.3 5.1-18.2 10.9-9.9 5.8-29.5 17.3-43.5 25.5-14 8.3-26.4 15.4-27.5 15.9-1.1 0.4 1.6-3.3 6-8.2 4.4-4.9 12.5-13.9 18-20 5.5-6 16.2-17.9 23.8-26.2 7.6-8.4 14.4-15.2 15-15.2z" />
|
97
|
+
<path
|
98
|
+
id="R - Rapscallion - W"
|
99
|
+
class="s3"
|
100
|
+
aria-label="R"
|
101
|
+
d="m106 123.8l1.8-0.6v-1.9q0.6 0.1 3 0.1-0.3-0.7-1.6-1.3-1.4-0.7-1.4-2v-3.5q0-1.1 1.7-2.2-0.1-0.1-0.3-0.3l-1.4-1.5v-6.9q-0.4-0.3-0.8-0.3-0.6 0-1.8 0.7-1.3 0.6-1.7 0.6-0.7 0.6-0.7 1.3 0.8 0 2.2 0.8 0 1.8-1.1 2-2.3 0.6-3.1-1.3 0-0.4-0.4-0.9-0.3-0.7-0.3-0.8 0-0.4 0.3-0.5 1.8-3.3 4-2.9 0.1-0.8 1.3-1.5 1-0.6 1.9-1.1 0.3-0.8 1.7-1.2 1.5-0.6 1.5-1.4 1.6-1.4 4.4-3.6 1 0.2 2.1 2.1 0-0.9-0.2 1.3-0.3 2.1-0.2 2.2 0.2-0.4 1.1-1.5 1-1.2 1.3-1.1 1.4 1.8 4.7 1.5 3-0.7 2.2-0.7 0.7 0 1.1 0.5 0.3-0.5 0.7-1.4 0.6 0 1.6-0.4 1.2-0.4 1.6-0.4 1.7-1 4.9-3.1 1.1 0.4 1.4 0.5 0.5 0.5 0.6 1.2 0 0.4-0.5 0.8-1.1-0.5-1.6-0.4l-0.5 0.5q1.2 1.6 2.9 5-0.1 0.2-0.5 0.2-0.6 0-0.7 0.2 1.2 1.8 2.8 1.9 0 0.1 2.4 4.1 1.5 2.3 1.8 4.3-0.2 0.1-0.7 0.4-0.6 0.1-0.6 0.4 0 0.1 0.1 0.3 0.1 0.5 0.7 0.6 0.7 0.1 0.8 0.4 0.5 3.9-2.9 7-0.1-0.1-0.3-0.1-0.1 0-0.4 0.1-0.5 0.2-0.5-0.2-0.8 1.4-4.3 4 1.5 0.5 7.4 0.7 0.3 0.1 0.2 0.5-0.1 0.8-0.3 0.9-0.2 0.2-1 0.1-1 0-1 0.8v1.8q0 0.9 0.7 1.3 0 0.6-0.3 0.7 0.4 0.8 0.5 1.7l-0.9 1.1h1.6q1.5 2.8 1.5 3.9 3.5 1.9 4.7 1.9 0.8-0.7 2-2.6 0.2-0.5 1.6-0.7 0.1 0.6 0.2 1.8-0.9 0.7-2.5 2.1-1.5 1.4-1.8 2.9l-0.7 0.3q0.2 0.4 0.2 0.8 0 0.5-0.4 1.4-0.4 0.9-0.4 1.1-0.5 1.4-1.4 4.3-0.2 0-5.4-1.7-0.6-0.4-1.6-1.4l0.2-1.3q-0.3-0.2-0.8 0.1-0.5 0.3-0.7 0.3-3.8-2.3-3.8-7.6 0-0.2 0.3-0.7 0.4-0.5 0.4-0.6 0-0.2-0.3-0.4-0.5 0.3-1.5 0.4-0.5-1.3-0.9-3.3l0.5-0.6q-0.8-0.4-1.4-2-0.6-1.7-1.2-2.1 0-0.3 0.2-0.7 0.2-0.5 0.2-0.8 0-0.2-0.5-0.4-0.5 0.2-1.1 0.6-0.6 0.3-1.3 0-2.8-1.8-6.1-1.8-1.1 0-2.3 0.3v2.8q-0.1 0.1-0.7 0.4-0.2-0.2-0.6 0.5l-0.3 0.8q1.1 0.4 1.4 0.7 0.2 0.2 0.2 1.4 0 5 0.7 5.4 0.1 0 0.2-0.1 0.3 0.4 1.4 0.4 0.4-0.2 1.1-1 0.7-0.8 1.3-0.7 0.4 0 0.9 0.6v0.4q-2.3 3.3-2.5 3.5-1.6 2.4-1.7 3.8-0.6 0-1.2 1.9-0.1 0.1-0.9 1.5-0.6 1-1.1 0.8-1.9-1.5-1.9-2.3 0-0.6 0.4-1.1 0-0.1-0.7-0.3-0.5-0.1-0.6 0.1l-0.6 0.5q-1.3-0.9-3-2.8 0.5-0.9 0.5-1.1l-0.8-1.2q-0.8 2-1.6 1.6-0.4-0.4-0.9-0.4-0.5 0-1.5 0.3-1.1 0.2-1.5 0.2-0.5 0-0.8-0.1 0.1-0.4-0.4-0.8-0.5-0.4-0.8-0.4-0.7 0-0.7 2-1.8 0.4-3 4-0.3 0.6 0 2.1 0.3 0.9 0.9 2.1 0.3-0.6 1.3-2.1 0.4-0.3 2.3-0.9 0.5 0.5 1.7 1.4 0.1 0.6-0.4 1.4-0.2 0-0.5-0.4-0.1-0.5-0.5-0.5l-0.9 0.2-0.6 1.3q-0.5 0.5-0.5 1.2 0 0.2 0.1 0.6 0.1 0.4 0.1 0.5 0 0.4-0.5 0.4-0.4 0-1.1-0.1-4.6-3.4-4-7.6 0.2 0 0.8-0.4 0.6-0.5 0.6-0.7 0-0.1-0.1-0.3l-1.1-0.6q0.4-2 2-4.4 1.6-2.4 3.2-3.3 1.1-0.8 4-1.4 0.6 0.1 1-0.1 0.5-0.4 0.7-0.4 0-2.6 0.1-3.1 0.2-0.9 1.3-1.3 0.1-0.4-0.6-0.5-0.6-0.2-0.6-0.7l-0.2-4.8q-0.2 0.2-2.1 0.2-1.5 0-2 1 1.5 0.4 2.1 1.6-0.5 1.6-1.6 1.6-0.9 0-2.7-2 0.5-3 4.6-4.4zm13.3-0.6l4.8-0.3q5.1-0.3 7.1-3.9 0.6 0 1.5-0.7-1-1.3-1-1.6 0.8-2.1-0.3-4.5-0.9-0.4-0.9-1.3 0-2.7 0.2-2.1-0.7-0.4-1-0.2-0.8 0.3-1.7-0.4-0.1-0.7-1-2-0.8-1.3-0.8-2.1 0-0.6 0.2-0.9-0.2 0.2-0.4 0.2-0.2-0.1-0.4-0.1 0 0-0.1 0.1-0.7-0.6-0.8-1-0.5-1.4-2.7-1.4-1.9 0-2.7 1.1 0 2.5-0.4 7.6-0.6 0.9-1.9 0.4l1.9 1.6v4.6q-0.3 1.5-1.9 2.3 1.8 0.2 1.9 2.4 0.2 2.1 0.4 2.2z"
|
102
|
+
style="filter:url(#filter223)" />
|
103
|
+
</svg>
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<browserconfig>
|
3
|
+
<msapplication>
|
4
|
+
<tile>
|
5
|
+
<square70x70logo src="/mstile-70x70.png"/>
|
6
|
+
<square150x150logo src="/mstile-150x150.png"/>
|
7
|
+
<square310x310logo src="/mstile-310x310.png"/>
|
8
|
+
<wide310x150logo src="/mstile-310x150.png"/>
|
9
|
+
<TileColor>#da0000</TileColor>
|
10
|
+
</tile>
|
11
|
+
</msapplication>
|
12
|
+
</browserconfig>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,112 @@
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
3
|
+
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
4
|
+
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
5
|
+
width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
|
6
|
+
preserveAspectRatio="xMidYMid meet">
|
7
|
+
<metadata>
|
8
|
+
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
9
|
+
</metadata>
|
10
|
+
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
|
11
|
+
fill="#000000" stroke="none">
|
12
|
+
<path d="M3350 6844 c-80 -46 -152 -88 -160 -93 -77 -47 -402 -231 -409 -231
|
13
|
+
-5 0 -11 -4 -13 -8 -1 -4 -50 -34 -108 -67 -58 -32 -244 -139 -415 -238 -383
|
14
|
+
-222 -436 -253 -1309 -756 -165 -95 -314 -184 -330 -198 -69 -57 -67 -43 -73
|
15
|
+
-465 -8 -532 -8 -2624 0 -2788 8 -165 18 -202 60 -234 33 -24 353 -218 532
|
16
|
+
-321 55 -31 116 -67 135 -80 28 -18 311 -182 460 -267 115 -66 1181 -685 1210
|
17
|
+
-703 19 -12 42 -25 50 -28 8 -4 31 -17 50 -28 29 -18 432 -254 451 -265 3 -2
|
18
|
+
66 31 140 72 74 42 159 89 189 106 30 17 165 94 300 171 135 77 265 151 290
|
19
|
+
165 25 14 62 36 82 49 21 12 40 23 43 23 3 0 24 12 48 27 23 14 67 40 97 56
|
20
|
+
30 16 62 35 70 42 8 7 20 14 25 16 9 4 204 114 245 139 57 35 154 91 200 117
|
21
|
+
30 17 154 88 275 158 121 70 240 139 265 153 25 14 128 73 230 132 102 58 226
|
22
|
+
130 276 158 107 61 162 103 187 142 16 26 19 64 24 357 8 471 8 2727 0 2862
|
23
|
+
-7 109 -18 173 -34 197 -17 23 -575 354 -1403 832 -195 112 -470 271 -610 352
|
24
|
+
-140 81 -273 158 -295 170 -22 12 -92 53 -155 89 -279 163 -467 271 -471 270
|
25
|
+
-2 0 -69 -38 -149 -85z m304 -73 c78 -43 157 -88 176 -99 81 -45 567 -326 712
|
26
|
+
-410 86 -50 172 -100 190 -110 18 -11 90 -52 158 -92 69 -40 144 -83 167 -96
|
27
|
+
58 -33 265 -152 283 -164 8 -5 56 -32 105 -61 50 -29 182 -106 295 -172 113
|
28
|
+
-66 214 -126 225 -132 11 -6 46 -26 78 -45 32 -19 66 -39 75 -45 10 -5 74 -45
|
29
|
+
144 -88 l126 -77 0 -1693 0 -1693 -46 -24 c-57 -30 -144 -79 -362 -202 -153
|
30
|
+
-87 -187 -106 -240 -136 -25 -14 -57 -33 -72 -43 -14 -11 -28 -19 -31 -19 -4
|
31
|
+
0 -319 -180 -635 -364 -68 -39 -140 -80 -160 -92 -20 -11 -208 -119 -417 -239
|
32
|
+
-385 -221 -649 -372 -829 -473 l-98 -55 -52 26 c-28 14 -62 33 -76 42 -14 8
|
33
|
+
-110 64 -215 123 -104 60 -277 159 -383 221 -106 61 -207 120 -225 130 -17 10
|
34
|
+
-162 94 -322 186 -159 92 -328 189 -375 216 -47 27 -92 54 -100 59 -8 5 -32
|
35
|
+
19 -52 30 -142 77 -966 564 -1055 623 l-31 21 0 1685 c0 927 2 1691 5 1698 3
|
36
|
+
7 9 13 13 13 7 0 87 44 372 202 25 15 64 38 87 52 22 14 43 26 45 26 2 0 44
|
37
|
+
23 93 51 48 28 104 61 123 71 19 11 170 98 335 193 165 95 317 182 337 193 20
|
38
|
+
12 144 83 275 158 501 290 1020 588 1073 617 30 17 69 39 85 49 17 10 36 18
|
39
|
+
44 18 8 0 78 -36 155 -79z"/>
|
40
|
+
<path d="M3295 6637 c-147 -78 -366 -197 -380 -207 -5 -4 -167 -97 -360 -205
|
41
|
+
-348 -197 -388 -219 -560 -316 -49 -27 -97 -54 -105 -59 -33 -21 -192 -110
|
42
|
+
-196 -110 -3 0 -30 -16 -60 -35 -30 -19 -56 -35 -59 -35 -3 0 -327 -184 -582
|
43
|
+
-331 -73 -42 -164 -102 -160 -105 6 -6 308 76 697 189 179 53 411 120 515 150
|
44
|
+
105 31 231 67 280 82 50 15 97 28 105 30 8 2 224 64 480 139 256 74 484 139
|
45
|
+
506 145 34 9 43 16 47 39 9 43 2 655 -7 675 -4 9 -16 17 -25 17 -9 0 -70 -29
|
46
|
+
-136 -63z"/>
|
47
|
+
<path d="M3555 6685 c-3 -8 -8 -23 -11 -32 -3 -10 -8 -162 -11 -338 l-6 -321
|
48
|
+
214 -63 c118 -35 241 -72 274 -82 33 -10 168 -50 300 -89 132 -39 254 -76 270
|
49
|
+
-81 17 -5 100 -30 185 -55 85 -25 277 -81 425 -125 659 -195 849 -246 877
|
50
|
+
-236 12 3 -102 83 -191 133 -18 10 -41 24 -50 29 -30 19 -477 273 -613 349
|
51
|
+
-114 63 -148 82 -238 134 -52 30 -113 65 -135 77 -22 12 -114 64 -205 117 -91
|
52
|
+
52 -187 107 -215 122 -27 16 -167 94 -310 176 -143 81 -282 159 -310 175 -27
|
53
|
+
15 -77 42 -110 61 -33 18 -77 40 -98 49 -33 14 -38 14 -42 0z"/>
|
54
|
+
<path d="M3250 5859 c-58 -16 -112 -31 -120 -33 -8 -2 -103 -30 -210 -61 -107
|
55
|
+
-31 -265 -76 -350 -101 -85 -24 -168 -48 -185 -54 -16 -5 -118 -34 -225 -65
|
56
|
+
-369 -106 -835 -241 -1030 -299 -290 -85 -354 -106 -360 -117 -4 -6 -6 -19 -4
|
57
|
+
-28 2 -9 10 -52 19 -96 25 -123 55 -241 105 -405 17 -58 33 -112 35 -120 2 -8
|
58
|
+
38 -134 80 -280 42 -146 83 -287 90 -315 7 -27 26 -90 40 -140 26 -85 43 -145
|
59
|
+
85 -295 91 -323 243 -819 260 -849 6 -11 11 -9 23 10 126 200 621 1031 750
|
60
|
+
1259 17 30 151 261 322 555 132 225 351 605 378 655 16 30 33 60 37 65 4 6 19
|
61
|
+
30 33 55 13 25 51 90 82 145 32 55 69 120 83 145 14 25 50 90 82 145 133 235
|
62
|
+
142 256 102 254 -9 0 -64 -14 -122 -30z"/>
|
63
|
+
<path d="M3570 5880 c0 -17 52 -114 170 -320 62 -107 122 -211 133 -230 10
|
64
|
+
-19 70 -123 132 -230 62 -107 122 -211 133 -230 11 -19 99 -172 197 -340 98
|
65
|
+
-168 189 -325 203 -350 13 -25 28 -49 32 -55 4 -5 17 -26 27 -45 19 -33 248
|
66
|
+
-431 455 -790 53 -91 106 -183 118 -205 97 -173 289 -477 309 -490 15 -8 59
|
67
|
+
132 268 850 41 143 98 337 125 430 27 94 63 217 79 275 17 58 34 119 40 135
|
68
|
+
57 179 193 677 205 752 8 46 8 54 5 88 0 8 -16 18 -33 24 -18 5 -123 36 -233
|
69
|
+
69 -110 33 -398 117 -640 187 -242 69 -469 135 -505 145 -161 48 -690 198
|
70
|
+
-1020 290 -19 5 -67 19 -106 30 -81 23 -94 24 -94 10z"/>
|
71
|
+
<path d="M3480 5818 c-47 -50 -274 -433 -780 -1313 -34 -60 -505 -874 -593
|
72
|
+
-1025 -49 -85 -98 -171 -109 -190 -11 -19 -100 -172 -198 -340 -188 -323 -224
|
73
|
+
-389 -217 -397 10 -9 532 -13 1842 -13 1551 1 1934 6 1954 26 6 6 -51 120
|
74
|
+
-105 214 -18 30 -77 134 -131 230 -55 96 -132 231 -171 299 -40 68 -72 125
|
75
|
+
-72 128 0 2 -16 29 -35 59 -19 30 -35 56 -35 58 0 4 -150 266 -170 296 -5 8
|
76
|
+
-27 47 -48 85 -22 39 -81 142 -132 230 -51 88 -100 174 -110 190 -9 17 -157
|
77
|
+
271 -327 566 -171 294 -321 555 -335 580 -33 57 -177 298 -193 322 -12 18 -14
|
78
|
+
17 -35 -5z"/>
|
79
|
+
<path d="M678 5020 c-7 -83 -1 -2823 7 -2914 3 -44 9 -85 13 -93 6 -9 57 20
|
80
|
+
185 107 359 241 497 340 544 388 19 19 21 27 12 50 -6 15 -28 88 -49 162 -49
|
81
|
+
170 -124 424 -284 955 -70 231 -136 452 -147 490 -12 39 -27 90 -35 115 -7 25
|
82
|
+
-43 146 -79 270 -36 124 -75 252 -85 285 -11 33 -33 101 -49 150 l-28 90 -5
|
83
|
+
-55z"/>
|
84
|
+
<path d="M6280 4997 c0 -4 -21 -74 -46 -155 -25 -81 -63 -205 -85 -277 -21
|
85
|
+
-71 -65 -220 -97 -330 -33 -110 -95 -317 -137 -460 -43 -143 -106 -354 -140
|
86
|
+
-470 -154 -517 -207 -701 -212 -724 -2 -14 -6 -27 -8 -30 -16 -15 79 -101 245
|
87
|
+
-221 107 -77 500 -340 509 -340 10 0 10 14 11 955 1 1388 -8 2007 -30 2044 -5
|
88
|
+
9 -10 12 -10 8z"/>
|
89
|
+
<path d="M1849 2446 c-2 -2 -51 -6 -109 -9 -101 -5 -140 -12 -140 -26 0 -6 79
|
90
|
+
-99 149 -176 20 -22 104 -116 186 -210 82 -93 151 -172 154 -175 3 -3 35 -39
|
91
|
+
71 -80 35 -41 78 -90 95 -108 51 -55 66 -73 175 -197 57 -66 121 -138 141
|
92
|
+
-160 20 -22 110 -123 200 -225 90 -102 168 -190 174 -196 5 -6 44 -49 85 -95
|
93
|
+
147 -164 286 -315 360 -392 41 -43 77 -82 78 -88 13 -34 64 10 232 201 41 47
|
94
|
+
89 101 106 120 17 19 55 62 84 95 29 33 67 76 84 95 17 19 107 120 200 225 93
|
95
|
+
104 201 226 240 269 39 43 78 87 86 96 8 9 44 50 80 90 36 40 72 81 80 90 34
|
96
|
+
38 136 154 155 174 11 13 36 40 55 62 20 21 80 91 135 154 55 63 105 120 111
|
97
|
+
125 5 6 39 44 75 85 35 41 66 77 69 80 3 3 28 32 55 65 28 33 53 62 58 63 4 2
|
98
|
+
7 10 7 18 0 10 -14 14 -52 15 -29 0 -93 3 -143 6 -108 5 -3331 14 -3336 9z"/>
|
99
|
+
<path d="M1390 2361 c-642 -419 -696 -457 -679 -477 10 -12 152 -99 279 -171
|
100
|
+
35 -20 414 -242 1187 -696 221 -130 422 -247 445 -260 24 -14 181 -104 351
|
101
|
+
-201 342 -197 344 -198 329 -170 -11 21 -124 155 -232 274 -37 41 -174 194
|
102
|
+
-305 340 -131 146 -261 290 -289 320 -28 31 -80 89 -116 129 -36 40 -76 85
|
103
|
+
-90 100 -26 28 -198 216 -215 235 -33 37 -216 238 -252 276 -23 25 -51 56 -63
|
104
|
+
70 -49 57 -263 280 -269 280 -3 0 -40 -22 -81 -49z"/>
|
105
|
+
<path d="M5440 2317 c-128 -125 -285 -291 -507 -537 -17 -19 -41 -46 -52 -59
|
106
|
+
-11 -13 -60 -67 -109 -120 -77 -83 -308 -337 -451 -497 -25 -28 -78 -86 -118
|
107
|
+
-130 -39 -43 -81 -90 -93 -104 -12 -14 -40 -45 -64 -70 -157 -167 -372 -427
|
108
|
+
-362 -438 6 -5 106 51 476 266 146 85 279 162 295 172 17 9 91 53 165 97 74
|
109
|
+
44 149 88 165 97 17 9 46 26 65 37 19 12 154 91 300 177 436 256 1096 646
|
110
|
+
1120 663 23 15 23 15 -56 73 -175 128 -668 446 -691 446 -4 0 -42 -33 -83 -73z"/>
|
111
|
+
</g>
|
112
|
+
</svg>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"name": "",
|
3
|
+
"short_name": "",
|
4
|
+
"icons": [
|
5
|
+
{
|
6
|
+
"src": "/android-chrome-192x192.png",
|
7
|
+
"sizes": "192x192",
|
8
|
+
"type": "image/png"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"src": "/android-chrome-512x512.png",
|
12
|
+
"sizes": "512x512",
|
13
|
+
"type": "image/png"
|
14
|
+
}
|
15
|
+
],
|
16
|
+
"theme_color": "#ffffff",
|
17
|
+
"background_color": "#ffffff",
|
18
|
+
"display": "standalone"
|
19
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
---
|
2
|
+
layout: compress
|
3
|
+
swcache: true
|
4
|
+
---
|
5
|
+
|
6
|
+
[
|
7
|
+
{% for post in site.posts %}
|
8
|
+
{
|
9
|
+
"title": {{ post.title | jsonify }},
|
10
|
+
"url": {{ post.url | relative_url | jsonify }},
|
11
|
+
"categories": {{ post.categories | join: ', ' | jsonify }},
|
12
|
+
"tags": {{ post.tags | join: ', ' | jsonify }},
|
13
|
+
"date": "{{ post.date }}",
|
14
|
+
{% include no-linenos.html content=post.content %}
|
15
|
+
"snippet": {{ content | strip_html | strip_newlines | jsonify }}
|
16
|
+
}{% unless forloop.last %},{% endunless %}
|
17
|
+
{% endfor %}
|
18
|
+
]
|
19
|
+
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
layout: compress
|
3
|
+
# The list to be cached by PWA
|
4
|
+
---
|
5
|
+
|
6
|
+
const resource = [
|
7
|
+
|
8
|
+
/* --- CSS --- */
|
9
|
+
'{{ "/assets/css/style.css" | relative_url }}',
|
10
|
+
|
11
|
+
/* --- PWA --- */
|
12
|
+
'{{ "/app.js" | relative_url }}',
|
13
|
+
'{{ "/sw.js" | relative_url }}',
|
14
|
+
|
15
|
+
/* --- HTML --- */
|
16
|
+
'{{ "/index.html" | relative_url }}',
|
17
|
+
'{{ "/404.html" | relative_url }}',
|
18
|
+
{% for tab in site.tabs %}
|
19
|
+
'{{ tab.url | relative_url }}',
|
20
|
+
{% endfor %}
|
21
|
+
|
22
|
+
/* --- Favicons & compressed JS --- */
|
23
|
+
{% assign cache_list = site.static_files | where: 'swcache', true %}
|
24
|
+
{% for file in cache_list %}
|
25
|
+
'{{ file.path | relative_url }}'{%- unless forloop.last -%},{%- endunless -%}
|
26
|
+
{% endfor %}
|
27
|
+
|
28
|
+
];
|
29
|
+
|
30
|
+
/* The request url with below domain will be cached */
|
31
|
+
const allowedDomains = [
|
32
|
+
{% if site.google_analytics.id != empty and site.google_analytics.id %}
|
33
|
+
'www.googletagmanager.com',
|
34
|
+
'www.google-analytics.com',
|
35
|
+
{% endif %}
|
36
|
+
|
37
|
+
'{{ site.url | split: "//" | last }}',
|
38
|
+
|
39
|
+
{% if site.img_cdn contains '//' and site.img_cdn %}
|
40
|
+
'{{ site.img_cdn | split: '//' | last | split: '/' | first }}',
|
41
|
+
{% endif %}
|
42
|
+
|
43
|
+
'fonts.gstatic.com',
|
44
|
+
'fonts.googleapis.com',
|
45
|
+
'cdn.jsdelivr.net',
|
46
|
+
'polyfill.io'
|
47
|
+
];
|
48
|
+
|
49
|
+
/* Requests that include the following path will be banned */
|
50
|
+
const denyUrls = [
|
51
|
+
{% if site.google_analytics.pv.cache_path %}
|
52
|
+
'{{ site.google_analytics.pv.cache_path | absolute_url }}'
|
53
|
+
{% endif %}
|
54
|
+
];
|