jekyll-theme-consulting 0.6.12 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/scripts.html +0 -8
- data/_includes/search.html +9 -2
- data/_sass/layout/_footer.scss +14 -13
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc4aa348d9959be4f5318997f1711c14dbfb1f4fdf9cffc603f9a57088655fcd
|
|
4
|
+
data.tar.gz: ca9723acbacdca5a1fc25e76aa79cc626f16001ef8b6cbd0da04973d46aa1022
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da5d3e7cec55efc5f469f08ae577c4dc1b89797d5404576098403f4119eabbfacd73d11a151c50e85672d4ac41990530d6502cb8dbbc8c03feb15643eb9acfcd
|
|
7
|
+
data.tar.gz: 3f53bc9f4ab8b2b346259361f424c7e538fc326edbdc1c6f7e088734c570738bd9d303368903e4cbcc22b003fad3a36302c3ed29e5bc29c52c46ffd80bd54d71
|
data/_includes/scripts.html
CHANGED
|
@@ -18,14 +18,6 @@ window.cookieconsent.initialise({
|
|
|
18
18
|
}
|
|
19
19
|
});
|
|
20
20
|
</script>
|
|
21
|
-
<script src="{{ 'assets/js/simple-jekyll-search.min.js' | absolute_url }}" type="text/javascript" ></script>
|
|
22
|
-
<script>
|
|
23
|
-
SimpleJekyllSearch({
|
|
24
|
-
searchInput: document.getElementById('search-input'),
|
|
25
|
-
resultsContainer: document.getElementById('search-results'),
|
|
26
|
-
json: "{{ '/index.json' | absolute_url }}"
|
|
27
|
-
})
|
|
28
|
-
</script>
|
|
29
21
|
{%- if include.scripts -%}
|
|
30
22
|
{%- for file in include.scripts -%}
|
|
31
23
|
<script src="{{ file.url | absolute_url }}" type="text/javascript" /></script>
|
data/_includes/search.html
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
<!-- Search -->
|
|
2
2
|
<section id="search" class="alt">
|
|
3
|
-
<form method="post" action="
|
|
3
|
+
<form method="post" action="#">
|
|
4
4
|
<input type="text" name="search-input" id="search-input" placeholder="Search" />
|
|
5
5
|
</form>
|
|
6
6
|
</section>
|
|
7
|
-
|
|
8
7
|
<nav id="results">
|
|
9
8
|
<ul id="search-results">
|
|
10
9
|
</ul>
|
|
11
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>
|
data/_sass/layout/_footer.scss
CHANGED
|
@@ -7,24 +7,25 @@
|
|
|
7
7
|
/* Footer */
|
|
8
8
|
|
|
9
9
|
#footer {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
.copyright {
|
|
11
|
+
margin: 0;
|
|
12
|
+
color: _palette(fg-light);
|
|
13
|
+
font-size: 0.9em;
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
a {
|
|
16
|
+
color: inherit;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
18
19
|
}
|
|
19
20
|
|
|
20
21
|
/* Inverted */
|
|
21
22
|
|
|
22
23
|
.inverted #footer {
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
.copyright {
|
|
25
|
+
color: _palette(fg-light-inverted);
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
a {
|
|
28
|
+
color: inherit;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
30
31
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-consulting
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
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
|