jekyll-theme-doctored 0.3.15 → 0.3.16
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/_data/buttons.yml +24 -0
- data/_includes/palettes/main.amber.html +1 -1
- data/_includes/palettes/main.blue.html +1 -1
- data/_includes/palettes/main.cyan.html +1 -1
- data/_includes/palettes/main.emerald.html +1 -1
- data/_includes/palettes/main.fuchsia.html +1 -1
- data/_includes/palettes/main.gray.html +1 -1
- data/_includes/palettes/main.green.html +1 -1
- data/_includes/palettes/main.indigo.html +1 -1
- data/_includes/palettes/main.lime.html +1 -1
- data/_includes/palettes/main.neutral.html +1 -1
- data/_includes/palettes/main.orange.html +1 -1
- data/_includes/palettes/main.pink.html +1 -1
- data/_includes/palettes/main.purple.html +1 -1
- data/_includes/palettes/main.red.html +1 -1
- data/_includes/palettes/main.rose.html +1 -1
- data/_includes/palettes/main.sky.html +1 -1
- data/_includes/palettes/main.slate.html +1 -1
- data/_includes/palettes/main.stone.html +1 -1
- data/_includes/palettes/main.teal.html +1 -1
- data/_includes/palettes/main.violet.html +1 -1
- data/_includes/palettes/main.yellow.html +1 -1
- data/_includes/palettes/main.zinc.html +1 -1
- data/_layouts/default.html +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 208e1f50f28570c26af53536070c426ec193caf87420772bf967bcbcf334c33f
|
|
4
|
+
data.tar.gz: e98286e9ac17c26afb7a80a50403560f34917f92b5f2963d923ae90659066cc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 916d5bceea2bb7ad7624c324dddeae90971d5c928c23368fbf22f6d149a524219ed59487795a8428eb18f5365f2c22831f39ee24f2aa93cd357a8ff3813b55bd
|
|
7
|
+
data.tar.gz: febcf95477d40a9513350fcb65883ad3cea527074e87477bec6deb098be8e4b7196fbd11c6f885bed1343bbf30ab43a8631397bbc300c2fb710d9d1df4ef64a3
|
data/_data/buttons.yml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
- src: ./assets/images/badges/hackclub.png
|
|
2
|
+
href: https://hackclub.com
|
|
3
|
+
alt: Hack Club
|
|
4
|
+
- src: ./assets/images/badges/archive.gif
|
|
5
|
+
href: https://archive.org
|
|
6
|
+
alt: Archive
|
|
7
|
+
- src: ./assets/images/badges/roly-saynotoweb3.gif
|
|
8
|
+
href: https://yesterweb.org/no-to-web3/
|
|
9
|
+
alt: Say No to Web3
|
|
10
|
+
- src: ./assets/images/badges/runrust.png
|
|
11
|
+
href: https://rust-lang.org
|
|
12
|
+
alt: Rust!
|
|
13
|
+
- src: ./assets/images/badges/catppuccin.gif
|
|
14
|
+
href: https://catppuccin.com
|
|
15
|
+
alt: Catppuccin
|
|
16
|
+
- src: ./assets/images/badges/penguins.gif
|
|
17
|
+
href: https://kernel.org
|
|
18
|
+
alt: Powered by Penguins
|
|
19
|
+
- src: ./assets/images/badges/powered_by_nixos.gif
|
|
20
|
+
href: https://nixos.org/
|
|
21
|
+
alt: Powered by NixOS
|
|
22
|
+
- src: ./assets/images/badges/made-with-neovim.png
|
|
23
|
+
href: https://neovim.io
|
|
24
|
+
alt: Made with Neovim
|