jekyll-theme-zer0 0.6.0 → 0.7.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-zer0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amr Abdel
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-23 00:00:00.000000000 Z
11
+ date: 2025-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -78,6 +78,7 @@ files:
78
78
  - LICENSE
79
79
  - README.md
80
80
  - _data/README.md
81
+ - _data/authors.yml
81
82
  - _data/content_statistics.yml
82
83
  - _data/generate_statistics.rb
83
84
  - _data/navigation/about.yml
@@ -91,12 +92,14 @@ files:
91
92
  - _includes/analytics/google-tag-manager-body.html
92
93
  - _includes/analytics/google-tag-manager-head.html
93
94
  - _includes/analytics/posthog.html
95
+ - _includes/components/author-card.html
94
96
  - _includes/components/cookie-consent.html
95
97
  - _includes/components/dev-shortcuts.html
96
98
  - _includes/components/halfmoon.html
97
99
  - _includes/components/info-section.html
98
100
  - _includes/components/js-cdn.html
99
101
  - _includes/components/mermaid.html
102
+ - _includes/components/post-card.html
100
103
  - _includes/components/powered-by.html
101
104
  - _includes/components/quick-index.html
102
105
  - _includes/components/searchbar.html
@@ -131,6 +134,7 @@ files:
131
134
  - _includes/stats/stats-tags.html
132
135
  - _layouts/README.md
133
136
  - _layouts/blog.html
137
+ - _layouts/category.html
134
138
  - _layouts/collection.html
135
139
  - _layouts/default.html
136
140
  - _layouts/home.html
@@ -140,6 +144,7 @@ files:
140
144
  - _layouts/root.html
141
145
  - _layouts/sitemap-collection.html
142
146
  - _layouts/stats.html
147
+ - _layouts/tag.html
143
148
  - _sass/core/_docs.scss
144
149
  - _sass/core/_syntax.scss
145
150
  - _sass/core/_theme.scss
@@ -181,7 +186,7 @@ metadata:
181
186
  changelog_uri: https://github.com/bamr87/zer0-mistakes/blob/main/CHANGELOG.md
182
187
  documentation_uri: https://github.com/bamr87/zer0-mistakes#readme
183
188
  allowed_push_host: https://rubygems.org
184
- post_install_message:
189
+ post_install_message:
185
190
  rdoc_options: []
186
191
  require_paths:
187
192
  - lib
@@ -196,8 +201,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
201
  - !ruby/object:Gem::Version
197
202
  version: '0'
198
203
  requirements: []
199
- rubygems_version: 3.3.25
200
- signing_key:
204
+ rubygems_version: 3.0.3.1
205
+ signing_key:
201
206
  specification_version: 4
202
207
  summary: Jekyll theme based on bootstrap and compatible with github pages
203
208
  test_files: []