harms-columns-front-page 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -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: 5a7e768f4257dc63d0cc8228ea61f48c26113be9
|
4
|
+
data.tar.gz: 32247cbe4aa135927f24d7b51fb8a529ea9758e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4110339a012d9a83e006dd3b3918a8977c02415de3561d32735855506bbfe4750b0c8bb19e8a712378b27e66a3718ac62cbbe7369ff937b97b3767a5102e472d
|
7
|
+
data.tar.gz: 60a11913b508bf4ad8231b3356fc7f730fba71e45c0205ee89b9199a7066217293aaf7e1ca697aa2b5ac201e80ae83ec53bf15f5cebce4a09c99f687529e1842
|
data/README.md
CHANGED
@@ -22,6 +22,12 @@ Then enter the project directory by running:
|
|
22
22
|
|
23
23
|
cd your-project-name
|
24
24
|
|
25
|
+
You can test your jekyll site by running:
|
26
|
+
|
27
|
+
bundle exec jekyll serve
|
28
|
+
|
29
|
+
Now you can head over to <http://localhost:4000> in your browser and view your jekyll site.
|
30
|
+
|
25
31
|
## How to install the theme
|
26
32
|
|
27
33
|
Step 1: Add this line to the bottom of your Jekyll site's `Gemfile`:
|