dark-blog-theme 3.9.4 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -6
- 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: 661683d91dfa05470ae0061c2641feb56c404034f70e46a0459d501674f25bb3
|
4
|
+
data.tar.gz: 3c2eef7a7a48c4a63814caa7530c7fae9c07e057e058b8331fe9f06363061f7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76fde42e49daa3c8c1665b46761e325521a1f9ad52391e416ec996741960051e86edeefcdd8e7634192dddcaee815e5a7f8ba3df4308ebe6bad0d4be1c767a52
|
7
|
+
data.tar.gz: 266e10a8e43951aea5e1e49c841bc6bebd4575b0c5fcfa589d3b691f5da776ef69bf847d3358a2648ad2075e0f71a76be0031e43a7dcdd85e6ca74a62e9d78f4
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Dark Theme for Jekyll Blogs
|
2
2
|
|
3
|
-
|
3
|
+
Dark theme for [Jekyll](https://jekyllrb.com/) blogs with handwriting fonts and 5 color schemes.
|
4
4
|
| | |
|
5
5
|
| ----------------------- | ----------------------- |
|
6
6
|
| ![GitHub](/etc/ss1.png) | ![GitHub](/etc/ss2.png) |
|
@@ -34,7 +34,7 @@ $ bundle
|
|
34
34
|
- Add this your `_config.yml` file.
|
35
35
|
|
36
36
|
```yml
|
37
|
-
remote_theme: "gulnoor/jekyll-
|
37
|
+
remote_theme: "gulnoor/jekyll-theme-handwritten"
|
38
38
|
```
|
39
39
|
|
40
40
|
- Remove any other theme: or remote_theme: entry.
|
@@ -44,13 +44,13 @@ remote_theme: "gulnoor/jekyll-blog-theme"
|
|
44
44
|
Add this line to your Jekyll site's `Gemfile`:
|
45
45
|
|
46
46
|
```ruby
|
47
|
-
gem "
|
47
|
+
gem "jekyll-theme-handwritten"
|
48
48
|
```
|
49
49
|
|
50
50
|
And add this line to your Jekyll site's `_config.yml`:
|
51
51
|
|
52
52
|
```yaml
|
53
|
-
theme:
|
53
|
+
theme: jekyll-theme-handwritten
|
54
54
|
```
|
55
55
|
|
56
56
|
And then execute:
|
@@ -59,7 +59,7 @@ And then execute:
|
|
59
59
|
|
60
60
|
Or install it yourself as:
|
61
61
|
|
62
|
-
$ gem install
|
62
|
+
$ gem install jekyll-theme-handwritten
|
63
63
|
|
64
64
|
## Usage
|
65
65
|
|
@@ -67,7 +67,6 @@ TODO: Write usage instructions here. Describe your available layouts, includes,
|
|
67
67
|
|
68
68
|
### TODO
|
69
69
|
|
70
|
-
- [ ] Grid layout for posts on home page
|
71
70
|
- [ ] Add support for comments
|
72
71
|
- [ ] Search functionality
|
73
72
|
|