jekyll-theme-consulting 0.4.2 → 0.4.3
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 +4 -4
- data/_includes/head.html +1 -1
- data/_includes/social.html +22 -22
- data/_layouts/default.html +3 -3
- 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: 776df3ba9efe560b7b4111300bd8092dfb032afd20896db382b13bdb270fb517
|
|
4
|
+
data.tar.gz: b5ffefd6f97d2da6e5fbb87dfc95631e868074126c0e4c7b17725eeb28cf0192
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 520d001fab080a4c7ac9cc12a53422607c3d8669121d17ae320dbd36eb8b2da980f4de210963564f6e9c86afa17955c873321feef26d0b1c7500a5bb46a84fa0
|
|
7
|
+
data.tar.gz: 67edf8d29bfde381ec9105cb9209cdbcc67d1e4a2d9ce6003f039404a1474c523116f80404351a4dc7b97ee0d7c54101d8a1f61598cec5f5292894184e49ab6f
|
data/README.md
CHANGED
|
@@ -14,6 +14,10 @@ You can preview the theme [here](https://moodule.github.io/jekyll-theme-consulti
|
|
|
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
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
<footer id="footer">
|
|
3
3
|
<section class="inverted">
|
|
4
4
|
<p class="copyright">
|
|
5
|
-
© {{ site.
|
|
6
|
-
Design: <a href="https://github.com/moodule">MOODULE</a>.
|
|
7
|
-
{% if site.
|
|
8
|
-
{% if site.
|
|
5
|
+
© {{ site.copyright.holder }}. {{ site.copyright.license}}.
|
|
6
|
+
Design & Jekyll Integration: <a href="https://github.com/moodule">MOODULE</a>.
|
|
7
|
+
{% if site.privacy_policy.url %}<a href="{{ site.privacy_policy.url | absolute_url }}">Privacy policy</a>.{% endif %}
|
|
8
|
+
{% if site.legal_terms.url %}<a href="{{ site.legal_terms.url | absolute_url }}">Legal terms</a>.{% endif %}
|
|
9
9
|
</p>
|
|
10
10
|
</section>
|
|
11
11
|
</footer>
|
data/_includes/head.html
CHANGED
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
<link rel="alternate" hreflang="{{ page.lang }}" href="{{ page.url }}" />
|
|
11
11
|
{% endfor %}
|
|
12
12
|
<noscript><link rel="stylesheet" href="{{ 'assets/css/noscript.css' | absolute_url }}" /></noscript>
|
|
13
|
-
{% if site.
|
|
13
|
+
{% if site.favicon.url %}<link rel="icon" href="{{ site.favicon.url | absolute_url }}" />{% endif %}
|
|
14
14
|
</head>
|
data/_includes/social.html
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
<!-- Social Icons -->
|
|
2
2
|
<div id="social">
|
|
3
3
|
<ul class="icons">
|
|
4
|
-
{% if site.
|
|
5
|
-
<li><a href="{{ site.
|
|
4
|
+
{% if site.twitter.url %}
|
|
5
|
+
<li><a href="{{ site.twitter.url }}" class="icon brands fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
|
|
6
6
|
{% endif %}
|
|
7
|
-
{% if site.
|
|
8
|
-
<li><a href="{{ site.
|
|
7
|
+
{% if site.facebook.url %}
|
|
8
|
+
<li><a href="{{ site.facebook.url }}" class="icon brands fa-facebook-f" target="_blank"><span class="label">Facebook</span></a></li>
|
|
9
9
|
{% endif %}
|
|
10
|
-
{% if site.
|
|
11
|
-
<li><a href="{{ site.
|
|
10
|
+
{% if site.snapchat.url %}
|
|
11
|
+
<li><a href="{{ site.snapchat.url }}" class="icon brands fa-snapchat-ghost" target="_blank"><span class="label">Snapchat</span></a></li>
|
|
12
12
|
{% endif %}
|
|
13
|
-
{% if site.
|
|
14
|
-
<li><a href="{{ site.
|
|
13
|
+
{% if site.medium.url %}
|
|
14
|
+
<li><a href="{{ site.medium.url }}" class="icon brands fa-medium-m" target="_blank"><span class="label">Medium</span></a></li>
|
|
15
15
|
{% endif %}
|
|
16
|
-
{% if site.
|
|
17
|
-
<li><a href="{{ site.
|
|
16
|
+
{% if site.instagram.url %}
|
|
17
|
+
<li><a href="{{ site.instagram.url }}" class="icon brands fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
|
|
18
18
|
{% endif %}
|
|
19
|
-
{% if site.
|
|
20
|
-
<li><a href="{{ site.
|
|
19
|
+
{% if site.pinterest.url %}
|
|
20
|
+
<li><a href="{{ site.pinterest.url }}" class="icon brands fa-pinterest" target="_blank"><span class="label">Pinterest</span></a></li>
|
|
21
21
|
{% endif %}
|
|
22
|
-
{% if site.
|
|
23
|
-
<li><a href="{{ site.
|
|
22
|
+
{% if site.500px.url %}
|
|
23
|
+
<li><a href="{{ site.500px.url }}" class="icon brands fa-500px" target="_blank"><span class="label">500px</span></a></li>
|
|
24
24
|
{% endif %}
|
|
25
|
-
{% if site.
|
|
26
|
-
<li><a href="{{ site.
|
|
25
|
+
{% if site.gitlab.url %}
|
|
26
|
+
<li><a href="{{ site.gitlab.url }}" class="icon brands fa-gitlab" target="_blank"><span class="label">GitLab</span></a></li>
|
|
27
27
|
{% endif %}
|
|
28
|
-
{% if site.
|
|
29
|
-
<li><a href="{{ site.
|
|
28
|
+
{% if site.github.url %}
|
|
29
|
+
<li><a href="{{ site.github.url }}" class="icon brands fa-github" target="_blank"><span class="label">GitHub</span></a></li>
|
|
30
30
|
{% endif %}
|
|
31
|
-
{% if site.
|
|
32
|
-
<li><a href="{{ site.
|
|
31
|
+
{% if site.slack.url %}
|
|
32
|
+
<li><a href="{{ site.slack.url }}" class="icon brands fa-slack" target="_blank"><span class="label">Slack</span></a></li>
|
|
33
33
|
{% endif %}
|
|
34
|
-
{% if site.
|
|
35
|
-
<li><a href="{{ site.
|
|
34
|
+
{% if site.linkedin.url %}
|
|
35
|
+
<li><a href="{{ site.linkedin.url }}" class="icon brands fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
|
|
36
36
|
{% endif %}
|
|
37
37
|
</ul>
|
|
38
38
|
</div>
|
data/_layouts/default.html
CHANGED
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
|
|
10
10
|
<!DOCTYPE html>
|
|
11
11
|
<!--
|
|
12
|
-
Consulting
|
|
13
|
-
https://github.com/moodule
|
|
12
|
+
Consulting template by MOODULE
|
|
13
|
+
https://github.com/moodule/jekyll-theme-consulting
|
|
14
14
|
Free for personal and commercial use under the CCA 4.0 license
|
|
15
15
|
-->
|
|
16
16
|
<html lang="{{ lang }}">
|
|
17
17
|
|
|
18
|
-
{% include head.html title=title subtitle=subtitle %}
|
|
18
|
+
{% include head.html title=title subtitle=subtitle description=description %}
|
|
19
19
|
|
|
20
20
|
<body>
|
|
21
21
|
|
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.
|
|
4
|
+
version: 0.4.3
|
|
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-09-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|