futuro 0.2.4 → 0.2.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/_includes/html/{analytics.html → analytics.html.liquid} +0 -0
- data/_includes/html/{futuro.html → futuro.html.liquid} +0 -0
- data/_includes/html/{head.html → head.html.liquid} +1 -1
- data/_includes/html/{overlay-load.html → overlay-load.html.liquid} +0 -0
- data/_includes/html/{overlay-mobile.html → overlay-mobile.html.liquid} +0 -0
- data/_includes/html/{overlay-search.html → overlay-search.html.liquid} +0 -0
- data/_includes/html/{overlay.html → overlay.html.liquid} +1 -1
- data/_layouts/demo.html +3 -3
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f93b9e226a10da15f8d426c29bf44c8fbc2c97c10e347f835f3cd126bb899a09
|
|
4
|
+
data.tar.gz: 21a6973cc31082d1eb4df19092dea5b855019115ff2274d4926e92bec7b51c3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd7596d4aed48d74540fd54a4a90b137d9dfbb4decb40c0c8cf44010de96d440fe122d8d43097247a2bf245bbe89603d0cb9022823c0a29df037fd2d5d10c8a9
|
|
7
|
+
data.tar.gz: 010e502e15705cdbf93787708878992031d4013d619e8d806732d8d8377a66168a7a5f875166072819a50642092a4ea50571810af4eb76fd1029fffbfe4f2a1f
|
|
File without changes
|
|
File without changes
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{% seo %}
|
|
8
8
|
{% feed_meta %}
|
|
9
9
|
<link rel="stylesheet" href="{{ "/assets/css/styles.css" | relative_url }}">
|
|
10
|
-
{% include html/analytics.html %}
|
|
10
|
+
{% include html/analytics.html.liquid %}
|
|
11
11
|
<script src="{{ "/assets/js/vendor/modernizr.min.js" | relative_url }}"></script>
|
|
12
12
|
<script src="{{ "/assets/js/vendor/enquire.min.js" | relative_url }}"></script>
|
|
13
13
|
<script src="{{ "/assets/js/vendor/simple-jekyll-search.js" | relative_url }}"></script>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
<div class="exit{{ include.title | downcase | prepend: ' _' }}"></div>
|
|
9
9
|
{% endunless %}
|
|
10
10
|
<div class="wrap _overlay{{ include.title | prepend: ' --' }}{% if include.demo %} --demo{% endif %}">
|
|
11
|
-
{% include html/overlay-{{ include.title }}.html %}
|
|
11
|
+
{% include html/overlay-{{ include.title }}.html.liquid %}
|
|
12
12
|
</div>
|
|
13
13
|
</div>
|
data/_layouts/demo.html
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
|
3
3
|
|
|
4
|
-
{% include html/head.html %}
|
|
4
|
+
{% include html/head.html.liquid %}
|
|
5
5
|
|
|
6
6
|
<body class="{% if page.demo %}{{ page.demo | prepend: '_demo-' }}{% endif %}">
|
|
7
7
|
|
|
8
|
-
{% include html/overlay.html title='load' state='open' demo='true' %}
|
|
8
|
+
{% include html/overlay.html.liquid title='load' state='open' demo='true' %}
|
|
9
9
|
|
|
10
10
|
<div class="site">
|
|
11
11
|
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
|
|
32
32
|
</body>
|
|
33
33
|
|
|
34
|
-
{% include html/futuro.html %}
|
|
34
|
+
{% include html/futuro.html.liquid %}
|
|
35
35
|
|
|
36
36
|
</html>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: futuro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Heading
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -90,13 +90,13 @@ files:
|
|
|
90
90
|
- LICENSE
|
|
91
91
|
- LICENSE.txt
|
|
92
92
|
- README.md
|
|
93
|
-
- _includes/html/analytics.html
|
|
94
|
-
- _includes/html/futuro.html
|
|
95
|
-
- _includes/html/head.html
|
|
96
|
-
- _includes/html/overlay-load.html
|
|
97
|
-
- _includes/html/overlay-mobile.html
|
|
98
|
-
- _includes/html/overlay-search.html
|
|
99
|
-
- _includes/html/overlay.html
|
|
93
|
+
- _includes/html/analytics.html.liquid
|
|
94
|
+
- _includes/html/futuro.html.liquid
|
|
95
|
+
- _includes/html/head.html.liquid
|
|
96
|
+
- _includes/html/overlay-load.html.liquid
|
|
97
|
+
- _includes/html/overlay-mobile.html.liquid
|
|
98
|
+
- _includes/html/overlay-search.html.liquid
|
|
99
|
+
- _includes/html/overlay.html.liquid
|
|
100
100
|
- _layouts/demo.html
|
|
101
101
|
- _sass/_area.scss
|
|
102
102
|
- _sass/_bar.scss
|
|
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
167
|
version: '0'
|
|
168
168
|
requirements: []
|
|
169
|
-
rubygems_version: 3.0.
|
|
169
|
+
rubygems_version: 3.0.2
|
|
170
170
|
signing_key:
|
|
171
171
|
specification_version: 4
|
|
172
172
|
summary: Private theme for Paul Heading
|