jekyll-theme-doctored 0.3.19 → 0.3.20

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: 698039f930d7a8e2a17bf8d0ce0be7a4c748ed2b9532f4c209dfebf96d47f098
4
- data.tar.gz: c413fe7c81c2c450b46e9a2b235aff420e83d13c7136d4b03f76276a41d0fdad
3
+ metadata.gz: cb7024b858fff96a1c06c946b6b94fd67f157b062f563565b8b3d128b0ba1bb9
4
+ data.tar.gz: fa0797246cef7f1ed6941b09f89e70cc086b4e7cd1fb3615e427bd2b08d0b60a
5
5
  SHA512:
6
- metadata.gz: 99cba00482dcd7c729a06ba9ae623ef038d0e646f33cfad4e3f56a92f2ac597ed75e7e4711eea1b5ab6576cf35d5c0a7c26f2d3c04485d0a647fd1a8057d1b89
7
- data.tar.gz: 0ac76a129f7fa8606c5c3f58ccca3bce1035066e2d59fe30734b8a786d5623593bb6d51667300b06fdc067b237312294c1f14e32749d9eabed0e02c3287551a2
6
+ metadata.gz: df3a38732f79de8cd02d15190979c6b91329cd4fd4713d7b1c5faead534ddda1129d6042786919a2cf6d5be087fc3dfae17775c5644e11028f0754c9d5144345
7
+ data.tar.gz: '029ac13e8521572763c27f00805fc6e68d4fc64d978896443131873f703060b646e9f68a44f1250c4f50d346594a5604376fef4497b6669aabad62a955b614c2'
data/_data/buttons.yml CHANGED
@@ -22,3 +22,6 @@
22
22
  - src: ./assets/images/badges/made-with-neovim.png
23
23
  href: https://neovim.io
24
24
  alt: Made with Neovim
25
+ - src: ./assets/images/badges/friends/gideon.gif
26
+ href: https://gideon.sh
27
+ alt: Friend of Gideon
@@ -24,7 +24,7 @@
24
24
  class="max-w-[75ch] justify-center items-center w-full not-prose flex flex-row flex-wrap gap-2 items-center no-external-icon mb-4">
25
25
 
26
26
  {% for button in site.data.buttons %}
27
- <a class="no-external-icon" href="{{ button.url }}"><img class="w-[81px] h-[33px]" src="{{ button.image }}" alt="{{ button.alt }}"></a>
27
+ <a class="no-external-icon" href="{{ button.url }}"><img class="w-[88px] h-[31px]" src="{{ button.image }}" alt="{{ button.alt }}"></a>
28
28
  {% endfor %}
29
29
  </div>
30
30
  {% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-doctored
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.19
4
+ version: 0.3.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - matmanna