howdy-jekyll-theme 1.0.5 → 1.0.6
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/README.md +1 -1
- data/howdy-jekyll-theme.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23ab71695b75751284c3f18d089e6bb27a692979361f9a3eda07c27d5f9d61de
|
|
4
|
+
data.tar.gz: 55af22cd78980e689fbab1f4ef55fdd878d9d22432d58e9d4571ca5924bf9d63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 071b3e6528659998030e65fa7c45d7fdc6e71ec8ad816a6c3d339665b0f07ad41f81e027398ecc4652872753481a7cdadbf2859683cf3765112ce2f96aee2212
|
|
7
|
+
data.tar.gz: 46950b5fbc38dd652c9893aec86de520c7bed49b4ac558e18460575656363aff554055ca9b8b711c755329da4251e7f44572b561aaf8a2eb371fc669249b3483
|
data/README.md
CHANGED
|
@@ -426,7 +426,7 @@ This theme is available under the [MIT License](LICENSE).
|
|
|
426
426
|
## Acknowledgments
|
|
427
427
|
|
|
428
428
|
- **[axeltmpl](https://axeltmpl.framer.website/)** — Design inspired by and remixed from this Framer template
|
|
429
|
-
- **[Illustration Kit](https://illustrationkit.com/illustrations/ven)** — Free SVG illustrations
|
|
429
|
+
- **[Ven from Illustration Kit](https://illustrationkit.com/illustrations/ven)** — Free SVG illustrations
|
|
430
430
|
- **[Swiper.js](https://swiperjs.com/)** — Touch-enabled carousel (MIT)
|
|
431
431
|
- **[Chaumont Script](https://fontmeme.com/fonts/chaumont-script-font/)** — by Måns Grebäck
|
|
432
432
|
- **[Jekyll](https://jekyllrb.com/)** — Static site generator
|
data/howdy-jekyll-theme.gemspec
CHANGED