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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23ddf8984048583ad72ea0b0f82ea4c4231638da8bf36703d503876bc0db52e2
4
- data.tar.gz: bfb4b334eb1e028167816dc3b306e6818fda336e56fa7dd4d153ff335f31a3aa
3
+ metadata.gz: 56e914dc8b31e6e68f8a3bb23c26644307ddbe9fbf001ec6f626449ac9bbde86
4
+ data.tar.gz: 53a2cd0896e48f4ed5d3381878dc4c3808b9ede2cb85e1619ee3c70b6c427f08
5
5
  SHA512:
6
- metadata.gz: 27195219bb3f06d115a9067e3bc7a1b3be0181a474f1e264edbf392e48cfed2de63f0f2ba510ac1d2d20a1878673e9440634ec25a263c1c719acd76bd282fc61
7
- data.tar.gz: 270ae68ccb040a30c84b6184b4acdb87d2332c93e2df0b4eeeed8fda3f3734c886f88db476997a80c9658b69943853d4ec73a88f04162e8afeb2feb7d25e9d61
6
+ metadata.gz: 128279741361e8599620d2de2fafac1e9f35f6e5a9b28afeb042b10f94be01219d2bf07c3b3ee34ea876c59e8135caa0e2ce73870fda3b7e5e1d2e85fe50e2e8
7
+ data.tar.gz: 6a6a429e2aa606412821ea915ccbd645583917767d56a7e4ec721e0312bfaa323381e99a19d3efc59c447fdedc5c974f4ef0b2aa2deee08b33447cd1e5394e6f
@@ -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=1579598899554" | relative_url }}">
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=1579598899554" | relative_url }}">
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=1579598899554" | relative_url }}"></script>
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
- {% elsif thing.scss %}
6
+ {{ page.content }}
13
7
 
14
- <div class="code-scss">
15
- {% include {{ artwork | replace: '.html','.scss' }} %}
16
8
  </div>
17
9
 
18
- {% endif %}
19
-
20
- {% endfor %}
21
-
22
- </div>
10
+ <div class="code-scss">
23
11
 
24
- <div class="output-html">
12
+ {% if page.collection %}
25
13
 
26
- {% for thing in loop %}
14
+ {% include {{ artwork | replace: '.html','.scss' }} %}
27
15
 
28
- {% if thing.html %}
16
+ {% endif %}
29
17
 
30
- <div class="code-html">
31
- {% include {{ artwork }} %}
32
18
  </div>
33
19
 
34
- {% endif %}
20
+ </div>
21
+
22
+ <div class="output-html {{ chapChap }} {{ titlTitl }}">
35
23
 
36
- {% endfor %}
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 chapChap = chapter | prepend: 'chapter-' %}
6
+ {% assign chapchap = chapter | prepend: 'chapter-' %}
7
7
  {% assign title = page.title | replace: ' ','-' | downcase %}
8
- {% assign titlTitl = title | prepend: 'title-' %}
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 }} {{ chapChap }} {{ titlTitl }}">
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
- {%- include html/loop/artwork/docs.liquid -%}
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=1579598899554" | relative_url }}"></script>
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 == 'home' %}
43
- {% include html/page/topbar.liquid %}
44
- {% endunless %}
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
- {% include html/filter/type.liquid %}
50
+ {% else %}
51
+
52
+ {{ content }}
53
+
54
+ {% endunless %}
47
55
 
48
56
  {% if site.footer %}
49
57
  <footer>
data/_sass/_artwork.scss CHANGED
@@ -1,15 +1,7 @@
1
1
 
2
- .colour-wrap {
3
- grid-auto-flow: column;
4
- display: grid;
5
-
6
- > div {
7
- height: 100px;
8
- }
9
-
10
- .orange {
11
- background-color: pink;
12
- }
2
+ .thingo {
3
+ background-color: red;
4
+ min-height: 2rem;
13
5
  }
14
6
 
15
7
  .tag {
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.7
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-21 00:00:00.000000000 Z
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.1
227
+ rubygems_version: 3.0.3
236
228
  signing_key:
237
229
  specification_version: 4
238
230
  summary: Private theme for Paul Heading
@@ -1,2 +0,0 @@
1
-
2
- <div class="thingo"></div>
@@ -1,5 +0,0 @@
1
-
2
- .thingo {
3
- background-color: red;
4
- min-height: 2rem;
5
- }
@@ -1,2 +0,0 @@
1
-
2
- <div class="dingo"></div>
@@ -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,2 +0,0 @@
1
-
2
- <div class="thingo"></div>
@@ -1,5 +0,0 @@
1
-
2
- .thingo {
3
- background-color: red;
4
- min-height: 2rem;
5
- }
@@ -1,2 +0,0 @@
1
-
2
- <div class="dingo"></div>
@@ -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
- }