jekyll-98 0.1.0 → 0.3.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 +4 -4
- data/README.md +1 -25
- 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/_home.scss +1 -0
- 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/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/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/yes.png +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 102ccfd365d284be8a0ddcf4cc457bade7dbffa32b8e07511eb166c41e5cbfb4
|
|
4
|
+
data.tar.gz: 5c7186666a88455d04e733d38d695e8b8cd76636068759b5783b4902c15e17d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f5afa20ae6f97b71f4a05c3e8a8c217daf2176caf5182cc3c31a6e480320aa61409e5bf86a2901ad74a886dc3e866f561751cec0847eab37148d07c17f37ed3
|
|
7
|
+
data.tar.gz: 7b790a15d0101e79e62dd8b1a4c068bc5ff0321c61f8eb0d198d0b9db7b5c48f1e753f425390153bc2bb8f4d0c7fcf2ca0d25abb85a6691dbea878fcb07659bb
|
data/README.md
CHANGED
|
@@ -40,36 +40,12 @@ Using the legacy "deploy from branch" option will not break the site, but it wil
|
|
|
40
40
|
|
|
41
41
|
### Manual installation
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
in your blog root folder, create a directory `_themes`
|
|
46
|
-
|
|
47
|
-
`cd` into `_themes` and clone this repo into it
|
|
48
|
-
|
|
49
|
-
Add this line to your Jekyll site's `Gemfile`:
|
|
50
|
-
|
|
51
|
-
```ruby
|
|
52
|
-
gem "jekyll-98", :path => "_themes"
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
And add this line to your Jekyll site's `_config.yml`:
|
|
43
|
+
`jekyll-98` is now available as a standard `gem` theme. You can install it to your site with `bundle add jekyll-98` and add this line to your Jekyll site's `_config.yml`:
|
|
56
44
|
|
|
57
45
|
```yaml
|
|
58
46
|
theme: jekyll-98
|
|
59
47
|
```
|
|
60
48
|
|
|
61
|
-
And then execute:
|
|
62
|
-
|
|
63
|
-
```sh
|
|
64
|
-
bundle
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
Or install it yourself as:
|
|
68
|
-
|
|
69
|
-
```sh
|
|
70
|
-
gem install jekyll-98
|
|
71
|
-
```
|
|
72
|
-
|
|
73
49
|
## Usage
|
|
74
50
|
|
|
75
51
|
Theme should provide sane defaults, but there's lots to customize. For full configuration options, refer to [_config.yml](https://github.com/queenkjuul/jekyll-98/blob/main/_config.yml). Add whatever settings you want *to your site's _config.yml*.
|
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/_home.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
|
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
|
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
|
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.0
|
|
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-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|