jekyll-theme-nixer 1.0.0 → 1.0.1
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 -3
- 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: b90634b121df16d8f19217e051de8c5c11d7086b2d39f5c3469fa3a77c2c4886
|
4
|
+
data.tar.gz: af5c56a748c9517d46a56ffedc30495643662661f4ed00247067cf0379c09845
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44e0da3d6900051285633812e89b66c88930a04c97335bb4ca58bb475f0c1f699d189d6e95738db56e8f1409486f88eed0e44905aa873f9f05c6c94da1bc8035
|
7
|
+
data.tar.gz: b13672904bce209297906c6103fa757b51dc0bcf2d64677f20a634e41ef7cfd2fe144762a14d7eb68d215230a2cee9f7f8af23bf7eed71d3116b28730842eeb0
|
data/README.md
CHANGED
@@ -1,16 +1,18 @@
|
|
1
1
|
# Jekyll Theme Nixer
|
2
2
|
|
3
|
-
The even more barebones cousin of the barebones [
|
3
|
+
The even more barebones cousin of the barebones theme [<q>Nix</q>](https://github.com/michaelnordmeyer/jekyll-theme-nix) for [Jekyll](https://github.com/jekyll/jekyll), which doesn't need any dependencies except `jekyll-redirect-from`, if you want to redirect pages. It is optimized for fast build speeds as well.
|
4
4
|
|
5
5
|
Its purpose is to be a hard-core minimalistic, single-author theme while not displaying anything more than just the content of posts and a list of posts.
|
6
6
|
|
7
7
|
It also changes as little as possible from the default browser settings to improve legibility.
|
8
8
|
|
9
|
+
[Demo](https://jekyll-theme-nixer.michaelnordmeyer.com/)
|
10
|
+
|
9
11
|
It is meant for people, who are aware that nobody is using RSS feeds anymore. Either because they don't know what they are or how to use them, or they replaced Google Reader with Social Media. So all visitors are coming from search engines – let's be honest, Google – and won't read other posts, unless they are linked in the post itself.
|
10
12
|
|
11
13
|
And people coming from hacker news or related sites know how to change the URL in the browser's address bar.
|
12
14
|
|
13
|
-
If you think this goes too far, use the above mentioned [Jekyll
|
15
|
+
If you think this goes too far, use the above mentioned [Jekyll theme <q>Nix</q>](https://github.com/michaelnordmeyer/jekyll-theme-nix) instead.
|
14
16
|
|
15
17
|
## Limited Features
|
16
18
|
|
@@ -72,7 +74,7 @@ And add this line to your Jekyll site's `_config.yml`:
|
|
72
74
|
theme: jekyll-theme-nixer
|
73
75
|
```
|
74
76
|
|
75
|
-
Make sure that this is the only `theme:` in `_config.yml`.
|
77
|
+
Make sure that this is the only `theme:` in `_config.yml`. Afterwards run `bundle update`.
|
76
78
|
|
77
79
|
### Installation as Remote Theme
|
78
80
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-nixer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Nordmeyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|