jekyll-theme-ethereal 0.1.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 +7 -0
- data/LICENSE +437 -0
- data/README.md +538 -0
- data/_includes/banner.html +22 -0
- data/_includes/contact.html +34 -0
- data/_includes/date.html +24 -0
- data/_includes/footer.html +14 -0
- data/_includes/head.html +14 -0
- data/_includes/language.html +14 -0
- data/_includes/logo.html +1 -0
- data/_includes/panel.html +18 -0
- data/_includes/scripts.html +18 -0
- data/_includes/social.html +36 -0
- data/_includes/spotlight.html +12 -0
- data/_includes/thread.html +25 -0
- data/_layouts/default.html +41 -0
- data/_layouts/home.html +8 -0
- data/_layouts/page.html +4 -0
- data/_layouts/post.html +27 -0
- data/_layouts/redirect.html +10 -0
- data/_layouts/sitemap.html +22 -0
- data/_sass/base/_page.scss +117 -0
- data/_sass/base/_reset.scss +76 -0
- data/_sass/base/_typography.scss +271 -0
- data/_sass/components/_actions.scss +63 -0
- data/_sass/components/_button.scss +154 -0
- data/_sass/components/_contact-icons.scss +72 -0
- data/_sass/components/_cookieconsent.scss +403 -0
- data/_sass/components/_form.scss +279 -0
- data/_sass/components/_gallery.scss +218 -0
- data/_sass/components/_grid-icons.scss +166 -0
- data/_sass/components/_icon.scss +33 -0
- data/_sass/components/_icons.scss +28 -0
- data/_sass/components/_image.scss +169 -0
- data/_sass/components/_list.scss +56 -0
- data/_sass/components/_panel-banner.scss +90 -0
- data/_sass/components/_panel-spotlight.scss +81 -0
- data/_sass/components/_panel.scss +300 -0
- data/_sass/components/_table.scss +81 -0
- data/_sass/layout/_footer.scss +49 -0
- data/_sass/layout/_header.scss +37 -0
- data/_sass/layout/_page-wrapper.scss +43 -0
- data/_sass/layout/_wrapper.scss +118 -0
- data/_sass/libs/_breakpoints.scss +223 -0
- data/_sass/libs/_functions.scss +90 -0
- data/_sass/libs/_mixins.scss +78 -0
- data/_sass/libs/_vars.scss +49 -0
- data/_sass/libs/_vendor.scss +376 -0
- data/_sass/main.scss +135 -0
- data/_sass/noscript.scss +26 -0
- data/assets/css/fontawesome-all.min.css +5 -0
- data/assets/css/main.scss +5 -0
- data/assets/css/noscript.scss +5 -0
- data/assets/images/bg.jpg +0 -0
- data/assets/images/drone.jpg +0 -0
- data/assets/images/gallery/fulls/01.jpg +0 -0
- data/assets/images/gallery/fulls/02.jpg +0 -0
- data/assets/images/gallery/fulls/03.jpg +0 -0
- data/assets/images/gallery/fulls/04.jpg +0 -0
- data/assets/images/gallery/fulls/05.jpg +0 -0
- data/assets/images/gallery/fulls/06.jpg +0 -0
- data/assets/images/gallery/fulls/07.jpg +0 -0
- data/assets/images/gallery/fulls/08.jpg +0 -0
- data/assets/images/gallery/fulls/09.jpg +0 -0
- data/assets/images/gallery/thumbs/01.jpg +0 -0
- data/assets/images/gallery/thumbs/02.jpg +0 -0
- data/assets/images/gallery/thumbs/03.jpg +0 -0
- data/assets/images/gallery/thumbs/04.jpg +0 -0
- data/assets/images/gallery/thumbs/05.jpg +0 -0
- data/assets/images/gallery/thumbs/06.jpg +0 -0
- data/assets/images/gallery/thumbs/07.jpg +0 -0
- data/assets/images/gallery/thumbs/08.jpg +0 -0
- data/assets/images/gallery/thumbs/09.jpg +0 -0
- data/assets/images/jupiter_abyss.jpg +0 -0
- data/assets/images/jupiter_storms.jpg +0 -0
- data/assets/images/ngc-1156.jpg +0 -0
- data/assets/images/ngc-3169.jpg +0 -0
- data/assets/images/orion_las.jpg +0 -0
- data/assets/images/overlay.png +0 -0
- data/assets/images/pic01.jpg +0 -0
- data/assets/images/pic02.jpg +0 -0
- data/assets/images/pic03.jpg +0 -0
- data/assets/images/pillars-of-creation.jpg +0 -0
- data/assets/images/saturn_testing.jpg +0 -0
- data/assets/images/sls-core_staging.jpg +0 -0
- data/assets/images/zeta-ophiuchi.jpg +0 -0
- data/assets/js/breakpoints.min.js +2 -0
- data/assets/js/browser.min.js +2 -0
- data/assets/js/cookieconsent.min.js +1 -0
- data/assets/js/jquery.min.js +2 -0
- data/assets/js/main.js +759 -0
- data/assets/webfonts/fa-brands-400.eot +0 -0
- data/assets/webfonts/fa-brands-400.svg +3442 -0
- data/assets/webfonts/fa-brands-400.ttf +0 -0
- data/assets/webfonts/fa-brands-400.woff +0 -0
- data/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/webfonts/fa-regular-400.eot +0 -0
- data/assets/webfonts/fa-regular-400.svg +803 -0
- data/assets/webfonts/fa-regular-400.ttf +0 -0
- data/assets/webfonts/fa-regular-400.woff +0 -0
- data/assets/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/webfonts/fa-solid-900.eot +0 -0
- data/assets/webfonts/fa-solid-900.svg +4649 -0
- data/assets/webfonts/fa-solid-900.ttf +0 -0
- data/assets/webfonts/fa-solid-900.woff +0 -0
- data/assets/webfonts/fa-solid-900.woff2 +0 -0
- data/sitemap.md +4 -0
- metadata +192 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Banner -->
|
|
2
|
+
<section
|
|
3
|
+
class="panel banner {{ include.style.text.position | default: 'right' }} {{ include.style.background.color }}"
|
|
4
|
+
id="{{ include.id | default: 'banner' }}">
|
|
5
|
+
<div class="content {{ include.style.header.color | default: 'color0' }} span-3-75">
|
|
6
|
+
<h1 class="major">{{ include.title }}<br />
|
|
7
|
+
{{ include.subtitle }}</h1>
|
|
8
|
+
<p>{{ include.description }}</p>
|
|
9
|
+
<ul class="actions">
|
|
10
|
+
<li>
|
|
11
|
+
<a
|
|
12
|
+
href="{{ include.button.target }}"
|
|
13
|
+
class="button primary color1 circle icon solid fa-angle-right">
|
|
14
|
+
{{ include.button.label | default: 'Next'}}
|
|
15
|
+
</a>
|
|
16
|
+
</li>
|
|
17
|
+
</ul>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="image filtered span-1-75" data-position="25% 25%">
|
|
20
|
+
<img src="{{ include.style.background.image | absolute_url }}" alt="" />
|
|
21
|
+
</div>
|
|
22
|
+
</section>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<section
|
|
2
|
+
class="panel {{ include.style.background.color | default: 'color4-alt' }}"
|
|
3
|
+
id="{{ include.id | default: 'contact' }}">
|
|
4
|
+
<div class="intro {{ include.style.header.color | default: 'color4' }}">
|
|
5
|
+
<h2 class="major">{{ include.title | default: 'Contact'}}</h2>
|
|
6
|
+
<p>{{ include.description }}</p>
|
|
7
|
+
</div>
|
|
8
|
+
<div class="inner columns divided">
|
|
9
|
+
<div class="span-3-25">
|
|
10
|
+
<form method="post" action="#">
|
|
11
|
+
<div class="fields">
|
|
12
|
+
<div class="field half">
|
|
13
|
+
<label for="name">Name</label>
|
|
14
|
+
<input type="text" name="name" id="name" />
|
|
15
|
+
</div>
|
|
16
|
+
<div class="field half">
|
|
17
|
+
<label for="email">Email</label>
|
|
18
|
+
<input type="email" name="email" id="email" />
|
|
19
|
+
</div>
|
|
20
|
+
<div class="field">
|
|
21
|
+
<label for="message">Message</label>
|
|
22
|
+
<textarea name="message" id="message" rows="4"></textarea>
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
|
25
|
+
<ul class="actions">
|
|
26
|
+
<li><input type="submit" value="Send Message" class="button primary" /></li>
|
|
27
|
+
</ul>
|
|
28
|
+
</form>
|
|
29
|
+
</div>
|
|
30
|
+
<div class="span-1-5">
|
|
31
|
+
{% include social.html color=include.style.icons.color %}
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
</section>
|
data/_includes/date.html
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{% assign day = include.date | date: "%-d" %}
|
|
2
|
+
{% assign month = include.date | date: "%-m" %}
|
|
3
|
+
{% if page.lang == "en" %}
|
|
4
|
+
{{ include.date | date: "%B" }} {{ day }}, {{ include.date | date: "%Y" }}
|
|
5
|
+
{% elsif page.lang == "fr" %}
|
|
6
|
+
{% if day == "1" %}
|
|
7
|
+
{{ day }}<sup>er</sup>
|
|
8
|
+
{% else %} {{ day }}
|
|
9
|
+
{% endif %}
|
|
10
|
+
{% case month %}
|
|
11
|
+
{% when '1' %}janvier
|
|
12
|
+
{% when '2' %}février
|
|
13
|
+
{% when '3' %}mars
|
|
14
|
+
{% when '4' %}avril
|
|
15
|
+
{% when '5' %}mai
|
|
16
|
+
{% when '6' %}juin
|
|
17
|
+
{% when '7' %}juillet
|
|
18
|
+
{% when '8' %}août
|
|
19
|
+
{% when '9' %}septembre
|
|
20
|
+
{% when '10' %}octobre
|
|
21
|
+
{% when '11' %}novembre
|
|
22
|
+
{% when '12' %}décembre
|
|
23
|
+
{% endcase %} {{ include.date | date: "%Y" }}
|
|
24
|
+
{% endif %}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!-- Footer -->
|
|
2
|
+
<footer id="footer">
|
|
3
|
+
<ul class="copyright">
|
|
4
|
+
<li>© {{ site.copyright_holder }}</li>
|
|
5
|
+
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
|
6
|
+
<li>Jekyll integration: <a href="http://github.com/moodule" target="_blank">Moodule</a></li>
|
|
7
|
+
{% if site.legal_terms_url %}
|
|
8
|
+
<li><a href="{{ site.legal_terms_url | absolute_url }}" target="_blank">Legal Terms</a></li>
|
|
9
|
+
{% endif %}
|
|
10
|
+
{% if site.privacy_policy_url %}
|
|
11
|
+
<li><a href="{{ site.privacy_policy_url | absolute_url }}" target="_blank">Privacy Policy</a></li>
|
|
12
|
+
{% endif %}
|
|
13
|
+
</ul>
|
|
14
|
+
</footer>
|
data/_includes/head.html
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{% assign posts=site.posts | where:"lang-ref", page.lang-ref | sort: 'lang' %}
|
|
2
|
+
{% assign pages=site.pages | where:"lang-ref", page.lang-ref | sort: 'lang' | concat: posts %}
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
<title>{{ include.title }} - {{ include.subtitle }}</title>
|
|
6
|
+
<meta charset="utf-8" />
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
8
|
+
<link rel="stylesheet" href="{{ 'assets/css/main.css' | absolute_url }}" />
|
|
9
|
+
{% for page in pages %}
|
|
10
|
+
<link rel="alternate" hreflang="{{ page.lang }}" href="{{ page.url }}" />
|
|
11
|
+
{% endfor %}
|
|
12
|
+
<noscript><link rel="stylesheet" href="{{ 'assets/css/noscript.css' | absolute_url }}" /></noscript>
|
|
13
|
+
{% if site.favicon_url %}<link rel="icon" href="{{ site.favicon_url | absolute_url }}" />{% endif %}
|
|
14
|
+
</head>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{% assign posts=site.posts | where:"lang-ref", page.lang-ref | sort: 'lang' %}
|
|
2
|
+
{% assign pages=site.pages | where:"lang-ref", page.lang-ref | sort: 'lang' | concat: posts %}
|
|
3
|
+
|
|
4
|
+
<div id="language-selector">
|
|
5
|
+
<ul class="language">
|
|
6
|
+
{% for page in pages %}
|
|
7
|
+
{% if page.lang != "x-default" %}
|
|
8
|
+
<li>
|
|
9
|
+
<a href="{{ page.url | absolute_url }}" class="{{ page.lang }}">{{ page.lang }}</a>
|
|
10
|
+
</li>
|
|
11
|
+
{% endif %}
|
|
12
|
+
{% endfor %}
|
|
13
|
+
</ul>
|
|
14
|
+
</div>
|
data/_includes/logo.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 46296.26 40689.13"><defs/><g id="Layer_x0020_1"><g id="_1761831900240"><path d="M23204.91 7530.98c2944.63-3188.84 6384.04-4639.01 10366.38-4077.21 4110.34 579.88 7609.97 3518.41 8854.17 7479.01 957.39 3047.58 559.96 6460.83-722.09 9573.35-1993.98 4840.97-7886.31 11722.09-18555.24 16532.85C12479.21 32228.22 6586.88 25347.1 4592.89 20506.13c-1282.05-3112.52-1679.47-6525.77-722.09-9573.35 1244.19-3960.6 4743.83-6899.13 8854.17-7479.01 3982.46-561.82 7421.94 888.46 10366.64 4077.48 5.4 5.84 56.52 61.37 56.53 61.36.04.04 51.9-56.36 56.79-61.63zm-56.79-4522.44C16716.43-2039.47 6635.87-722.29 2000.47 6864.48 461.39 9383.51-116.67 12312.23 19.17 15219.93c235.64 5043.59 2412.75 9452.27 5610.61 13256.78 4306.02 5122.9 10531.26 9148.59 17382.21 12152.72 9.53 4.18 88.63 38.56 136.13 59.69 41.66-17.53 114.6-50.41 137.01-60.3 6815.65-3004.07 13075.56-7030.12 17381.33-12152.12 3198.08-3804.33 5374.97-8213.2 5610.61-13256.78 135.85-2907.7-442.2-5836.43-1981.3-8355.45-4635.4-7586.77-14715.95-8903.95-21147.65-3855.94z" class="fil0"/><path d="M22983.64 21630.19l-2928.01-1451.38c-1017.73 1483.99-1758.21 2488.33-3897.08 1902.25-1678.91-460.05-2175.85-2300.18-2239.67-3843.76-87.17-2108.39 649.94-4543.46 3168.15-4413.24 1609.13 83.19 2294.75 1032.23 2661.15 1885.36l3196.99-1638.9c-1574.75-3004.31-5265.13-4026.05-8393.32-3188.81-3328.66 890.9-5014.61 3952.95-4955.5 7255.23 60.43 3375.58 1680.8 6291.51 5161.55 7052.54 1697.16 371.06 3545.13 284.81 5116.74-503.18 1216.27-609.83 2567.56-1786.86 3109-3056.12zm13802.46 0l-2928.01-1451.38c-1017.73 1483.99-1758.21 2488.33-3897.08 1902.25-1678.91-460.05-2175.86-2300.18-2239.67-3843.76-87.18-2108.39 649.94-4543.46 3168.15-4413.24 1609.13 83.19 2294.74 1032.23 2661.15 1885.36l3196.99-1638.9c-1574.75-3004.31-5265.14-4026.05-8393.32-3188.81-3328.66 890.9-5014.61 3952.95-4955.5 7255.23 60.42 3375.58 1680.8 6291.51 5161.55 7052.54 1697.16 371.06 3545.13 284.81 5116.74-503.18 1216.27-609.83 2567.56-1786.86 3109-3056.12z" class="fil0"/></g></g></svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<section
|
|
2
|
+
class="panel {{ include.style.background.color }}"
|
|
3
|
+
id="{{ include.id }}">
|
|
4
|
+
<div class="intro joined {{ include.style.header.color }}">
|
|
5
|
+
<h2 class="major">{{ include.title }}</h2>
|
|
6
|
+
<p>{{ include.description }}</p>
|
|
7
|
+
</div>
|
|
8
|
+
<div class="inner">
|
|
9
|
+
<ul class="grid-icons three connected">
|
|
10
|
+
<li><span class="icon fa-gem"><span class="label">Lorem</span></span></li>
|
|
11
|
+
<li><span class="icon solid fa-camera-retro"><span class="label">Ipsum</span></span></li>
|
|
12
|
+
<li><span class="icon solid fa-cog"><span class="label">Dolor</span></span></li>
|
|
13
|
+
<li><span class="icon solid fa-paper-plane"><span class="label">Sit</span></span></li>
|
|
14
|
+
<li><span class="icon solid fa-chart-bar"><span class="label">Amet</span></span></li>
|
|
15
|
+
<li><span class="icon solid fa-code"><span class="label">Nullam</span></span></li>
|
|
16
|
+
</ul>
|
|
17
|
+
</div>
|
|
18
|
+
</section>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- Scripts -->
|
|
2
|
+
<script src="{{ 'assets/js/jquery.min.js' | absolute_url }}"></script>
|
|
3
|
+
<script src="{{ 'assets/js/browser.min.js' | absolute_url }}"></script>
|
|
4
|
+
<script src="{{ 'assets/js/breakpoints.min.js' | absolute_url }}"></script>
|
|
5
|
+
<script src="{{ 'assets/js/main.js' | absolute_url }}"></script>
|
|
6
|
+
<script src="{{ 'assets/js/cookieconsent.min.js' | absolute_url }}" data-cfasync="false"></script>
|
|
7
|
+
<script>
|
|
8
|
+
window.cookieconsent.initialise({
|
|
9
|
+
"palette": {
|
|
10
|
+
"popup": {
|
|
11
|
+
"background": "#252e39"
|
|
12
|
+
},
|
|
13
|
+
"button": {
|
|
14
|
+
"background": "#14a7d0"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
</script>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<!-- Social Icons -->
|
|
2
|
+
<ul class="contact-icons {{ include.color | default: 'color1' }}">
|
|
3
|
+
{% if site.twitter.url %}
|
|
4
|
+
<li class="icon brands fa-twitter"><a href="{{ site.twitter.url }}" target="_blank"><span class="label">{{ site.twitter.label }}</span></a></li>
|
|
5
|
+
{% endif %}
|
|
6
|
+
{% if site.facebook.url %}
|
|
7
|
+
<li class="icon brands fa-facebook-f"><a href="{{ site.facebook.url }}" target="_blank"><span class="label">{{ site.facebook.label }}</span></a></li>
|
|
8
|
+
{% endif %}
|
|
9
|
+
{% if site.snapchat.url %}
|
|
10
|
+
<li class="icon brands fa-snapchat-ghost"><a href="{{ site.snapchat.url }}" target="_blank"><span class="label">{{ site.snapchat.label }}</span></a></li>
|
|
11
|
+
{% endif %}
|
|
12
|
+
{% if site.medium.url %}
|
|
13
|
+
<li class="icon brands fa-medium-m"><a href="{{ site.medium.url }}" target="_blank"><span class="label">{{ site.medium.label }}</span></a></li>
|
|
14
|
+
{% endif %}
|
|
15
|
+
{% if site.instagram.url %}
|
|
16
|
+
<li class="icon brands fa-instagram"><a href="{{ site.instagram.url }}" target="_blank"><span class="label">{{ site.instagram.label }}</span></a></li>
|
|
17
|
+
{% endif %}
|
|
18
|
+
{% if site.pinterest.url %}
|
|
19
|
+
<li class="icon brands fa-pinterest"><a href="{{ site.pinterest.url }}" target="_blank"><span class="label">{{ site.pinterest.label }}</span></a></li>
|
|
20
|
+
{% endif %}
|
|
21
|
+
{% if site.500px.url %}
|
|
22
|
+
<li class="icon brands fa-500px"><a href="{{ site.500px.url }}" target="_blank"><span class="label">{{ site.500px.label }}</span></a></li>
|
|
23
|
+
{% endif %}
|
|
24
|
+
{% if site.gitlab.url %}
|
|
25
|
+
<li class="icon brands fa-gitlab"><a href="{{ site.gitlab.url }}" target="_blank"><span class="label">{{ site.gitlab.label }}</span></a></li>
|
|
26
|
+
{% endif %}
|
|
27
|
+
{% if site.github.url %}
|
|
28
|
+
<li class="icon brands fa-github"><a href="{{ site.github.url }}" target="_blank"><span class="label">{{ site.github.label }}</span></a></li>
|
|
29
|
+
{% endif %}
|
|
30
|
+
{% if site.slack.url %}
|
|
31
|
+
<li class="icon brands fa-slack"><a href="{{ site.slack.url }}" target="_blank"><span class="label">{{ site.slack.label }}</span></a></li>
|
|
32
|
+
{% endif %}
|
|
33
|
+
{% if site.linkedin.url %}
|
|
34
|
+
<li class="icon brands fa-linkedin"><a href="{{ site.linkedin.url }}" target="_blank"><span class="label">{{ site.linkedin.label }}</span></a></li>
|
|
35
|
+
{% endif %}
|
|
36
|
+
</ul>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Spotlight -->
|
|
2
|
+
<section
|
|
3
|
+
class="panel spotlight {{ include.style.size | default: 'medium' }} {{ include.style.text.position | default: 'right' }} {{ include.style.background.color }}"
|
|
4
|
+
id="{{ include.id | default: 'spotlight' }}">
|
|
5
|
+
<div class="content span-7">
|
|
6
|
+
<h2 class="major">{{ include.title }}</h2>
|
|
7
|
+
<p>{{ include.description }}</p>
|
|
8
|
+
</div>
|
|
9
|
+
<div class="image filtered tinted" data-position="bottom right">
|
|
10
|
+
<img src="{{ include.style.background.image | absolute_url }}" alt="" />
|
|
11
|
+
</div>
|
|
12
|
+
</section>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{% assign posts=site.posts | where:"lang", page.lang %}
|
|
2
|
+
{% assign date_format = site.date_format | default: "%b %-d, %Y" %}
|
|
3
|
+
|
|
4
|
+
{%- if posts.size > 0 -%}
|
|
5
|
+
<section>
|
|
6
|
+
<header class="major">
|
|
7
|
+
<h2>{{ page.list_title | default: "Posts" }}</h2>
|
|
8
|
+
</header>
|
|
9
|
+
<div class="posts">
|
|
10
|
+
{%- for post in posts -%}
|
|
11
|
+
<article>
|
|
12
|
+
<a href="{{ post.url | absolute_url }}" class="image"><img src="{{ post.image | absolute_url }}" alt="" /></a>
|
|
13
|
+
<h3>{{ post.title | escape }}</h3>
|
|
14
|
+
<!-- <span>{{ post.date | date: date_format }}</span> -->
|
|
15
|
+
<p>{{ post.excerpt }}</p>
|
|
16
|
+
<ul class="actions">
|
|
17
|
+
<li><a href="{{ post.url | absolute_url }}" class="button">More</a></li>
|
|
18
|
+
</ul>
|
|
19
|
+
</article>
|
|
20
|
+
{% endfor %}
|
|
21
|
+
</div>
|
|
22
|
+
</section>
|
|
23
|
+
|
|
24
|
+
<p class="rss-subscribe">subscribe <a href="{{ '/feed.xml' | absolute_url }}">via RSS</a></p>
|
|
25
|
+
{%- endif -%}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
---
|
|
2
|
+
---
|
|
3
|
+
{% assign lang = page.lang | default: site.lang | default: 'en' %}
|
|
4
|
+
{% assign title = page.title | default: site.title %}
|
|
5
|
+
{% assign subtitle = page.subtitle | default: site.subtitle %}
|
|
6
|
+
{% assign description = page.description | default: site.description %}
|
|
7
|
+
|
|
8
|
+
<!DOCTYPE html>
|
|
9
|
+
<!--
|
|
10
|
+
Ethereal by HTML5 UP
|
|
11
|
+
html5up.net | @ajlkn
|
|
12
|
+
Ported into a Jekyll template by MOODULE
|
|
13
|
+
https://moodule.github.io | @moodule
|
|
14
|
+
Free for personal and commercial use under the CCA 4.0 license
|
|
15
|
+
-->
|
|
16
|
+
<html lang="{{ lang }}">
|
|
17
|
+
|
|
18
|
+
{% include head.html title=title subtitle=subtitle description=description %}
|
|
19
|
+
|
|
20
|
+
<body class="is-preload">
|
|
21
|
+
|
|
22
|
+
<!-- Page Wrapper -->
|
|
23
|
+
<div id="page-wrapper">
|
|
24
|
+
|
|
25
|
+
{% include language.html %}
|
|
26
|
+
|
|
27
|
+
<!-- Wrapper -->
|
|
28
|
+
<div id="wrapper">
|
|
29
|
+
|
|
30
|
+
{{ content }}
|
|
31
|
+
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
{% include footer.html %}
|
|
35
|
+
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
{% include scripts.html %}
|
|
39
|
+
|
|
40
|
+
</body>
|
|
41
|
+
</html>
|
data/_layouts/home.html
ADDED
data/_layouts/page.html
ADDED
data/_layouts/post.html
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: default
|
|
3
|
+
---
|
|
4
|
+
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
|
|
5
|
+
|
|
6
|
+
<header class="post-header">
|
|
7
|
+
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
|
|
8
|
+
<p class="post-meta">
|
|
9
|
+
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
|
10
|
+
{% include date.html date=page.date %}
|
|
11
|
+
</time>
|
|
12
|
+
{% if page.author %}
|
|
13
|
+
• <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span>
|
|
14
|
+
{% endif %}
|
|
15
|
+
</p>
|
|
16
|
+
</header>
|
|
17
|
+
|
|
18
|
+
<div class="post-content e-content" itemprop="articleBody">
|
|
19
|
+
{{ content }}
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
{% if site.disqus.shortname %}
|
|
23
|
+
{% include disqus_comments.html %}
|
|
24
|
+
{% endif %}
|
|
25
|
+
|
|
26
|
+
<a class="u-url" href="{{ page.url | absolute_url }}" hidden></a>
|
|
27
|
+
</article>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: sitemap
|
|
3
|
+
permalink: /sitemap.xml
|
|
4
|
+
---
|
|
5
|
+
{% assign posts=site.posts | sort: 'lang' %}
|
|
6
|
+
{% assign pages=site.html_pages | sort: 'lang' | concat: posts %}
|
|
7
|
+
|
|
8
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
9
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
10
|
+
{% for page in pages %}
|
|
11
|
+
{% assign versions=pages | where:"lang-ref", page.lang-ref %}
|
|
12
|
+
{% unless page.url contains "404" %}
|
|
13
|
+
<url>
|
|
14
|
+
<loc>{{ page.url | absolute_url}}</loc>
|
|
15
|
+
{% for version in versions %}
|
|
16
|
+
<xhtml:link rel="alternate" hreflang="{{ version.lang }}" href="{{ version.url | absolute_url }}" />
|
|
17
|
+
{% endfor %}
|
|
18
|
+
<changefreq>weekly</changefreq>
|
|
19
|
+
</url>
|
|
20
|
+
{% endunless %}
|
|
21
|
+
{% endfor %}
|
|
22
|
+
</urlset>
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// Ethereal by HTML5 UP
|
|
3
|
+
/// html5up.net | @ajlkn
|
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
5
|
+
///
|
|
6
|
+
|
|
7
|
+
/* Page */
|
|
8
|
+
|
|
9
|
+
@include keyframes('load-spinner') {
|
|
10
|
+
0% {
|
|
11
|
+
@include vendor('transform', 'rotate(0deg)');
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
100% {
|
|
15
|
+
@include vendor('transform', 'rotate(360deg)');
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@-ms-viewport {
|
|
20
|
+
width: device-width;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
html {
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// Set box model to border-box.
|
|
29
|
+
// Based on css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
|
|
30
|
+
html {
|
|
31
|
+
box-sizing: border-box;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
*, *:before, *:after {
|
|
35
|
+
box-sizing: inherit;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
body {
|
|
39
|
+
@include vendor('display', 'flex');
|
|
40
|
+
@include vendor('align-items', 'center');
|
|
41
|
+
@include vendor('justify-content', 'flex-start');
|
|
42
|
+
-ms-overflow-style: scrollbar;
|
|
43
|
+
width: 100%;
|
|
44
|
+
height: 100%;
|
|
45
|
+
min-height: 30rem;
|
|
46
|
+
overflow: hidden;
|
|
47
|
+
|
|
48
|
+
&:before {
|
|
49
|
+
@include vendor('animation', 'load-spinner 1s infinite linear');
|
|
50
|
+
@include vendor('transition', 'opacity 0.25s ease');
|
|
51
|
+
@include vendor('transition-delay', '0s');
|
|
52
|
+
@include vendor('pointer-events', 'none');
|
|
53
|
+
content: '';
|
|
54
|
+
display: block;
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 50%;
|
|
57
|
+
left: 50%;
|
|
58
|
+
width: 4rem;
|
|
59
|
+
height: 4rem;
|
|
60
|
+
margin: -2rem 0 0 -2rem;
|
|
61
|
+
background-image: svg-url('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="96px" viewBox="0 0 96 96" zoomAndPan="disable"><style>circle {fill: transparent; stroke: #{_palette(bg)}; stroke-width: 1.5px; }</style><defs><clipPath id="corner"><polygon points="0,0 48,0 48,48 96,48 96,96 0,96" /></clipPath></defs><g clip-path="url(#corner)"><circle cx="48" cy="48" r="32"/></g></svg>');
|
|
62
|
+
background-position: center;
|
|
63
|
+
background-repeat: no-repeat;
|
|
64
|
+
background-size: 4rem;
|
|
65
|
+
opacity: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
&:after {
|
|
69
|
+
@include vendor('pointer-events', 'none');
|
|
70
|
+
content: '';
|
|
71
|
+
display: block;
|
|
72
|
+
position: fixed;
|
|
73
|
+
top: 0;
|
|
74
|
+
left: 0;
|
|
75
|
+
width: 100%;
|
|
76
|
+
height: 100%;
|
|
77
|
+
z-index: -1;
|
|
78
|
+
background-attachment: fixed;
|
|
79
|
+
background-color: _palette(bg-alt);
|
|
80
|
+
background-image: url('../images/overlay.png'), url('../images/bg.jpg');
|
|
81
|
+
background-repeat: repeat, repeat-x;
|
|
82
|
+
background-size: 128px 128px, cover;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// Stops initial animations until page loads.
|
|
86
|
+
&.is-preload {
|
|
87
|
+
*, *:before, *:after {
|
|
88
|
+
@include vendor('animation', 'none !important');
|
|
89
|
+
@include vendor('transition', 'none !important');
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&:before {
|
|
93
|
+
@include vendor('transition', 'opacity 1s ease');
|
|
94
|
+
@include vendor('transition-delay', '0.75s');
|
|
95
|
+
opacity: 0.25;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@include breakpoint('<=small') {
|
|
102
|
+
html {
|
|
103
|
+
height: auto;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
body {
|
|
107
|
+
height: auto;
|
|
108
|
+
overflow-x: hidden;
|
|
109
|
+
overflow-y: auto;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@include breakpoint('<=xsmall') {
|
|
114
|
+
html, body {
|
|
115
|
+
min-width: 320px;
|
|
116
|
+
}
|
|
117
|
+
}
|