jekyll-98 0.2.0 → 0.3.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 +4 -4
- data/_config.yml +34 -35
- data/_includes/custom-head.html +2 -0
- data/_includes/desktop_icons.html +1 -1
- data/_includes/footer.html +2 -2
- data/_includes/startmenu.html +1 -0
- data/_layouts/default.html +2 -1
- data/_sass/jekyll-98/_base.scss +5 -0
- data/_sass/jekyll-98/_desktop_icons.scss +1 -1
- data/_sass/jekyll-98/_post.scss +9 -0
- data/_sass/jekyll-98/_window.scss +6 -0
- data/assets/icons/accessibility.png +0 -0
- data/assets/icons/back.png +0 -0
- data/assets/icons/bin-empty-2k.png +0 -0
- data/assets/icons/calendar.png +0 -0
- data/assets/icons/cancel.png +0 -0
- data/assets/icons/chart.png +0 -0
- data/assets/icons/chemistry-with-phone.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/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_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/mario.png +0 -0
- data/assets/icons/media-player.png +0 -0
- data/assets/icons/microphone.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/question.png +0 -0
- data/assets/icons/refresh.png +0 -0
- data/assets/icons/search-web.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/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/warning.png +0 -0
- data/assets/icons/web.png +0 -0
- data/assets/icons/windows.png +0 -0
- data/assets/icons/xwing.png +0 -0
- data/assets/icons/yes.png +0 -0
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 363410da00776cc842f48aadd4b2e2ee3d38594d1f55d0e8770cd7eec2a68a75
|
|
4
|
+
data.tar.gz: a2099087e9b353667c3030e6dcfda87ef58800c5d170319db3d2728cf7dad16e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c4537ddb2953ee8b33c45afc7037fa08f46b063b68959873d7ce34386647a17131cf909d218798fdf92db809c2be1aa7695adaf5c7113b15ac066119aa6ee7b
|
|
7
|
+
data.tar.gz: 7f3b90610fee247a6125a92f780a2a0268ec5d76cc0f58577937ce29c182d822dfdbb024612083745db8045b79f54761cf1ab54592fde3d8ff98fa9094d93503
|
data/_config.yml
CHANGED
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
# About your website
|
|
3
3
|
title: Your awesome title
|
|
4
4
|
author: # *** NAME AND EMAIL INCLUDED IN RSS FEED BY DEFAULT ***
|
|
5
|
-
name: &name GitHub User
|
|
6
|
-
email: &email your-email@domain.com
|
|
5
|
+
name: &name GitHub User # removing &name breaks contact page
|
|
6
|
+
email: &email your-email@domain.com # removing &email breaks contact page
|
|
7
7
|
description: > # > means to ignore newlines until next section
|
|
8
8
|
Write an awesome description for your new site here. You can edit this
|
|
9
9
|
line in _config.yml. It will appear in your document head meta (for
|
|
10
10
|
Google search results) and in your feed.xml site description.
|
|
11
|
-
It will also appear on the site About page.
|
|
11
|
+
It will also appear on the site About page.
|
|
12
12
|
# url: https://jekyll-98.github.io # will try to use github pages url if omitted
|
|
13
|
-
|
|
14
13
|
#### SETTINGS - Sitewide preferences
|
|
15
14
|
remote_theme: queenkjuul/jekyll-98
|
|
16
|
-
show_excerpts: true
|
|
15
|
+
show_excerpts: true # mostly works, see README
|
|
17
16
|
show_categories: true
|
|
18
|
-
paginate:
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
paginate:
|
|
18
|
+
3 # set to a number of posts per page
|
|
19
|
+
# only 3 works well on small mobile screens
|
|
20
|
+
# set to false to disable pagination (all posts listed on home page)
|
|
21
21
|
paginate_path: /page/:num # probably shouldn't touch
|
|
22
22
|
# google_analytics: # input your google analytics key for tracking
|
|
23
23
|
|
|
@@ -26,7 +26,7 @@ jekyll-98:
|
|
|
26
26
|
date_format: "%b %-d, %Y" # refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
|
|
27
27
|
|
|
28
28
|
### SITE ICON
|
|
29
|
-
# select site icon which will be used for homepage links
|
|
29
|
+
# select site icon which will be used for homepage links
|
|
30
30
|
# on the desktop and in the start menu
|
|
31
31
|
# see assets/icons for choices, omit extension
|
|
32
32
|
icon: computer
|
|
@@ -45,36 +45,36 @@ jekyll-98:
|
|
|
45
45
|
# icon will default to "document"
|
|
46
46
|
# see assets/icons for icon choices
|
|
47
47
|
site_links:
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
- title: Example
|
|
49
|
+
url: http://example.com
|
|
50
|
+
target: _blank # optional
|
|
51
|
+
icon: html # optional
|
|
52
|
+
alt: "This is an example" # alt text is shown in start menu - long strings won't wrap and might break menu
|
|
53
53
|
|
|
54
54
|
### CONTACT PAGE
|
|
55
55
|
# social links from the social_links section are automatically added to contact page (if enabled)
|
|
56
56
|
# only defined fields are displayed
|
|
57
|
-
contact:
|
|
58
|
-
name: *name
|
|
57
|
+
contact: # comment to omit page altogether
|
|
58
|
+
name: *name # reuses values from above
|
|
59
59
|
email: *email
|
|
60
|
-
phone: phone number if you're spicy
|
|
61
|
-
address:
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
other:
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
60
|
+
# phone: phone number if you're spicy
|
|
61
|
+
# address:
|
|
62
|
+
# - 1234 Street Avenue
|
|
63
|
+
# - Assigned living quarters number X
|
|
64
|
+
# - City, Unit bigger than city, country, postal related code
|
|
65
|
+
# - You can actually add as many lines as your little heart desires
|
|
66
|
+
# other:
|
|
67
|
+
# - custom info can go here
|
|
68
|
+
# - each line gets rendered
|
|
69
|
+
# - layout not optimized for long lists
|
|
70
70
|
|
|
71
71
|
### SOCIAL MEDIA / QUICK LAUNCH
|
|
72
72
|
# generate social links in footer
|
|
73
73
|
# only 5 will safely fit on small phones
|
|
74
74
|
social_links:
|
|
75
|
-
github: queenkjuul
|
|
76
|
-
youtube: queenkjuul69
|
|
77
|
-
twitch: queenkjuul
|
|
75
|
+
# github: queenkjuul
|
|
76
|
+
# youtube: queenkjuul69
|
|
77
|
+
# twitch: queenkjuul
|
|
78
78
|
# twitter: jekyllrb
|
|
79
79
|
# devto: jekyll
|
|
80
80
|
# dribbble: jekyll
|
|
@@ -108,20 +108,19 @@ jekyll-98:
|
|
|
108
108
|
# add personal details to about page if you like
|
|
109
109
|
# lines are rendered as bulleted list
|
|
110
110
|
about:
|
|
111
|
-
- Live long and prosper, loves \\//_
|
|
111
|
+
# - Live long and prosper, loves \\//_
|
|
112
112
|
|
|
113
113
|
#### PLUGINS - Add what you need, but don't remove defaults!
|
|
114
114
|
plugins:
|
|
115
|
-
- jekyll-paginate
|
|
115
|
+
- jekyll-paginate # theme default
|
|
116
116
|
- jekyll-category-pages # theme-default
|
|
117
|
-
- jekyll-feed
|
|
117
|
+
- jekyll-feed # theme-default
|
|
118
118
|
|
|
119
119
|
#### DEFAULTS - Only for theme website, you can ignore/remove
|
|
120
120
|
defaults:
|
|
121
|
-
-
|
|
122
|
-
scope:
|
|
121
|
+
- scope:
|
|
123
122
|
path: "_posts"
|
|
124
123
|
values:
|
|
125
124
|
layout: "post"
|
|
126
125
|
categories:
|
|
127
|
-
- posts
|
|
126
|
+
- posts
|
data/_includes/custom-head.html
CHANGED
|
@@ -4,3 +4,5 @@
|
|
|
4
4
|
1. Head over to https://realfavicongenerator.net/ to add your own favicons.
|
|
5
5
|
2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
|
|
6
6
|
{% endcomment %}
|
|
7
|
+
|
|
8
|
+
<link rel="icon" type="image/png" href="/assets/icons/{{ site.jekyll-98.icon }}.png" />
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{% if include.hide %}
|
|
2
2
|
{% assign hide_on_phone = "hide-on-phone" | default: "" %}
|
|
3
3
|
{% endif %}
|
|
4
|
-
<aside class="{{ hide_on_phone }}">
|
|
4
|
+
<aside class="{{ hide_on_phone }}" style="width: 128px">
|
|
5
5
|
<nav class="desktop-icons">
|
|
6
6
|
<a href="{{ "/" | absolute_url}}">
|
|
7
7
|
<div class="desktop-icon">
|
data/_includes/footer.html
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<div class="window taskbar">
|
|
2
2
|
{% include startmenu.html %}
|
|
3
3
|
|
|
4
|
-
<img src="{{"/assets/icons/spacer.png" | absolute_url }}" />
|
|
4
|
+
<img src="{{"/assets/icons/spacer.png" | absolute_url }}" height="23px" />
|
|
5
5
|
|
|
6
6
|
<div class="social-wrapper">{%- include social.html -%}</div>
|
|
7
7
|
|
|
8
|
-
<img src="{{"/assets/icons/spacer.png" | absolute_url }}" />
|
|
8
|
+
<img src="{{"/assets/icons/spacer.png" | absolute_url }}" height="23px" />
|
|
9
9
|
|
|
10
10
|
<div class="stendo"></div>
|
|
11
11
|
|
data/_includes/startmenu.html
CHANGED
data/_layouts/default.html
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
|
-
<html lang="{{ page.lang | default: site.lang | default:
|
|
2
|
+
<html lang="{{ page.lang | default: site.lang | default: 'end' }}">
|
|
3
|
+
<title>{{site.title}} {{ " " }}{%- if page.title -%} - {{page.title}}{%- endif -%}</title>
|
|
3
4
|
|
|
4
5
|
{%- include head.html -%}
|
|
5
6
|
|
data/_sass/jekyll-98/_base.scss
CHANGED
data/_sass/jekyll-98/_post.scss
CHANGED
|
@@ -28,6 +28,14 @@
|
|
|
28
28
|
font-size: 1rem;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
& ul.tree-view a {
|
|
32
|
+
text-decoration: underline;
|
|
33
|
+
|
|
34
|
+
&:hover {
|
|
35
|
+
color: blue
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
31
39
|
& h1, h2, h3, h4, h5, h6 {
|
|
32
40
|
margin-top: 16px;
|
|
33
41
|
margin-bottom: 8px;
|
|
@@ -43,6 +51,7 @@
|
|
|
43
51
|
& p {
|
|
44
52
|
margin-top: 12px;
|
|
45
53
|
margin-bottom: 12px;
|
|
54
|
+
line-height: 1.3rem;
|
|
46
55
|
}
|
|
47
56
|
|
|
48
57
|
& code {
|
|
Binary file
|
data/assets/icons/back.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/icons/calendar.png
CHANGED
|
Binary file
|
data/assets/icons/cancel.png
CHANGED
|
Binary file
|
data/assets/icons/chart.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/icons/code.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/icons/computer.png
CHANGED
|
Binary file
|
data/assets/icons/contact.png
CHANGED
|
Binary file
|
data/assets/icons/desktop.png
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/assets/icons/document.png
CHANGED
|
Binary file
|
data/assets/icons/documents.png
CHANGED
|
Binary file
|
data/assets/icons/error.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/icons/feed.png
CHANGED
|
Binary file
|
data/assets/icons/gaming.png
CHANGED
|
Binary file
|
data/assets/icons/help_small.png
CHANGED
|
Binary file
|
data/assets/icons/history.png
CHANGED
|
Binary file
|
data/assets/icons/home.png
CHANGED
|
Binary file
|
data/assets/icons/html.png
CHANGED
|
Binary file
|
data/assets/icons/ie.png
CHANGED
|
Binary file
|
data/assets/icons/info.png
CHANGED
|
Binary file
|
data/assets/icons/links.png
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/assets/icons/microphone.png
CHANGED
|
Binary file
|
data/assets/icons/mouse.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/icons/ms-dos.png
CHANGED
|
Binary file
|
data/assets/icons/network.png
CHANGED
|
Binary file
|
data/assets/icons/news.png
CHANGED
|
Binary file
|
data/assets/icons/no.png
CHANGED
|
Binary file
|
data/assets/icons/notepad-5.png
CHANGED
|
Binary file
|
data/assets/icons/question.png
CHANGED
|
Binary file
|
data/assets/icons/refresh.png
CHANGED
|
Binary file
|
data/assets/icons/search-web.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/icons/sound.png
CHANGED
|
Binary file
|
data/assets/icons/spacer.png
CHANGED
|
Binary file
|
data/assets/icons/start.png
CHANGED
|
Binary file
|
data/assets/icons/themes.png
CHANGED
|
Binary file
|
data/assets/icons/time-date.png
CHANGED
|
Binary file
|
data/assets/icons/tree.png
CHANGED
|
Binary file
|
data/assets/icons/users-key.png
CHANGED
|
Binary file
|
data/assets/icons/warning.png
CHANGED
|
Binary file
|
data/assets/icons/web.png
CHANGED
|
Binary file
|
data/assets/icons/windows.png
CHANGED
|
Binary file
|
|
Binary file
|
data/assets/icons/yes.png
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-98
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- queenkjuul
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -126,6 +126,7 @@ files:
|
|
|
126
126
|
- assets/icons/camera.png
|
|
127
127
|
- assets/icons/cancel.png
|
|
128
128
|
- assets/icons/chart.png
|
|
129
|
+
- assets/icons/chemistry-with-phone.png
|
|
129
130
|
- assets/icons/code.png
|
|
130
131
|
- assets/icons/computer-2k.png
|
|
131
132
|
- assets/icons/computer.png
|
|
@@ -150,6 +151,7 @@ files:
|
|
|
150
151
|
- assets/icons/ie.png
|
|
151
152
|
- assets/icons/info.png
|
|
152
153
|
- assets/icons/links.png
|
|
154
|
+
- assets/icons/mario.png
|
|
153
155
|
- assets/icons/media-player.png
|
|
154
156
|
- assets/icons/microphone.png
|
|
155
157
|
- assets/icons/modem.png
|
|
@@ -178,6 +180,7 @@ files:
|
|
|
178
180
|
- assets/icons/warning.png
|
|
179
181
|
- assets/icons/web.png
|
|
180
182
|
- assets/icons/windows.png
|
|
183
|
+
- assets/icons/xwing.png
|
|
181
184
|
- assets/icons/yes.png
|
|
182
185
|
- assets/screenshot.png
|
|
183
186
|
- assets/social/Mail.png
|