klst-theme 0.1.1 → 0.1.3
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 +8 -2
- data/_includes/body.html +0 -1
- data/_includes/footer.html +1 -2
- data/_includes/head.html +4 -0
- data/_includes/nav.html +2 -3
- data/_includes/postlist.html +1 -1
- data/_includes/posts.html +0 -1
- data/assets/css/highlight-default.min.css +9 -0
- data/assets/css/main.css +18 -1
- data/assets/js/highlight.min.js +3899 -0
- metadata +5 -8
- data/_includes/linklist.html +0 -4
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: klst-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- neko
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: jekyll
|
@@ -52,7 +51,6 @@ dependencies:
|
|
52
51
|
- - "~>"
|
53
52
|
- !ruby/object:Gem::Version
|
54
53
|
version: '2.3'
|
55
|
-
description:
|
56
54
|
email:
|
57
55
|
- neko@koneko.at
|
58
56
|
executables: []
|
@@ -65,7 +63,6 @@ files:
|
|
65
63
|
- _includes/body.html
|
66
64
|
- _includes/footer.html
|
67
65
|
- _includes/head.html
|
68
|
-
- _includes/linklist.html
|
69
66
|
- _includes/logo.html
|
70
67
|
- _includes/month.html
|
71
68
|
- _includes/nav.html
|
@@ -81,13 +78,14 @@ files:
|
|
81
78
|
- _layouts/posts.html
|
82
79
|
- assets/css/ash.css
|
83
80
|
- assets/css/ash.css.map
|
81
|
+
- assets/css/highlight-default.min.css
|
84
82
|
- assets/css/main.css
|
83
|
+
- assets/js/highlight.min.js
|
85
84
|
- assets/svg/logo.svg
|
86
85
|
homepage: https://klst.at/
|
87
86
|
licenses:
|
88
87
|
- MIT
|
89
88
|
metadata: {}
|
90
|
-
post_install_message:
|
91
89
|
rdoc_options: []
|
92
90
|
require_paths:
|
93
91
|
- lib
|
@@ -102,8 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
100
|
- !ruby/object:Gem::Version
|
103
101
|
version: '0'
|
104
102
|
requirements: []
|
105
|
-
rubygems_version: 3.
|
106
|
-
signing_key:
|
103
|
+
rubygems_version: 3.6.7
|
107
104
|
specification_version: 4
|
108
105
|
summary: This is a simple jekyll theme for our local linux group
|
109
106
|
test_files: []
|
data/_includes/linklist.html
DELETED