minima-rock 0.3.1 → 0.4.0

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/tags_cloud.html +14 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cf158f1aaebaebc34cab8201e7d7c796e7cb351925b70007f6184d4a0badd5e
4
- data.tar.gz: 9cdf05adaa8a275a6d9be63bceb12b74c28358b09cdbaa4fa35bb360fd2c11b1
3
+ metadata.gz: 63f86af5450a0871f2000cf03668a9b9d0f5a241a5e7c03229fd68b73c63c673
4
+ data.tar.gz: 0feb30dbfc1f9ded2074375a54a3822ab417d63bee96ea24480f9f925d5db7eb
5
5
  SHA512:
6
- metadata.gz: 8d83121646dee66b099972f4e6c2b88bb0e4254598076eb20f6f605ddd66c237f28dd70a406cf3ec6874c64f9a28fa66d14dc0d6dae5ddf36d2d9f5164d0d9c0
7
- data.tar.gz: fa57ae84727f18df6c330ca6ebc4aca0148cf02e8a5406a2878bdd8175248a9ee4c9d8f34ce47bb606a119c348264a753cc0a18dd644b855f2b2f60812840c93
6
+ metadata.gz: a6b7ce0c7faa5abb75e95abfd88af6ee0290e592295c04800133d3fec95b1e121796994c95a1a467a010336f02ee4b75150544cf77ec6d1ef2ee06250b12d229
7
+ data.tar.gz: 8e06ba7c0362e4b9fc2806412afb6c51aad16f28a4d260a7d1fbe126b37847205c257ea47886f11d79c2d0f88cf3b3d25cdac1a04257dcc6e6c5cf55e3a6f69d
@@ -0,0 +1,14 @@
1
+ <p class="tag-cloud">
2
+ {% assign tags = site.tags | sort %}
3
+ {% for tag in tags %}
4
+ <span class="site-tag">
5
+ <a class="site-tag-text" href="{{ site.baseurl }}/tags/{{ tag | first | slugify }}.html" style="font-size: {{ tag | last | size | times: 4 | plus: 80 }}%;">
6
+ {{ tag[0] | replace:'-', ' ' }}
7
+ </a>
8
+ </span>
9
+ {% endfor %}
10
+ </p>
11
+
12
+ <script type="text/javascript">
13
+ setInvertedColor('site-tag-text');
14
+ </script>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minima-rock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Glovier
@@ -104,6 +104,7 @@ files:
104
104
  - _includes/social.html
105
105
  - _includes/tags_archive.html
106
106
  - _includes/tags_bar.html
107
+ - _includes/tags_cloud.html
107
108
  - _layouts/default.html
108
109
  - _layouts/home.html
109
110
  - _layouts/page.html