futuro 0.3.7 → 0.3.8
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/head.liquid +3 -3
- data/_includes/html/loop/artwork/docs.liquid +9 -21
- data/_includes/html/page/artwork.liquid +7 -4
- data/_includes/html/scripts.liquid +1 -1
- data/_layouts/single.html +12 -4
- data/_sass/_artwork.scss +3 -11
- metadata +3 -11
- data/_includes/artwork/animal/flob.html +0 -2
- data/_includes/artwork/animal/flob.scss +0 -5
- data/_includes/artwork/animal/waldo.html +0 -2
- data/_includes/artwork/animal/waldo.scss +0 -45
- data/_includes/artwork/orwell/animal/flob.html +0 -2
- data/_includes/artwork/orwell/animal/flob.scss +0 -5
- data/_includes/artwork/orwell/animal/waldo.html +0 -2
- data/_includes/artwork/orwell/animal/waldo.scss +0 -45
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56e914dc8b31e6e68f8a3bb23c26644307ddbe9fbf001ec6f626449ac9bbde86
|
|
4
|
+
data.tar.gz: 53a2cd0896e48f4ed5d3381878dc4c3808b9ede2cb85e1619ee3c70b6c427f08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 128279741361e8599620d2de2fafac1e9f35f6e5a9b28afeb042b10f94be01219d2bf07c3b3ee34ea876c59e8135caa0e2ce73870fda3b7e5e1d2e85fe50e2e8
|
|
7
|
+
data.tar.gz: 6a6a429e2aa606412821ea915ccbd645583917767d56a7e4ec721e0312bfaa323381e99a19d3efc59c447fdedc5c974f4ef0b2aa2deee08b33447cd1e5394e6f
|
data/_includes/html/head.liquid
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
5
5
|
<meta name="format-detection" content="telephone=no">
|
|
6
|
-
<link rel="icon" href="{{ "/assets/img/favicon.png?v=
|
|
6
|
+
<link rel="icon" href="{{ "/assets/img/favicon.png?v=1579785584441" | relative_url }}">
|
|
7
7
|
{% seo %}
|
|
8
8
|
{% feed_meta %}
|
|
9
|
-
<link rel="stylesheet" href="{{ "/assets/css/styles.css?v=
|
|
9
|
+
<link rel="stylesheet" href="{{ "/assets/css/styles.css?v=1579785584441" | relative_url }}">
|
|
10
10
|
{% include html/analytics.liquid %}
|
|
11
|
-
<script src="{{ "/assets/js/header.min.js?v=
|
|
11
|
+
<script src="{{ "/assets/js/header.min.js?v=1579785584441" | relative_url }}"></script>
|
|
12
12
|
</head>
|
|
@@ -1,38 +1,26 @@
|
|
|
1
1
|
|
|
2
2
|
<div class="code-wrap">
|
|
3
3
|
|
|
4
|
-
{% for thing in loop %}
|
|
5
|
-
|
|
6
|
-
{% if thing.html %}
|
|
7
|
-
|
|
8
4
|
<div class="code-html">
|
|
9
|
-
{% include {{ artwork }} %}
|
|
10
|
-
</div>
|
|
11
5
|
|
|
12
|
-
|
|
6
|
+
{{ page.content }}
|
|
13
7
|
|
|
14
|
-
<div class="code-scss">
|
|
15
|
-
{% include {{ artwork | replace: '.html','.scss' }} %}
|
|
16
8
|
</div>
|
|
17
9
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
{% endfor %}
|
|
21
|
-
|
|
22
|
-
</div>
|
|
10
|
+
<div class="code-scss">
|
|
23
11
|
|
|
24
|
-
|
|
12
|
+
{% if page.collection %}
|
|
25
13
|
|
|
26
|
-
{%
|
|
14
|
+
{% include {{ artwork | replace: '.html','.scss' }} %}
|
|
27
15
|
|
|
28
|
-
|
|
16
|
+
{% endif %}
|
|
29
17
|
|
|
30
|
-
<div class="code-html">
|
|
31
|
-
{% include {{ artwork }} %}
|
|
32
18
|
</div>
|
|
33
19
|
|
|
34
|
-
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div class="output-html {{ chapChap }} {{ titlTitl }}">
|
|
35
23
|
|
|
36
|
-
{
|
|
24
|
+
{{ page.content }}
|
|
37
25
|
|
|
38
26
|
</div>
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
{% assign setup = site.setup | prepend: 'setup-' %}
|
|
4
4
|
{% assign book = page.collection %}
|
|
5
5
|
{% assign chapter = page.chapter | replace: ' ','-' | downcase %}
|
|
6
|
-
{% assign
|
|
6
|
+
{% assign chapchap = chapter | prepend: 'chapter-' %}
|
|
7
7
|
{% assign title = page.title | replace: ' ','-' | downcase %}
|
|
8
|
-
{% assign
|
|
8
|
+
{% assign titltitl = title | prepend: 'title-' %}
|
|
9
9
|
{% assign artwork = page.url | prepend: '/artwork' %}
|
|
10
10
|
{% assign img = page.url | prepend: '/assets/img' %}
|
|
11
11
|
{% assign vid = page.url | prepend: '/assets/vid' %}
|
|
12
12
|
|
|
13
|
-
<div class="area _page-artwork {{ setup }} {{
|
|
13
|
+
<div class="area _page-artwork {{ setup }} {{ chapchap }} {{ titltitl }}">
|
|
14
14
|
|
|
15
15
|
{%- unless site.setup == 'docs' -%}
|
|
16
16
|
|
|
@@ -18,7 +18,10 @@
|
|
|
18
18
|
|
|
19
19
|
{%- else -%}
|
|
20
20
|
|
|
21
|
-
{
|
|
21
|
+
{% assign root = '/artwork/' | append: page.collection %}
|
|
22
|
+
{% assign artwork = page.url | prepend: root %}
|
|
23
|
+
|
|
24
|
+
{% include html/loop/artwork/docs.liquid -%}
|
|
22
25
|
|
|
23
26
|
{%- endunless -%}
|
|
24
27
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
<script src="{{ "/assets/js/footer.min.js?v=
|
|
2
|
+
<script src="{{ "/assets/js/footer.min.js?v=1579785584441" | relative_url }}"></script>
|
data/_layouts/single.html
CHANGED
|
@@ -39,11 +39,19 @@ layout: mini
|
|
|
39
39
|
</header>
|
|
40
40
|
{% endif %}
|
|
41
41
|
|
|
42
|
-
{% unless page.type == '
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
{% unless page.type == 'theme' %}
|
|
43
|
+
|
|
44
|
+
{% unless page.type == 'home' %}
|
|
45
|
+
{% include html/page/topbar.liquid %}
|
|
46
|
+
{% endunless %}
|
|
47
|
+
|
|
48
|
+
{% include html/filter/type.liquid %}
|
|
45
49
|
|
|
46
|
-
{%
|
|
50
|
+
{% else %}
|
|
51
|
+
|
|
52
|
+
{{ content }}
|
|
53
|
+
|
|
54
|
+
{% endunless %}
|
|
47
55
|
|
|
48
56
|
{% if site.footer %}
|
|
49
57
|
<footer>
|
data/_sass/_artwork.scss
CHANGED
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.3.
|
|
4
|
+
version: 0.3.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Heading
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -89,14 +89,6 @@ extra_rdoc_files: []
|
|
|
89
89
|
files:
|
|
90
90
|
- LICENSE
|
|
91
91
|
- README.md
|
|
92
|
-
- _includes/artwork/animal/flob.html
|
|
93
|
-
- _includes/artwork/animal/flob.scss
|
|
94
|
-
- _includes/artwork/animal/waldo.html
|
|
95
|
-
- _includes/artwork/animal/waldo.scss
|
|
96
|
-
- _includes/artwork/orwell/animal/flob.html
|
|
97
|
-
- _includes/artwork/orwell/animal/flob.scss
|
|
98
|
-
- _includes/artwork/orwell/animal/waldo.html
|
|
99
|
-
- _includes/artwork/orwell/animal/waldo.scss
|
|
100
92
|
- _includes/html/analytics.liquid
|
|
101
93
|
- _includes/html/filter/loop.liquid
|
|
102
94
|
- _includes/html/filter/type.liquid
|
|
@@ -232,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
232
224
|
- !ruby/object:Gem::Version
|
|
233
225
|
version: '0'
|
|
234
226
|
requirements: []
|
|
235
|
-
rubygems_version: 3.0.
|
|
227
|
+
rubygems_version: 3.0.3
|
|
236
228
|
signing_key:
|
|
237
229
|
specification_version: 4
|
|
238
230
|
summary: Private theme for Paul Heading
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
.tag {
|
|
2
|
-
&-buttons {
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-wrap: wrap;
|
|
5
|
-
align-items: center;
|
|
6
|
-
font-size: 11px;
|
|
7
|
-
|
|
8
|
-
span:not(.hidden) {
|
|
9
|
-
display: inline-block;
|
|
10
|
-
color: #767676;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.tag-buttons__title {
|
|
14
|
-
padding-right: 0.5em;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&-button {
|
|
19
|
-
@extend %bold;
|
|
20
|
-
letter-spacing: normal;
|
|
21
|
-
display: inline-block;
|
|
22
|
-
max-width: 30ch;
|
|
23
|
-
overflow: hidden;
|
|
24
|
-
text-overflow: ellipsis;
|
|
25
|
-
white-space: nowrap;
|
|
26
|
-
transition: all 0.1s;
|
|
27
|
-
border: 1px solid #767676;
|
|
28
|
-
border-radius: 11.5px;
|
|
29
|
-
text-decoration: none;
|
|
30
|
-
text-transform: uppercase;
|
|
31
|
-
padding: 5px 10px;
|
|
32
|
-
margin: 0.25em 0.5em 0.25em 0;
|
|
33
|
-
|
|
34
|
-
&:hover {
|
|
35
|
-
border-color: black;
|
|
36
|
-
color: black;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@media (min-width: 768px) {
|
|
40
|
-
font-size: 11px;
|
|
41
|
-
line-height: 13px;
|
|
42
|
-
border-radius: 12.5px;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
.tag {
|
|
2
|
-
&-buttons {
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-wrap: wrap;
|
|
5
|
-
align-items: center;
|
|
6
|
-
font-size: 11px;
|
|
7
|
-
|
|
8
|
-
span:not(.hidden) {
|
|
9
|
-
display: inline-block;
|
|
10
|
-
color: #767676;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.tag-buttons__title {
|
|
14
|
-
padding-right: 0.5em;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&-button {
|
|
19
|
-
@extend %bold;
|
|
20
|
-
letter-spacing: normal;
|
|
21
|
-
display: inline-block;
|
|
22
|
-
max-width: 30ch;
|
|
23
|
-
overflow: hidden;
|
|
24
|
-
text-overflow: ellipsis;
|
|
25
|
-
white-space: nowrap;
|
|
26
|
-
transition: all 0.1s;
|
|
27
|
-
border: 1px solid #767676;
|
|
28
|
-
border-radius: 11.5px;
|
|
29
|
-
text-decoration: none;
|
|
30
|
-
text-transform: uppercase;
|
|
31
|
-
padding: 5px 10px;
|
|
32
|
-
margin: 0.25em 0.5em 0.25em 0;
|
|
33
|
-
|
|
34
|
-
&:hover {
|
|
35
|
-
border-color: black;
|
|
36
|
-
color: black;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@media (min-width: 768px) {
|
|
40
|
-
font-size: 11px;
|
|
41
|
-
line-height: 13px;
|
|
42
|
-
border-radius: 12.5px;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|