jekyll-hackcss 0.1.0 → 0.1.1
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 +11 -2
- 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: 68a44395c7a75fea8c13b454b453b71f058572b8
|
4
|
+
data.tar.gz: d223a26d60e1e0e87e14cda1170d97ea80b05536
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 539077b73913a28d76909549e259da46d3f3d05d3871efd61ef5bb06c5c6ce794524e1bfc4c385b0770dd24ef2e1333c16501d061ed9e1504d190374302e0467
|
7
|
+
data.tar.gz: 4f06e41ac67fa58f723558495b31e3890e0dc406ca3612b03ff42c2ea078dfd02806da66852b8cb933f0c09b6e93bb4c838db39df5e1192e767fb72394dcb2e6
|
data/README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|

|
2
2
|
|
3
|
+
**This theme is a work-in-progress (and incidentally my first jekyll theme).
|
4
|
+
It does _work_ - but it's also _in progress_** :)
|
5
|
+
|
6
|
+
Check out the 'todo' section below to get an idea of what might be missing or under construction. And feel free to contribute!
|
7
|
+
|
3
8
|
## Installation
|
4
9
|
|
5
10
|
Add this line to your Jekyll site's `Gemfile`:
|
@@ -22,10 +27,14 @@ Or install it yourself as:
|
|
22
27
|
|
23
28
|
$ gem install hackcss
|
24
29
|
|
30
|
+
Continue reading the _Usage_ section below before expecting this to work perfectly.
|
31
|
+
|
25
32
|
## Usage
|
26
33
|
|
27
|
-
|
28
|
-
|
34
|
+
if you're running a fresh jekyll install, change the `layout` in `index.md` from `home` to `default` (this is the default name of the ...default layout..) and then start adding some markdown to `index.md` to see what this theme looks like.
|
35
|
+
|
36
|
+
There are some rather important bits in `config.yml` that you'll need.
|
37
|
+
Refer to this excerpted, commented version to see what these settings do:
|
29
38
|
|
30
39
|
```yml
|
31
40
|
# choose the theme mode you want to use:
|