jekyll-theme-gruv-poole 1.0.1 → 1.0.2
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
- 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: 5d62b1e4438155d8e2e064ccd61733e50bee6d2cb8d7fc8b228ad970d069eec9
|
4
|
+
data.tar.gz: 86d11738e846973164faae77bed6ca27c93841e4ce1b7c285dacbd31f486c2a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 457fd84503fc37089fefd99720c5189e1561e508ec8322e1b01555dc976624374c921a1e49457a0b4ac8f26e7ddc9a0815bad7edd2eb3e73dd046828b83ab231
|
7
|
+
data.tar.gz: b1b68af4cedc75a3a8f723cfecb101481e4bb3718d6ff3f0a776f9b35c110545e5894b7fede9a0f03434cc220e38f59cb8bfde874a3bcfd48e53d1bd88103bdf
|
data/README.md
CHANGED
@@ -48,7 +48,7 @@ In your Jekyll site's code, add the following to your Gemfile:
|
|
48
48
|
|
49
49
|
Add the following line to your site's `_config.yml`:
|
50
50
|
```yaml
|
51
|
-
theme: gruv-poole
|
51
|
+
theme: jekyll-theme-gruv-poole
|
52
52
|
```
|
53
53
|
|
54
54
|
Ensure that you have your `_config.yml` with the data necessary to build the theme (see [Configuration Options](#configuration-options)) and then run `bundle` and `jekyll s`.
|