jekyll-theme-ethereal 0.2.4 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/head.html +5 -6
- data/_layouts/collection.html +9 -11
- data/assets/images/halley-vi.jpg +0 -0
- data/en/privacy-policy.md +3 -3
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f822b1f550795528276bb3cfa4ac0b44ad326e15f59f483497ddfad257942f97
|
4
|
+
data.tar.gz: e293f79bb83e075a069babce507ed2f86e18cb097a39235224f3d6360e8a0350
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2888a0bf2876b97e08ef450255e18e3a5b59773c76a58935fd2dbfe0f797c433a8b94978b095978127dee0da053aeea78547b71e052e301b2ebfb668857261db
|
7
|
+
data.tar.gz: e71c82c756e0ca6d01f570839a4eb5c05f088e9493cf359318da1bf41b1e7594b23cf3cd374930f2646c940ebaa26ddcc36cdf34c1907a38530ebafa6d4d8d15
|
data/_includes/head.html
CHANGED
@@ -1,14 +1,13 @@
|
|
1
|
-
{
|
2
|
-
{
|
3
|
-
|
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 %}
|
4
3
|
<head>
|
5
4
|
<title>{{ include.title }} - {{ include.subtitle }}</title>
|
6
5
|
<meta charset="utf-8" />
|
7
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
8
7
|
<link rel="stylesheet" href="{{ 'assets/css/main.css' | absolute_url }}" />
|
9
|
-
{
|
8
|
+
{%- for page in pages %}
|
10
9
|
<link rel="alternate" hreflang="{{ page.lang }}" href="{{ page.url }}" />
|
11
|
-
{
|
10
|
+
{%- endfor %}
|
12
11
|
<noscript><link rel="stylesheet" href="{{ 'assets/css/noscript.css' | absolute_url }}" /></noscript>
|
13
|
-
{% if site.favicon
|
12
|
+
{% if site.favicon %}<link rel="icon" href="{{ site.favicon | absolute_url }}" />{% endif %}
|
14
13
|
</head>
|
data/_layouts/collection.html
CHANGED
@@ -2,15 +2,13 @@
|
|
2
2
|
layout: default
|
3
3
|
---
|
4
4
|
|
5
|
-
{
|
5
|
+
{%- assign collection = site.collections | where: "label", page.collection | first %}
|
6
|
+
{%- assign panels = collection.docs | where: "lang", page.lang | where: "lang-ref", page.lang-ref | sort: 'index' %}
|
6
7
|
|
7
|
-
{
|
8
|
-
|
9
|
-
{%
|
10
|
-
{
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
{{ content }}
|
15
|
-
{% endif %}
|
16
|
-
{% endfor %}
|
8
|
+
{%- for item in panels %}
|
9
|
+
{%- if item.type=="banner" or item.type=="contact" or item.type=="generic" or item.type=="spotlight" %}
|
10
|
+
{% include panel.html type=item.type id=item.panel-id header=item.header style=item.style content=item.content %}
|
11
|
+
{%- else %}
|
12
|
+
{{ item.content }}
|
13
|
+
{%- endif %}
|
14
|
+
{%- endfor %}
|
Binary file
|
data/en/privacy-policy.md
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
layout: collection
|
3
3
|
lang-ref: privacy-policy-page
|
4
4
|
collection: privacy-policy
|
5
|
-
title: Jekyll Theme Ethereal
|
6
|
-
subtitle: Privacy Policy
|
5
|
+
title: "Jekyll Theme Ethereal"
|
6
|
+
subtitle: "Privacy Policy"
|
7
7
|
description: >-
|
8
|
-
|
8
|
+
Out privacy policy is quite straight forward, we do not log nor share any personal information about our visitors, period.
|
9
9
|
---
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-ethereal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
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-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -148,6 +148,7 @@ files:
|
|
148
148
|
- assets/images/gallery/thumbs/07.jpg
|
149
149
|
- assets/images/gallery/thumbs/08.jpg
|
150
150
|
- assets/images/gallery/thumbs/09.jpg
|
151
|
+
- assets/images/halley-vi.jpg
|
151
152
|
- assets/images/orion_las.jpg
|
152
153
|
- assets/images/overlay.png
|
153
154
|
- assets/images/pic01.jpg
|