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.
- checksums.yaml +4 -4
- data/README.md +41 -21
- data/_config.yml +32 -8
- data/_includes/comments.html +127 -0
- data/_includes/footer.html +72 -70
- data/_layouts/archive.html +6 -10
- data/_layouts/categories.html +5 -11
- data/_layouts/home.html +3 -2
- data/_layouts/post.html +61 -46
- data/_layouts/search.html +1 -1
- data/_layouts/tags.html +6 -9
- data/_posts/2021-01-01-markdown-test-page.md +1 -0
- data/_posts/2022-12-12-chatgpt-testpost-all-markdown-elements.md +1 -1
- data/_posts/2023-07-13-title-for-champions.md +3 -0
- data/_sass/default/_base.scss +34 -6
- data/_sass/default/_footer.scss +131 -57
- data/_sass/default/_header.scss +6 -12
- data/_sass/external/_comments.scss +106 -0
- data/_sass/external/_normalize.scss +3 -0
- data/_sass/functions/_mixins.scss +134 -8
- data/_sass/functions/_values.scss +10 -1
- data/_sass/jekyll-theme-horizon-flow.scss +4 -3
- data/_sass/layouts/_archive.scss +4 -6
- data/_sass/layouts/_categories.scss +5 -4
- data/_sass/layouts/_home.scss +26 -40
- data/_sass/layouts/_post.scss +139 -37
- data/_sass/layouts/_tags.scss +5 -0
- metadata +9 -6
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
|
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:
|
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
|
179
|
-
palette of blue, gray, and orange. It features a clean, sidebar-free layout,
|
180
|
-
all content in a single, flowing main container. The header remains fixed
|
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: []
|