klst-theme 0.1.5 → 0.1.6

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.
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - neko
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-06-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: jekyll
@@ -52,18 +51,45 @@ 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: []
59
57
  extensions: []
60
58
  extra_rdoc_files: []
61
- files: []
59
+ files:
60
+ - LICENSE.txt
61
+ - README.md
62
+ - _config.yml
63
+ - _data/meta/metadata.yml
64
+ - _data/meta/navigation.yml
65
+ - _data/meta/styles.yml
66
+ - _includes/body.html
67
+ - _includes/footer.html
68
+ - _includes/head.html
69
+ - _includes/logo.html
70
+ - _includes/month.html
71
+ - _includes/nav.html
72
+ - _includes/postlist.html
73
+ - _includes/posts.html
74
+ - _includes/sidebar.html
75
+ - _includes/year.html
76
+ - _includes/years.html
77
+ - _layouts/archive-month.html
78
+ - _layouts/archive-year.html
79
+ - _layouts/archive.html
80
+ - _layouts/page.html
81
+ - _layouts/posts.html
82
+ - assets/css/ash.css
83
+ - assets/css/ash.css.map
84
+ - assets/css/custom.css
85
+ - assets/css/highlight-default.min.css
86
+ - assets/css/main.css
87
+ - assets/js/highlight.min.js
88
+ - assets/svg/logo.svg
62
89
  homepage: https://klst.at/
63
90
  licenses:
64
91
  - MIT
65
92
  metadata: {}
66
- post_install_message:
67
93
  rdoc_options: []
68
94
  require_paths:
69
95
  - lib
@@ -78,8 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
104
  - !ruby/object:Gem::Version
79
105
  version: '0'
80
106
  requirements: []
81
- rubygems_version: 3.4.20
82
- signing_key:
107
+ rubygems_version: 3.6.7
83
108
  specification_version: 4
84
109
  summary: This is a simple jekyll theme for our local linux group
85
110
  test_files: []