jekyll-theme-nix 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d825a61dffc85243635131573be5e34127eda05c9851c352d62e44fbf8d3db0
4
- data.tar.gz: a72c48b318b8910dcd8116b1a3b3d63621feab833cd628e83cbf1641b552705a
3
+ metadata.gz: 8c27dad97e088566fc5f038b0b5a5172c5172e84b43e1be38aec959c879ec7c8
4
+ data.tar.gz: 47cc1f7ceb2e55787f171d1d5f9f166b54a15ecb15d83e82a4e7280ac7f20e85
5
5
  SHA512:
6
- metadata.gz: 2099ca9400e23da9a4a2cd49b20a58d8f1701565ac331564297ac12e5566b72e34af4b1bce3c263509aeece4f5cb3a246da06b4bd1484ca2b8e5c60dd933ff9d
7
- data.tar.gz: 9b7694206e58366a5c3d53a0bdfc7054d13be115432e3f9fbe50e48f50baf5bef8a4206c43511dc566b13efa66e4bb99d7a5b0a9ea2c54049571399e745a8aac
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.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-24 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll