alembic-jekyll-theme 1.1.0 → 1.1.1
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 +2 -0
- data/assets/styles.scss +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60a17fc6b5f6bb36a540244997e552737557e0db
|
4
|
+
data.tar.gz: 2b1dbc51687fe23d49dbe952dd5110e8f6344ead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12a23b178682104913b3190bfd457821b12a9e32b700b202a9ff09c108d44190fce7dcba0cd203838633a11fec602651573247c231d350f675b0d3f9cb7c586a
|
7
|
+
data.tar.gz: 38d9c8df2f628bd07fe3911efdacf93b295612bcff2ae02028f63ddfb46dc4d59626e920d4871dfdf5a4666997e7ff18dc76642811fbf3036c02e4644a4b1770
|
data/README.md
CHANGED
@@ -42,7 +42,9 @@ Alembic is a starting point for [Jekyll](https://jekyllrb.com/) projects. Rather
|
|
42
42
|
|
43
43
|
Here are a few examples of Alembic out in the wild being used in a variety of ways:
|
44
44
|
|
45
|
+
- [bitpodcast.com](https://bitpodcast.com/)
|
45
46
|
- [katiesimonemusic.com](http://katiesimonemusic.com/)
|
47
|
+
- [joelcagedesign.com](https://joelcagedesign.com/)
|
46
48
|
- [bawejakunal.github.io](https://bawejakunal.github.io/)
|
47
49
|
- [case2111.github.io](http://case2111.github.io/)
|
48
50
|
- [www.10people.co.uk](http://www.10people.co.uk/)
|
data/assets/styles.scss
CHANGED