jekyll-theme-h2o-ac 1.3.1 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +1 -1
- data/_includes/layouts/head.html +4 -3
- data/_includes/layouts/header.html +6 -0
- data/_includes/layouts/sidebar.html +9 -8
- data/_includes/plugins/search/docsearch_css.html +3 -0
- data/_includes/plugins/search/docsearch_js.html +19 -0
- data/_layouts/default.html +2 -1
- data/assets/css/app.min.css +1 -1
- data/assets/css/app.min.css.map +1 -1
- metadata +4 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-h2o-ac
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zhonger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll-paginate-v2
|
@@ -162,6 +162,8 @@ files:
|
|
162
162
|
- _includes/plugins/others/social_css.html
|
163
163
|
- _includes/plugins/others/social_js.html
|
164
164
|
- _includes/plugins/others/webpusher.html
|
165
|
+
- _includes/plugins/search/docsearch_css.html
|
166
|
+
- _includes/plugins/search/docsearch_js.html
|
165
167
|
- _layouts/404.html
|
166
168
|
- _layouts/archives.html
|
167
169
|
- _layouts/blog.html
|