jekyll-theme-nix 1.0.0 → 1.0.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 +6 -2
- 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: 8c27dad97e088566fc5f038b0b5a5172c5172e84b43e1be38aec959c879ec7c8
|
4
|
+
data.tar.gz: 47cc1f7ceb2e55787f171d1d5f9f166b54a15ecb15d83e82a4e7280ac7f20e85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94e6dc81303c85175bed2bf8bae2c9fb2c25f3836daffcc346e1710d4220620ba244201dd683cf639faa208e4e7fb8ee6876def880133a7db16cb46d149fb59a
|
7
|
+
data.tar.gz: 15f2c3fe590eceed52429ad496cdd9605f67212cd05c1bd4e3c6afa8929d91d5970b62f78dab3202b024d58ca28e0c17755fcbfebbca603e0a556b230ea546f0
|
data/README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1
1
|
# Jekyll Theme Nix
|
2
2
|
|
3
|
-
A barebones theme for [Jekyll](https://github.com/jekyll/jekyll), which doesn't need any dependencies except `jekyll-redirect-from`, if you want to redirect pages.
|
3
|
+
A barebones theme 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 minimalistic, single-author theme. Because there is no menu, pages can be manually linked in the body of `index.md`.
|
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-nix.michaelnordmeyer.com/)
|
10
|
+
|
11
|
+
If this theme feels to bloated to you, you can try [<q>Nixer</q>](https://github.com/michaelnordmeyer/jekyll-theme-nixer), the ultra-minimalistic version of <q>Nix</q>.
|
12
|
+
|
9
13
|
## Limited Features
|
10
14
|
|
11
15
|
- Dark mode, because we want to be respectful
|
@@ -60,7 +64,7 @@ And add this line to your Jekyll site's `_config.yml`:
|
|
60
64
|
theme: jekyll-theme-nix
|
61
65
|
```
|
62
66
|
|
63
|
-
Make sure that this is the only `theme:` in `_config.yml`.
|
67
|
+
Make sure that this is the only `theme:` in `_config.yml`. Afterwards run `bundle update`.
|
64
68
|
|
65
69
|
### Installation as Remote Theme
|
66
70
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-nix
|
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
|