jekyll-theme-ethereal 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/scripts.html +0 -8
- data/_includes/search.html +18 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 142ce6972e6a91954715105b6b955ffa4d39011b5c5cbd044d3e60b1aa53c9c5
|
4
|
+
data.tar.gz: 9c18df932af61af049d8259edee2e0eefcf9c540fe7c5a8d9ed043c9e295923c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb31dff54f502f56c9ff0b55fde942d7cf72c0f4c3588eca20d2bcff263975f7d4a27576e66535f35c4372f033b27192289cdcdfc6b649ef0f808798a2cd76f2
|
7
|
+
data.tar.gz: d9a7b0e580c2023dfed93887caa5e47416bd03bf502b1e26eb5309720ed3cea67b79d42ed20e578a02b82d2cc7c9be5006028dc2203e887064244cf0d146b175
|
data/_includes/scripts.html
CHANGED
@@ -16,14 +16,6 @@ window.cookieconsent.initialise({
|
|
16
16
|
}
|
17
17
|
});
|
18
18
|
</script>
|
19
|
-
<script src="{{ 'assets/js/simple-jekyll-search.min.js' | absolute_url }}" type="text/javascript" ></script>
|
20
|
-
<script>
|
21
|
-
SimpleJekyllSearch({
|
22
|
-
searchInput: document.getElementById('search-input'),
|
23
|
-
resultsContainer: document.getElementById('search-results'),
|
24
|
-
json: "{{ '/index.json' | absolute_url }}"
|
25
|
-
})
|
26
|
-
</script>
|
27
19
|
{%- if include.scripts -%}
|
28
20
|
{%- for file in include.scripts -%}
|
29
21
|
<script src="{{ file.url | absolute_url }}" type="text/javascript" ></script>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<!-- Search -->
|
2
|
+
<section id="search" class="alt">
|
3
|
+
<form method="post" action="#">
|
4
|
+
<input type="text" name="search-input" id="search-input" placeholder="Search" />
|
5
|
+
</form>
|
6
|
+
</section>
|
7
|
+
<nav id="results">
|
8
|
+
<ul id="search-results">
|
9
|
+
</ul>
|
10
|
+
</nav>
|
11
|
+
<script src="{{ 'assets/js/simple-jekyll-search.min.js' | absolute_url }}" type="text/javascript" ></script>
|
12
|
+
<script>
|
13
|
+
SimpleJekyllSearch({
|
14
|
+
searchInput: document.getElementById('search-input'),
|
15
|
+
resultsContainer: document.getElementById('search-results'),
|
16
|
+
json: "{{ '/index.json' | absolute_url }}"
|
17
|
+
})
|
18
|
+
</script>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-ethereal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Mougeolle
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -89,6 +89,7 @@ files:
|
|
89
89
|
- _includes/panel_map.html
|
90
90
|
- _includes/panel_spotlight.html
|
91
91
|
- _includes/scripts.html
|
92
|
+
- _includes/search.html
|
92
93
|
- _includes/social.html
|
93
94
|
- _includes/space_launch_calendar.json
|
94
95
|
- _includes/thread.html
|