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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e10d38fdc1ff83607c2d07ea2c3e3334f2b55fdfcd1fac02364d2b15a626990d
4
- data.tar.gz: 745a3b7350e169493c1bfe03fea6ab683d390ccd4470a51ce24f2064339d25d5
3
+ metadata.gz: 4474cd2b065189facf703281060c3c0fd4e7d58423f53b8b3ba216e6475b5f05
4
+ data.tar.gz: e04d4cd8a5f95398ada2ad9fb822d7e4709d541c535bc87f9c4c8b1112584406
5
5
  SHA512:
6
- metadata.gz: f638fe3d5496a6569817aaf358217a5cd409c5af5d4ae9352c37d54066794e966cdb9175ae960bfe018064701a64b58c6da37aa6eaf4ca65c675f8b6e84beadd
7
- data.tar.gz: 3cf56cea54f671a11d4b249a8797985557ce245bb947288332fbe53078fa90390cde67c7dd7121fae26bfd5a7a742875dcbc3961659f7ffde05f81c533593d78
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
@@ -43,11 +43,11 @@
43
43
  <li>&copy; {{ 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.legal_terms_url %}
47
- <li><a href="{{ site.legal_terms_url | absolute_url }}" target="_blank">Legal Terms</a></li>
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.privacy_policy_url %}
50
- <li><a href="{{ site.privacy_policy_url | absolute_url }}" target="_blank">Privacy Policy</a></li>
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.favicon_url %}
10
- <link rel="icon" href="{{ site.favicon_url | absolute_url }}" />
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>
@@ -14,7 +14,7 @@
14
14
  -->
15
15
  <html lang="{{ lang }}">
16
16
 
17
- {% include head.html title=title subtitle=subtitle %}
17
+ {% include head.html title=title subtitle=subtitle description=description %}
18
18
 
19
19
  <body class="is-preload">
20
20
 
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
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-08-26 00:00:00.000000000 Z
11
+ date: 2019-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll