jekyll-theme-horizon-flow 1.0.2 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-horizon-flow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Schiller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-13 00:00:00.000000000 Z
11
+ date: 2024-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -118,6 +118,7 @@ files:
118
118
  - README.md
119
119
  - _config.yml
120
120
  - _includes/404.html
121
+ - _includes/comments.html
121
122
  - _includes/footer.html
122
123
  - _includes/header.html
123
124
  - _includes/read_time.html
@@ -140,6 +141,7 @@ files:
140
141
  - _sass/default/_base.scss
141
142
  - _sass/default/_footer.scss
142
143
  - _sass/default/_header.scss
144
+ - _sass/external/_comments.scss
143
145
  - _sass/external/_highlighter_rougify_base16dark.scss
144
146
  - _sass/external/_normalize.scss
145
147
  - _sass/functions/_mixins.scss
@@ -175,8 +177,9 @@ requirements: []
175
177
  rubygems_version: 3.3.5
176
178
  signing_key:
177
179
  specification_version: 4
178
- summary: '"Horizon-Flow" is a minimalist Jekyll theme characterized by a serene color
179
- palette of blue, gray, and orange. It features a clean, sidebar-free layout, keeping
180
- all content in a single, flowing main container. The header remains fixed even while
181
- scrolling, ensuring easy navigation.'
180
+ summary: '"Horizon-Flow" is a mobile friendly Jekyll theme characterized by a serene
181
+ color palette of blue, gray, and orange. It features a clean, sidebar-free layout,
182
+ keeping all content in a single, flowing main container. The header remains fixed
183
+ even while scrolling, ensuring easy navigation. Allows Custom content to be displaye
184
+ in the footer and footer-sidebar.'
182
185
  test_files: []