jekyll-theme-drop 0.1.5 → 0.1.6
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/README.md +4 -0
- data/_includes/footer.html +2 -2
- 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: 6d2a7c70c03c3a73b68ddc203b786d6505dd78f7d3753d3ed8a8c066515439fe
|
4
|
+
data.tar.gz: 3f08b0f7ebd483e002aef515a94c1aeecb1ce00cf25442541b691c182bf48b81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97e7e4e2e3b6c5139cee23813af38c5d6c05c8002f94479bfb903025982d5dd0689685acb501083eb6940b34daf6048fff0e38040c3fb50053293f58e5fdb430
|
7
|
+
data.tar.gz: 1842726467f8771f7bbef1513e0a72cc680a11183be9d6246189541c0564be4e4d2f78a3422fb7e908c79fce9670bd0724b79a3eaa2873e6b8fc66dceb01310d
|
data/README.md
CHANGED
@@ -14,6 +14,10 @@ You can preview the theme [here](https://moodule.github.io/jekyll-theme-drop)
|
|
14
14
|
|
15
15
|
> **Customizable**: theme colors, menu, social items can be changed from a central config file
|
16
16
|
|
17
|
+
> **Many templates**: contact forms, navigation menus, and others can be easily inserted thanks to custom Jekyll includes
|
18
|
+
|
19
|
+
> **Vector images**: the theme images are vectorized, render smoothly on any display and can be dynamically styled
|
20
|
+
|
17
21
|
> **GDPR ready**: bundled with a cookie consent plugin and a boilerplate privacy policy compliant with GDPR
|
18
22
|
|
19
23
|
> **SEO ready**: sitemap, robots.txt and tags are automatically generated for the website
|
data/_includes/footer.html
CHANGED
@@ -34,8 +34,8 @@
|
|
34
34
|
<li>© {{ site.title }}. All rights reserved.</li>
|
35
35
|
<li>Design: <a href="http://github.com/moodule" target="_blank">MOODULE</a></li>
|
36
36
|
<li>Inspired by: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
|
37
|
-
{% if site.
|
38
|
-
{% if site.
|
37
|
+
{% if site.privacy_policy.url %}<li><a href="{{ site.privacy_policy.url | absolute_url }}" target="_blank">Privacy Policy</a></li>{% endif %}
|
38
|
+
{% if site.legal_terms.url %}<li><a href="{{ site.legal_terms.url | absolute_url }}" target="_blank">Legal Terms</a></li>{% endif %}
|
39
39
|
</ul>
|
40
40
|
</div>
|
41
41
|
</section>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-drop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
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-
|
11
|
+
date: 2019-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|