jekyll-theme-horizon-flow 0.1.1 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/assets/search.json CHANGED
@@ -6,8 +6,8 @@
6
6
  {% if post.searchable != false %}
7
7
  {
8
8
  "title" : "{{ post.title | escape }}",
9
- "summary" : "{{ post.content | markdownify | strip_html | truncatewords: 50 }}",
10
- "url" : "{{ site.baseurl }}{{ post.url }}",
9
+ "summary" : {{ post.content | strip_html | truncatewords: 50 | jsonify }},
10
+ "url" : "{{site.url}}{{ site.baseurl }}{{ post.url }}",
11
11
  "category" : "{{ post.categories | join: ', ' }}",
12
12
  "tags" : "{{ post.tags | join: ', ' }}",
13
13
  "keywords" : "{{ post.search_keywords }}",
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: 0.1.1
4
+ version: 1.0.3
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-12 00:00:00.000000000 Z
11
+ date: 2023-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -175,8 +175,9 @@ requirements: []
175
175
  rubygems_version: 3.3.5
176
176
  signing_key:
177
177
  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.'
178
+ summary: '"Horizon-Flow" is a mobile friendly Jekyll theme characterized by a serene
179
+ color palette of blue, gray, and orange. It features a clean, sidebar-free layout,
180
+ keeping all content in a single, flowing main container. The header remains fixed
181
+ even while scrolling, ensuring easy navigation. Allows Custom content to be displaye
182
+ in the footer and footer-sidebar.'
182
183
  test_files: []