jekyll-theme-parallelism 0.1.4 → 0.1.5
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 +2 -0
- data/_includes/footer.html +4 -4
- data/_includes/head.html +3 -7
- data/_layouts/default.html +1 -1
- 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: 4474cd2b065189facf703281060c3c0fd4e7d58423f53b8b3ba216e6475b5f05
|
4
|
+
data.tar.gz: e04d4cd8a5f95398ada2ad9fb822d7e4709d541c535bc87f9c4c8b1112584406
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c805f9e28627ed029698a10e9ba0df5c255ba3347abb82040a5ebce7b62ce506036a7034696a298439131a6e3ca1a2e04a83e8715c1fa0172be6c42fc03b1299
|
7
|
+
data.tar.gz: ac1d054ae70541fd08c49f430396ca67b5eac6831cee158763cb3a09c7af9a1b305a0156334e62f5d84c733cc6317350ed9e19ed549422ad341159a633979087
|
data/README.md
CHANGED
@@ -14,6 +14,8 @@ You can preview the theme [here](https://moodule.github.io/jekyll-theme-parallel
|
|
14
14
|
|
15
15
|
> **Customizable**: theme colors, menu, social items can be changed from a central config file
|
16
16
|
|
17
|
+
> **Vector images**: the theme images are vectorized, render smoothly on any display and can be dynamically styled
|
18
|
+
|
17
19
|
> **GDPR ready**: bundled with a cookie consent plugin and a boilerplate privacy policy compliant with GDPR
|
18
20
|
|
19
21
|
> **SEO ready**: sitemap, robots.txt and tags are automatically generated for the website
|
data/_includes/footer.html
CHANGED
@@ -43,11 +43,11 @@
|
|
43
43
|
<li>© {{ site.copyright_holder }}</li>
|
44
44
|
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
45
45
|
<li>Jekyll integration: <a href="http://github.com/moodule" target="_blank">Moodule</a></li>
|
46
|
-
{% if site.
|
47
|
-
<li><a href="{{ site.
|
46
|
+
{% if site.legal_terms.url %}
|
47
|
+
<li><a href="{{ site.legal_terms.url | absolute_url }}" target="_blank">Legal Terms</a></li>
|
48
48
|
{% endif %}
|
49
|
-
{% if site.
|
50
|
-
<li><a href="{{ site.
|
49
|
+
{% if site.privacy_policy.url %}
|
50
|
+
<li><a href="{{ site.privacy_policy.url | absolute_url }}" target="_blank">Privacy Policy</a></li>
|
51
51
|
{% endif %}
|
52
52
|
</ul>
|
53
53
|
|
data/_includes/head.html
CHANGED
@@ -6,11 +6,7 @@
|
|
6
6
|
<meta charset="utf-8" />
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
8
8
|
<link rel="stylesheet" href="{{ 'assets/css/styles.css' | absolute_url }}" />
|
9
|
-
{% if site.
|
10
|
-
<link rel="
|
11
|
-
{% endif %}
|
12
|
-
{% for page in pages %}
|
13
|
-
<link rel="alternate" hreflang="{{ page.lang }}" href="{{ page.url }}" />
|
14
|
-
{% endfor %}
|
9
|
+
{% if site.favicon.url %}<link rel="icon" href="{{ site.favicon.url | absolute_url }}" />{% endif %}
|
10
|
+
{% for page in pages %}<link rel="alternate" hreflang="{{ page.lang }}" href="{{ page.url }}" />{% endfor %}
|
15
11
|
<noscript><link rel="stylesheet" href="{{ 'assets/css/noscript.css' | absolute_url }}" /></noscript>
|
16
|
-
</head>
|
12
|
+
</head>
|
data/_layouts/default.html
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-parallelism
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
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
|