jekyll-theme-dec-terminal 0.1.3 → 0.1.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +7 -2
  3. data/_layouts/post.html +4 -6
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9f32b13a5cd3f155bc28377d7d180509016ce37c8865ae9cf5de81b26f4a1b0
4
- data.tar.gz: ff86a00f2a43d2bf9ec897bc6814b6c489418c6426e412586fc0a122bd06e39e
3
+ metadata.gz: 8493daa743aa39a1983d6b82e0e271c78b8b20d300fdceb80db898df9ab9817f
4
+ data.tar.gz: b209ba3d2b99e61ea9160b8b5c63003ce0e463c7fac4bcc266abc4368410593d
5
5
  SHA512:
6
- metadata.gz: 8d135bfd488d00e9643897191873a1e3a91e9e7d8c286d5770d5428fe12538c47bcda1da179ffe1d7dba317fe9fc61288c4eae078894af9aec7392bd76b622ba
7
- data.tar.gz: 97dab884830250b388a2d9a9e3ba8fc54dc5253d5edd7bdf80237cc78504a1d1337589f473181b12ac52d5ec2aba703ddba17ce88a66321d5e56ec9be791bff7
6
+ metadata.gz: 74707d1fa50141b6e2fb4b25799f62883e33ef8cdc03642a2e5657113536fad924803f28a4fd6e3388a1b0d68e1a6f3f094c2b0d5721e9b545154ba10dbc548d
7
+ data.tar.gz: 88c72c146d7a59fc2cf10f7e250f6d35b452665ca102f687b98ae4d6aebf5cdc8da5a9794ac6763d0de5ad3ec9f0c21039c5507a4e37120a6e48e44db2a4a4a5
data/_config.yml CHANGED
@@ -1,8 +1,13 @@
1
1
  title: Terminal
2
2
 
3
3
  defaults:
4
- -
5
- scope:
4
+ - scope:
5
+ path: ""
6
+ type: "pages"
7
+ values:
8
+ layout: "page"
9
+ - scope:
10
+ path: ""
6
11
  type: "posts"
7
12
  values:
8
13
  layout: "post"
data/_layouts/post.html CHANGED
@@ -3,13 +3,11 @@ layout: page
3
3
  ---
4
4
 
5
5
  <article class="post">
6
- <header>
7
- <div class="tags">
8
- {% for tag in page.tags %}
6
+ <section class="tags">
7
+ {% for tag in page.tags %}
9
8
  <a class="tag" href="{{ tag | tag_url }}">{{ tag }}</a>
10
- {% endfor %}
11
- </div>
12
- </header>
9
+ {% endfor %}
10
+ </section>
13
11
 
14
12
  <section class="content">
15
13
  {{ content }}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-dec-terminal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dec Murphy