jekyll-98 0.1.0
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 +222 -0
- data/_config.yml +127 -0
- data/_includes/about_text.html +13 -0
- data/_includes/custom-head.html +6 -0
- data/_includes/desktop_icons.html +38 -0
- data/_includes/footer.html +13 -0
- data/_includes/google-analytics.html +9 -0
- data/_includes/head.html +11 -0
- data/_includes/okcancel.html +4 -0
- data/_includes/post_list.html +62 -0
- data/_includes/social.html +230 -0
- data/_includes/start-menu-item.html +13 -0
- data/_includes/startmenu.html +70 -0
- data/_includes/stylelink.html +12 -0
- data/_includes/systray.html +35 -0
- data/_includes/titlebar.html +15 -0
- data/_includes/window.html +22 -0
- data/_layouts/category_index.html +15 -0
- data/_layouts/default.html +16 -0
- data/_layouts/error.html +58 -0
- data/_layouts/home.html +21 -0
- data/_layouts/post.html +28 -0
- data/_sass/jekyll-98/_base.scss +47 -0
- data/_sass/jekyll-98/_contact.scss +47 -0
- data/_sass/jekyll-98/_desktop_icons.scss +38 -0
- data/_sass/jekyll-98/_footer.scss +222 -0
- data/_sass/jekyll-98/_home.scss +16 -0
- data/_sass/jekyll-98/_layout.scss +8 -0
- data/_sass/jekyll-98/_post.scss +61 -0
- data/_sass/jekyll-98/_post_list.scss +88 -0
- data/_sass/jekyll-98/_window.scss +31 -0
- data/_sass/jekyll-98/custom-styles.scss +2 -0
- data/_sass/jekyll-98/custom-variables.scss +1 -0
- data/_sass/jekyll-98/initialize.scss +39 -0
- data/assets/404.md +6 -0
- data/assets/98sound.wav +0 -0
- data/assets/about.html +18 -0
- data/assets/contact.html +39 -0
- data/assets/css/style.scss +7 -0
- data/assets/icons/98banner.png +0 -0
- data/assets/icons/accessibility.png +0 -0
- data/assets/icons/agent.png +0 -0
- data/assets/icons/archive.png +0 -0
- data/assets/icons/back.png +0 -0
- data/assets/icons/bin-empty-2k.png +0 -0
- data/assets/icons/bin-empty-98.png +0 -0
- data/assets/icons/bin-full-2k.png +0 -0
- data/assets/icons/bin-full-98.png +0 -0
- data/assets/icons/calendar.png +0 -0
- data/assets/icons/camera.png +0 -0
- data/assets/icons/cancel.png +0 -0
- data/assets/icons/chart.png +0 -0
- data/assets/icons/code.png +0 -0
- data/assets/icons/computer-2k.png +0 -0
- data/assets/icons/computer.png +0 -0
- data/assets/icons/contact.png +0 -0
- data/assets/icons/desktop.png +0 -0
- data/assets/icons/document-audio.png +0 -0
- data/assets/icons/document-image.png +0 -0
- data/assets/icons/document-media.png +0 -0
- data/assets/icons/document-video.png +0 -0
- data/assets/icons/document.png +0 -0
- data/assets/icons/documents.png +0 -0
- data/assets/icons/email.png +0 -0
- data/assets/icons/error.png +0 -0
- data/assets/icons/favorites-web.png +0 -0
- data/assets/icons/feed.png +0 -0
- data/assets/icons/gaming.png +0 -0
- data/assets/icons/help.png +0 -0
- data/assets/icons/help_small.png +0 -0
- data/assets/icons/history.png +0 -0
- data/assets/icons/home.png +0 -0
- data/assets/icons/html.png +0 -0
- data/assets/icons/ie.png +0 -0
- data/assets/icons/info.png +0 -0
- data/assets/icons/links.png +0 -0
- data/assets/icons/media-player.png +0 -0
- data/assets/icons/microphone.png +0 -0
- data/assets/icons/modem.png +0 -0
- data/assets/icons/mouse.png +0 -0
- data/assets/icons/movie-maker.png +0 -0
- data/assets/icons/ms-dos.png +0 -0
- data/assets/icons/network.png +0 -0
- data/assets/icons/news.png +0 -0
- data/assets/icons/no.png +0 -0
- data/assets/icons/notepad-5.png +0 -0
- data/assets/icons/print.png +0 -0
- data/assets/icons/question.png +0 -0
- data/assets/icons/refresh.png +0 -0
- data/assets/icons/search-web.png +0 -0
- data/assets/icons/search.png +0 -0
- data/assets/icons/settings-gears.png +0 -0
- data/assets/icons/sound.png +0 -0
- data/assets/icons/spacer.png +0 -0
- data/assets/icons/start.png +0 -0
- data/assets/icons/streaming.png +0 -0
- data/assets/icons/themes.png +0 -0
- data/assets/icons/time-date.png +0 -0
- data/assets/icons/tree.png +0 -0
- data/assets/icons/users-key.png +0 -0
- data/assets/icons/users.png +0 -0
- data/assets/icons/warning.png +0 -0
- data/assets/icons/web.png +0 -0
- data/assets/icons/windows.png +0 -0
- data/assets/icons/yes.png +0 -0
- data/assets/screenshot.png +0 -0
- data/assets/social/Mail.png +0 -0
- data/assets/social/Mail2.png +0 -0
- data/assets/social/devto.svg +5 -0
- data/assets/social/dribble.svg +6 -0
- data/assets/social/facebook.svg +6 -0
- data/assets/social/flickr.svg +8 -0
- data/assets/social/github.svg +1 -0
- data/assets/social/gitlab.svg +6 -0
- data/assets/social/instagram.svg +9 -0
- data/assets/social/keybase.svg +6 -0
- data/assets/social/linkedin.svg +7 -0
- data/assets/social/mastodon.svg +6 -0
- data/assets/social/pinterest.svg +6 -0
- data/assets/social/social-icons.svg +0 -0
- data/assets/social/stackoverflow.svg +6 -0
- data/assets/social/telegram.svg +6 -0
- data/assets/social/twitch.svg +6 -0
- data/assets/social/twitter.svg +6 -0
- data/assets/social/youtube.svg +6 -0
- metadata +225 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="dev.to" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"/><path fill="#fff" d="M140.47 203.94h-17.44v104.47h17.45c10.155-.545 17.358-8.669 17.47-17.41v-69.65c-.696-10.364-7.796-17.272-17.48-17.41zm45.73 87.25c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28zm100.68-88.66H233.6v38.42h32.57v29.57H233.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58z"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="Dribble" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"
|
6
|
+
fill="#fff"/><circle cx="256" cy="256" r="192" fill="#c32361"/><path d="M383 153a163 163 0 0 1 37 102c-6-1-60-13-114-6l-15-32c61-25 88-60 92-64zm-18-19c-3 4-28 37-86 59a885 885 0 0 0-62-96c57-14 113 5 148 37zm-179-26a1035 1035 0 0 1 61 94c-77 21-144 20-152 20a165 165 0 0 1 91-114zM92 251c7 0 87 1 168-23l14 28c-72 21-116 72-140 110a164 164 0 0 1-42-115zm63 135c3-6 38-72 130-103 18 42 33 108 35 124-36 17-104 25-165-21zm192 6c-1-10-10-58-31-117 51-8 96 5 102 7a163 163 0 0 1-71 110z" fill="#ea4c89"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="Facebook" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"
|
6
|
+
fill="#1877f2"/><path d="M355.6 330l11.4-74h-71v-48c0-20.2 9.9-40 41.7-40H370v-63s-29.3-5-57.3-5c-58.5 0-96.7 35.4-96.7 99.6V256h-65v74h65v182h80V330h59.6z" fill="#fff"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" aria-label="GitHub" role="img" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#1B1817"/><path fill="#fff" d="M335 499c14 0 12 17 12 17H165s-2-17 12-17c13 0 16-6 16-12l-1-50c-71 16-86-28-86-28-12-30-28-37-28-37-24-16 1-16 1-16 26 2 40 26 40 26 22 39 59 28 74 22 2-17 9-28 16-35-57-6-116-28-116-126 0-28 10-51 26-69-3-6-11-32 3-67 0 0 21-7 70 26 42-12 86-12 128 0 49-33 70-26 70-26 14 35 6 61 3 67 16 18 26 41 26 69 0 98-60 120-117 126 10 8 18 24 18 48l-1 70c0 6 3 12 16 12z"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="GitLab" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"
|
6
|
+
fill="#30353e"/><path fill="#e24329" d="M84 215l43-133c2-7 12-7 14 0l115 353L371 82c2-7 12-7 14 0l43 133"/><path fill="#fc6d26" d="M256 435L84 215h100.4zm71.7-220H428L256 435l71.6-220z"/><path fill="#fca326" d="M84 215l-22 67c-2 6 0 13 6 16l188 137zm344 0l22 67c2 6 0 13-6 16L256 435z"/></svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
2
|
+
aria-label="Instagram" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"
|
6
|
+
id="b"/><use fill="url(#a)" xlink:href="#b"/><use fill="url(#c)" xlink:href="#b"/><radialGradient
|
7
|
+
id="a" cx=".4" cy="1" r="1"><stop offset=".1" stop-color="#fd5"/><stop offset=".5" stop-color="#ff543e"/><stop offset="1" stop-color="#c837ab"/></radialGradient><linearGradient
|
8
|
+
id="c" x2=".2" y2="1"><stop offset=".1" stop-color="#3771c8"/><stop offset=".5" stop-color="#60f" stop-opacity="0"/></linearGradient><g
|
9
|
+
fill="none" stroke="#fff" stroke-width="30"><rect width="308" height="308" x="102" y="102" rx="81"/><circle cx="256" cy="256" r="72"/><circle cx="347" cy="165" r="6"/></g></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="Keybase" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"
|
6
|
+
fill="#fff"/><g fill="#282828"><path d="m201 80 22-31 18 10c-9 18-8 24-8 26 8-3 81 10 59 80 0 0 44 12 76 57 29 39 11 104-57 84-58-17-111-13-177 40l32-81-79 102c-3-99 10-140 79-190-23-1-41-18-40-38l2-27c1-19 17-35 37-34 1-1 36 1 36 2zm36 96c-5-6-15 1-9 7l21 25-10 8c-2 2-3 5-1 7l2 3c3 3 6 0 6 0l10-9 10 10-22 17c-2 2-2 5-1 7l9 11c2 2 5 2 7 1l22-17 6 7c5 6 14-1 9-7zm-50-70-21-2c-5 0-10 4-11 9l-1 27c0 6 4 10 9 10l16 1c-1-6 4-36 8-45z"/><circle cx="215" cy="348" r="14"/><circle cx="298" cy="348" r="14"/></g></svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="LinkedIn" role="img"
|
3
|
+
viewBox="0 0 512 512"
|
4
|
+
fill="#fff"><rect
|
5
|
+
width="512" height="512"
|
6
|
+
rx="15%"
|
7
|
+
fill="#0077b5"/><circle cx="142" cy="138" r="37"/><path stroke="#fff" stroke-width="66" d="M244 194v198M142 194v198"/><path d="M276 282c0-20 13-40 36-40 24 0 33 18 33 45v105h66V279c0-61-32-89-76-89-34 0-51 19-59 32"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="Mastodon" role="img"
|
3
|
+
viewBox="0 0 512 512"
|
4
|
+
fill="#fff"><rect
|
5
|
+
width="512" height="512"
|
6
|
+
rx="15%"/><path d="m409 290c-5 24-43 50-85 56-86 11-137-6-137-6 3 13-4 54 70 52 31 0 58-7 58-7l2 27c-51 24-107 15-140 6-67-17-79-90-81-162v-59c0-74 49-96 49-96 50-24 180-22 222 0 0 0 49 22 49 96 0 0 1 55-7 93" fill="#3088d4"/><path d="m358 202v91h-35v-88c0-18-8-27-23-27-18 0-27 11-27 33v47h-34v-47c0-22-9-33-27-33-15 0-23 9-23 27v88h-35v-91c0-18 5-60 52-60 39 0 50 37 50 37s10-37 50-37c45 0 52 42 52 60"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="Pinterest" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"
|
6
|
+
fill="#bd081b"/><path d="m265 65c-104 0-157 75-157 138 0 37 14 71 45 83 5 2 10 0 12-5l3-18c2-6 1-7-2-12-9-11-15-24-15-43 0-56 41-106 108-106 60 0 92 37 92 85 0 64-28 116-70 116-23 0-40-18-34-42 6-27 19-57 19-77 0-18-9-34-30-34-24 0-42 25-42 58 0 20 7 34 7 34l-29 120a249 249 0 0 0 2 86l3-1c2-3 31-37 40-72l16-61c7 15 29 28 53 28 71 0 119-64 119-151 0-66-56-126-140-126z" fill="#fff"/></svg>
|
File without changes
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="Stack Overflow" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"
|
6
|
+
fill="#f58025"/><path stroke="#fff" stroke-width="30" fill="none" d="M293 89l90 120zm-53 50l115 97zm-41 65l136 64zm-23 69l148 31zm-6 68h150zm-45-44v105h241V297"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="Telegram" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"
|
6
|
+
fill="#37aee2"/><path fill="#c8daea" d="M199 404c-11 0-10-4-13-14l-32-105 245-144"/><path fill="#a9c9dd" d="M199 404c7 0 11-4 16-8l45-43-56-34"/><path fill="#f6fbfe" d="M204 319l135 99c14 9 26 4 30-14l55-258c5-22-9-32-24-25L79 245c-21 8-21 21-4 26l83 26 190-121c9-5 17-3 11 4"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="Twitch" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"
|
6
|
+
fill="#fff"/><path d="m115 101-22 56v228h78v42h44l41-42h63l85-85v-199zm260 185-48 48h-78l-42 42v-42h-65v-204h233zm-48-100v85h-30v-85zm-78 0v85h-29v-85z" fill="#6441a4"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="Twitter" role="img"
|
3
|
+
viewBox="0 0 512 512"><rect
|
4
|
+
width="512" height="512"
|
5
|
+
rx="15%"
|
6
|
+
fill="#1da1f2"/><path fill="#fff" d="M437 152a72 72 0 01-40 12a72 72 0 0032-40a72 72 0 01-45 17a72 72 0 00-122 65a200 200 0 01-145-74a72 72 0 0022 94a72 72 0 01-32-7a72 72 0 0056 69a72 72 0 01-32 1a72 72 0 0067 50a200 200 0 01-105 29a200 200 0 00309-179a200 200 0 0035-37"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
2
|
+
aria-label="YouTube" role="img"
|
3
|
+
viewBox="0 0 512 512"
|
4
|
+
fill="#ed1d24"><rect
|
5
|
+
width="512" height="512"
|
6
|
+
rx="15%"/><path d="m427 169c-4-15-17-27-32-31-34-9-239-10-278 0-15 4-28 16-32 31-9 38-10 135 0 174 4 15 17 27 32 31 36 10 241 10 278 0 15-4 28-16 32-31 9-36 9-137 0-174" fill="#fff"/><path d="m220 203v106l93-53"/></svg>
|
metadata
ADDED
@@ -0,0 +1,225 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: jekyll-98
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- queenkjuul
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2023-08-14 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
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: jekyll-paginate
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.1'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.1'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: jekyll-feed
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 0.17.0
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 0.17.0
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: jekyll-category-pages
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.1'
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '1.1'
|
69
|
+
description:
|
70
|
+
email:
|
71
|
+
- queenkjuul69+junkmail@gmail.com
|
72
|
+
executables: []
|
73
|
+
extensions: []
|
74
|
+
extra_rdoc_files: []
|
75
|
+
files:
|
76
|
+
- LICENSE.txt
|
77
|
+
- README.md
|
78
|
+
- _config.yml
|
79
|
+
- _includes/about_text.html
|
80
|
+
- _includes/custom-head.html
|
81
|
+
- _includes/desktop_icons.html
|
82
|
+
- _includes/footer.html
|
83
|
+
- _includes/google-analytics.html
|
84
|
+
- _includes/head.html
|
85
|
+
- _includes/okcancel.html
|
86
|
+
- _includes/post_list.html
|
87
|
+
- _includes/social.html
|
88
|
+
- _includes/start-menu-item.html
|
89
|
+
- _includes/startmenu.html
|
90
|
+
- _includes/stylelink.html
|
91
|
+
- _includes/systray.html
|
92
|
+
- _includes/titlebar.html
|
93
|
+
- _includes/window.html
|
94
|
+
- _layouts/category_index.html
|
95
|
+
- _layouts/default.html
|
96
|
+
- _layouts/error.html
|
97
|
+
- _layouts/home.html
|
98
|
+
- _layouts/post.html
|
99
|
+
- _sass/jekyll-98/_base.scss
|
100
|
+
- _sass/jekyll-98/_contact.scss
|
101
|
+
- _sass/jekyll-98/_desktop_icons.scss
|
102
|
+
- _sass/jekyll-98/_footer.scss
|
103
|
+
- _sass/jekyll-98/_home.scss
|
104
|
+
- _sass/jekyll-98/_layout.scss
|
105
|
+
- _sass/jekyll-98/_post.scss
|
106
|
+
- _sass/jekyll-98/_post_list.scss
|
107
|
+
- _sass/jekyll-98/_window.scss
|
108
|
+
- _sass/jekyll-98/custom-styles.scss
|
109
|
+
- _sass/jekyll-98/custom-variables.scss
|
110
|
+
- _sass/jekyll-98/initialize.scss
|
111
|
+
- assets/404.md
|
112
|
+
- assets/98sound.wav
|
113
|
+
- assets/about.html
|
114
|
+
- assets/contact.html
|
115
|
+
- assets/css/style.scss
|
116
|
+
- assets/icons/98banner.png
|
117
|
+
- assets/icons/accessibility.png
|
118
|
+
- assets/icons/agent.png
|
119
|
+
- assets/icons/archive.png
|
120
|
+
- assets/icons/back.png
|
121
|
+
- assets/icons/bin-empty-2k.png
|
122
|
+
- assets/icons/bin-empty-98.png
|
123
|
+
- assets/icons/bin-full-2k.png
|
124
|
+
- assets/icons/bin-full-98.png
|
125
|
+
- assets/icons/calendar.png
|
126
|
+
- assets/icons/camera.png
|
127
|
+
- assets/icons/cancel.png
|
128
|
+
- assets/icons/chart.png
|
129
|
+
- assets/icons/code.png
|
130
|
+
- assets/icons/computer-2k.png
|
131
|
+
- assets/icons/computer.png
|
132
|
+
- assets/icons/contact.png
|
133
|
+
- assets/icons/desktop.png
|
134
|
+
- assets/icons/document-audio.png
|
135
|
+
- assets/icons/document-image.png
|
136
|
+
- assets/icons/document-media.png
|
137
|
+
- assets/icons/document-video.png
|
138
|
+
- assets/icons/document.png
|
139
|
+
- assets/icons/documents.png
|
140
|
+
- assets/icons/email.png
|
141
|
+
- assets/icons/error.png
|
142
|
+
- assets/icons/favorites-web.png
|
143
|
+
- assets/icons/feed.png
|
144
|
+
- assets/icons/gaming.png
|
145
|
+
- assets/icons/help.png
|
146
|
+
- assets/icons/help_small.png
|
147
|
+
- assets/icons/history.png
|
148
|
+
- assets/icons/home.png
|
149
|
+
- assets/icons/html.png
|
150
|
+
- assets/icons/ie.png
|
151
|
+
- assets/icons/info.png
|
152
|
+
- assets/icons/links.png
|
153
|
+
- assets/icons/media-player.png
|
154
|
+
- assets/icons/microphone.png
|
155
|
+
- assets/icons/modem.png
|
156
|
+
- assets/icons/mouse.png
|
157
|
+
- assets/icons/movie-maker.png
|
158
|
+
- assets/icons/ms-dos.png
|
159
|
+
- assets/icons/network.png
|
160
|
+
- assets/icons/news.png
|
161
|
+
- assets/icons/no.png
|
162
|
+
- assets/icons/notepad-5.png
|
163
|
+
- assets/icons/print.png
|
164
|
+
- assets/icons/question.png
|
165
|
+
- assets/icons/refresh.png
|
166
|
+
- assets/icons/search-web.png
|
167
|
+
- assets/icons/search.png
|
168
|
+
- assets/icons/settings-gears.png
|
169
|
+
- assets/icons/sound.png
|
170
|
+
- assets/icons/spacer.png
|
171
|
+
- assets/icons/start.png
|
172
|
+
- assets/icons/streaming.png
|
173
|
+
- assets/icons/themes.png
|
174
|
+
- assets/icons/time-date.png
|
175
|
+
- assets/icons/tree.png
|
176
|
+
- assets/icons/users-key.png
|
177
|
+
- assets/icons/users.png
|
178
|
+
- assets/icons/warning.png
|
179
|
+
- assets/icons/web.png
|
180
|
+
- assets/icons/windows.png
|
181
|
+
- assets/icons/yes.png
|
182
|
+
- assets/screenshot.png
|
183
|
+
- assets/social/Mail.png
|
184
|
+
- assets/social/Mail2.png
|
185
|
+
- assets/social/devto.svg
|
186
|
+
- assets/social/dribble.svg
|
187
|
+
- assets/social/facebook.svg
|
188
|
+
- assets/social/flickr.svg
|
189
|
+
- assets/social/github.svg
|
190
|
+
- assets/social/gitlab.svg
|
191
|
+
- assets/social/instagram.svg
|
192
|
+
- assets/social/keybase.svg
|
193
|
+
- assets/social/linkedin.svg
|
194
|
+
- assets/social/mastodon.svg
|
195
|
+
- assets/social/pinterest.svg
|
196
|
+
- assets/social/social-icons.svg
|
197
|
+
- assets/social/stackoverflow.svg
|
198
|
+
- assets/social/telegram.svg
|
199
|
+
- assets/social/twitch.svg
|
200
|
+
- assets/social/twitter.svg
|
201
|
+
- assets/social/youtube.svg
|
202
|
+
homepage: https://github.com/queenkjuul
|
203
|
+
licenses:
|
204
|
+
- MIT
|
205
|
+
metadata: {}
|
206
|
+
post_install_message:
|
207
|
+
rdoc_options: []
|
208
|
+
require_paths:
|
209
|
+
- lib
|
210
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
211
|
+
requirements:
|
212
|
+
- - ">="
|
213
|
+
- !ruby/object:Gem::Version
|
214
|
+
version: '0'
|
215
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
216
|
+
requirements:
|
217
|
+
- - ">="
|
218
|
+
- !ruby/object:Gem::Version
|
219
|
+
version: '0'
|
220
|
+
requirements: []
|
221
|
+
rubygems_version: 3.3.15
|
222
|
+
signing_key:
|
223
|
+
specification_version: 4
|
224
|
+
summary: Windows 98 theme based on 98.css for Queen K Juul's website
|
225
|
+
test_files: []
|