harms-columns-front-page 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- 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: c3978e46e254b85eaa5d2b5f5ee2a185b6f92e15
|
4
|
+
data.tar.gz: f3561f39de2c8934977280d4b44153312a94fdb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0a1528fa7d0b325a5365021e1f8e38a042aac8737ea1552854a2f14623157191d146a8e1979820e22069c9e892b34eb9dd141f5f13bcc334ceb8587d00256b9
|
7
|
+
data.tar.gz: 677c69a108e762607d79ea31d81aa611f1bbc1506b33750cbf8e69f8e66c85dbeb9acc5586c7f962e5b2a6be4fdfefe59438b304315fdc2616499b15e0b7ff58
|
data/README.md
CHANGED
@@ -103,11 +103,13 @@ theme: harms-columns-front-page
|
|
103
103
|
**Step 4:** Then find the section that starts with `gem:` and add the following entries to the list:
|
104
104
|
|
105
105
|
```yaml
|
106
|
-
|
106
|
+
gems:
|
107
107
|
- jekyll-autoprefixer
|
108
108
|
- jekyll-minifier
|
109
109
|
```
|
110
110
|
|
111
|
+
These dependencies are used to minify and autoprefix the code for cross browser compatibility and faster loading times of your site.
|
112
|
+
|
111
113
|
**Step 5:** Run the following command in the terminal:
|
112
114
|
|
113
115
|
bundle exec jekyll serve
|