jekyll-octopod 0.9.8 → 0.9.9
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/assets/_config.yml.sample +3 -3
- data/lib/octopod/version.rb +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: 15279c742776ce7b6c9656ea90def2c7ebccbb9286a0c4bae46aff591270dcd9
|
|
4
|
+
data.tar.gz: 2592bf80afe7393f38c813e1966859a254b524f1ea8e2d8a02de86e2c93432c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 410683612825c799edafa2acb38b94b24c184f4fbad70e0a70312ff6b31bb46b90d8a24b16035d2569bd5b07595886052a39627bb79475556e303f81a7bf33b1
|
|
7
|
+
data.tar.gz: 822a8c45a2c08a74e60e8254b4cd4d91daaa4e5c97db577e1d09f77e97dec2e3d2ffbd21e6730547b7d83af0d1e603356a5fd7a19b2bdb56f4ed00c95643983c
|
data/assets/_config.yml.sample
CHANGED
|
@@ -63,10 +63,10 @@ disqus_developer: 0 # 1 | 0
|
|
|
63
63
|
### Isso comments
|
|
64
64
|
use_isso: "no" # "no" | "yes"
|
|
65
65
|
|
|
66
|
-
gems: [jekyll-octopod]
|
|
67
66
|
theme: jekyll-bootflat
|
|
68
67
|
|
|
69
|
-
### Jekyll Admin: uncomment the last
|
|
68
|
+
### Jekyll Admin: uncomment the last line of this paragraph to enable Jekyll Admin.
|
|
70
69
|
### (but you will loose auto regeneration after code changes with a text editor then)
|
|
71
|
-
|
|
70
|
+
plugins:
|
|
71
|
+
- jekyll-octopod
|
|
72
72
|
# - jekyll-admin
|
data/lib/octopod/version.rb
CHANGED