dark-blog-theme 0.1.4 → 0.1.7
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/_config.yml +2 -2
- 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: 75024db1feed4ba5b6c7f480ad89f73beea9b7535e73c53327b997f56264ab4f
|
|
4
|
+
data.tar.gz: a927ee71039469b9d628d9c357ec4a402dc1cd2594977a6c75801aa2f1ceb9f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91a1514673a030dcb732a4e0df0312f02d9415f9f658ee520e94ca2c836425d4fc4f2b79cac228db14e8bb916729aa6134da6b6c8ccf6650a1d9fbda5c4ebb56
|
|
7
|
+
data.tar.gz: 2f6f254d0304b3a5fc3721156b0c43135f333c481fc7073fee62fe5b8050c7a1b6b31d4b67b2724097d323e9eba82af471ae4e44bec89a291eddb1b605d67666
|
data/_config.yml
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
# You can create any custom variable you would like, and they will be accessible
|
|
19
19
|
# in the templates via {{ site.myvariable }}.
|
|
20
20
|
|
|
21
|
-
title:
|
|
21
|
+
title: Your awesome title
|
|
22
22
|
email: your-email@example.com
|
|
23
23
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
24
24
|
Write an awesome description for your new site here. You can edit this
|
|
@@ -27,7 +27,7 @@ description: >- # this means to ignore newlines until "baseurl:"
|
|
|
27
27
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
28
28
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
|
29
29
|
twitter_username: jekyllrb
|
|
30
|
-
github_username:
|
|
30
|
+
github_username: jekyll
|
|
31
31
|
|
|
32
32
|
# Build settings
|
|
33
33
|
plugins:
|