ceevee 0.1.2 → 0.1.3
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 +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c83a27b70314f95a1fd031bf8d1be1f265095227c1e3fdd23b53426ce0205cd2
|
4
|
+
data.tar.gz: ecaaa2ecd13d37e2268cc9c66712fd1c230c88398058bb2be4abbab6a48e349d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09d7127a8ecd680331a4b137cdf2cc53dc1ec42c41e75fe7200c8129ad6dff531651134e0377cb9574c9349b150849ccce88012a578652962cde37f0ffc64002'
|
7
|
+
data.tar.gz: 5b0a56aa0edaa97fbb8c8742fdbf448e1f8574abe4516fe84881fc71416b8420e43c7bacf04477305f1af481ff1dfe960026bebb6365092ca5a1c5a7c2022e8a
|
data/README.md
CHANGED
@@ -26,6 +26,14 @@ And add this line to your Jekyll site's `_config.yml`:
|
|
26
26
|
theme: ceevee
|
27
27
|
```
|
28
28
|
|
29
|
+
If you want to publish you site to GitHub pages, then you also have to define the following properties:
|
30
|
+
|
31
|
+
```yaml
|
32
|
+
remote_theme: mschaeffner/ceevee
|
33
|
+
url: <your-github-username>.github.io
|
34
|
+
baseurl: /<your-github-repository>
|
35
|
+
```
|
36
|
+
|
29
37
|
Then execute:
|
30
38
|
```
|
31
39
|
$ bundle install
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ceevee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mathias Schaeffner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|