jekyll-theme-nixer 1.1.1 → 1.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4eacad29c90a4f17f2bcaf49bf3407a8f32f5c156fb8df650ad01ad7e97bd499
4
- data.tar.gz: 0b291286c77a1efef8b1f33c94e207601f64300980179c73097be48172bbdee7
3
+ metadata.gz: 7084cfbab5d13dc00681b9a45b7142bd8e6995924ecc573f81f32aa064cf2ea4
4
+ data.tar.gz: '0849dec04f35a0fc246778b161b1587b66882a976efee288708c3a45557817d8'
5
5
  SHA512:
6
- metadata.gz: fd8c4bd6e37a4d7815805edb833aa161c49f84cecd091181fa7de880571059facaf70f4fb86e97826ab01f41ad926f286569b3e7246c840cfb2af119000beb5f
7
- data.tar.gz: 2701a2a408dd60fdf613f22b004915495d91e33eca681fd52bfc068af7b2ee31fdd9e9bb8ede61a485e7fe6fd258d882fade877a2be7f8287a928c7f2a11735d
6
+ metadata.gz: 91f25338ee86d575ab94ff5fd05e5884058a3018aef2d231607911cc6450229ba5b02ab036e1d6a32b40b8b06c5ea5759e2dbcf4532eec48ccb97ce237b1bd9d
7
+ data.tar.gz: bc4982af7f3ee68dd07746e876e17fe78052b6b7c126e37bb7f849d495c056c731617c7369769041308d4379b065af86e2b4f6dc86944182516ce6c3144895c1
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Jekyll Theme Nixer
2
2
 
3
- The even more barebones cousin of the barebones theme [“Nix”](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.
3
+ The even more barebones cousin of the barebones theme [“Nix”](https://github.com/michaelnordmeyer/jekyll-theme-nix) for [Jekyll](https://github.com/jekyll/jekyll). It is optimized for fast build speeds as well.
4
4
 
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.
5
+ Its purpose is to be a hard-core minimalist, 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
 
@@ -16,41 +16,35 @@ And people coming from hacker news or related sites know how to change the URL i
16
16
 
17
17
  If you think this goes too far, use the above mentioned [Jekyll theme “Nix”](https://github.com/michaelnordmeyer/jekyll-theme-nix) instead.
18
18
 
19
+ [I wrote up what inspired me to create both themes](https://michaelnordmeyer.com/i-created-two-ultra-minimalistic-jekyll-themes).
20
+
19
21
  ## Limited Features
20
22
 
21
23
  - Dark mode, because we want to be respectful
22
24
  - Posts, but no backlink to homepage
23
25
  - No Pages, except custom error pages
24
- - No visible authors, dates, categories, or tags on posts and pages
26
+ - No visible dates, authors, categories, or tags on posts and pages
25
27
  - No header or footer
26
28
  - No pagination for the home page
27
- - No feed.xml
28
- - A sitemap.xml, because search engines should index us
29
+ - No feeds
30
+ - A sitemap.xml, because search engines should index us properly
29
31
  - No semantic info like Open Graph, Twitter cards, JSON-LD, or Microdata
30
32
 
31
33
  ## Feature Creep and Bloat
32
34
 
33
35
  To have titles with proper spelling in the post list, you have to have a `title` in your front matter. You can leave it out, but then some characters cannot be displayed, most notably the apostrophe (`'`) or anything, which cannot reasonably put in the post's filename.
34
36
 
35
- Rest assured, this is the only bloat, as we already removed the date with the rest from the front matter, because it can reliably taken from the post's filename. And who has time to post more than once a day, anyway.
37
+ Rest assured, this is the only bloat, as we already removed the date with the rest from the front matter, because it can reliably taken from the post's filename for internal processing. And who has time to post more than once a day, anyway.
36
38
 
37
39
  ## Minutiae
38
40
 
39
41
  ### Default Colors
40
42
 
41
- The default browser link colors don't look great, if they're inverted in dark mode, just like white is inverted to black for the background:
42
-
43
- - Link: <span style="background-color: white; color: #0000ee">&nbsp;#0000ee&nbsp;</span>, inverted <span style="background-color: black; color: #ffff11">&nbsp;#ffff11&nbsp;</span>
44
- - Link visited: <span style="background-color: white; color: #551a8b">&nbsp;#551a8b&nbsp;</span>, inverted <span style="background-color: black; color: #aae574">&nbsp;#aae574&nbsp;</span>
45
-
46
- Therefore, they're set to somewhat lighter versions of the default colors.
47
-
48
- - Link: <span style="background-color: white; color: #0000ee">&nbsp;#0000ee&nbsp;</span>, inverted <span style="background-color: black; color: lightskyblue">&nbsp;lightskyblue&nbsp;</span>
49
- - Link visited: <span style="background-color: white; color: #551a8b">&nbsp;#551a8b&nbsp;</span>, inverted <span style="background-color: black; color: plum">&nbsp;plum&nbsp;</span>
43
+ The default colors are the colors of the respective browsers, both in light mode and in dark mode.
50
44
 
51
45
  ### Favicon
52
46
 
53
- The favicon is currently `icon.webp` for the light mode, and there's also a dark variant `icon-dark.webp`.
47
+ `/assets/icons/icon.webp` is the favicon for the light mode, and there's also a dark variant `/assets/icons/icon-dark.webp` for dark mode. They will be used automatically or you can replace them by creating new ones in the same location.
54
48
 
55
49
  ### Nixer?
56
50
 
@@ -60,39 +54,47 @@ Or, if you will, it could be UNIX without the “U”, because of the theme's so
60
54
 
61
55
  ## Installation
62
56
 
63
- Installation from Gem is recommended, but using a remote theme is also possible, even though it will increase build time a little, depending on your internet connection, because the theme will be downloaded during each build. Gems are installed locally.
57
+ Installation from Gem is recommended, but using a remote theme is also possible, even though it will increase build times a little, depending on your internet connection and the size of the theme download, because it will be downloaded during each build. Gems are installed locally.
64
58
 
65
- GitHub pages gem users need to use the remote theme method.
59
+ GitHub Pages gem users need to use the remote theme method.
66
60
 
67
61
  ### Installation from Gem
68
62
 
69
63
  Add this line to your Jekyll site's `Gemfile`:
70
64
 
71
65
  ```ruby
72
- gem "jekyll-theme-nixer"
66
+ gem "jekyll-theme-nixer", group: [:jekyll_plugins]
73
67
  ```
74
68
 
75
- And add this line to your Jekyll site's `_config.yml`:
69
+ Then run `bundle` in your terminal.
76
70
 
77
- ```yaml
78
- theme: jekyll-theme-nixer
71
+ ```sh
72
+ bundle
79
73
  ```
80
74
 
81
- Make sure that this is the only `theme:` in `_config.yml`, and that there are no other `remote-theme:`. Afterwards run `bundle install`, and `bundle update` to update it, if there's a new version.
75
+ Also add the theme to your Jekyll site's `_config.yml`:
82
76
 
83
- ```sh
84
- bundle install
77
+ ```yaml
78
+ theme: jekyll-theme-nixer
85
79
  ```
86
80
 
81
+ Make sure that this is the only `theme:` in `_config.yml`, and that there are no other `remote-theme:`.
82
+
87
83
  ### Installation as Remote Theme
88
84
 
89
85
  Add this line to your Jekyll site's `Gemfile`:
90
86
 
91
87
  ```ruby
92
- gem "jekyll-remote-theme"
88
+ gem "jekyll-remote-theme", group: [:jekyll_plugins]
89
+ ```
90
+
91
+ Then run `bundle` in your terminal.
92
+
93
+ ```sh
94
+ bundle
93
95
  ```
94
96
 
95
- And add this line to your Jekyll site's `_config.yml`:
97
+ Finally add the remote theme to your Jekyll site's `_config.yml`:
96
98
 
97
99
  ```yaml
98
100
  remote_theme: michaelnordmeyer/jekyll-theme-nixer
@@ -100,10 +102,6 @@ remote_theme: michaelnordmeyer/jekyll-theme-nixer
100
102
 
101
103
  Make sure that this is the only `remote_theme:` in `_config.yml`, and that there are no other `theme:`.
102
104
 
103
- Finally, add `jekyll-remote-theme` to your plugin section in `_config.yml` as well.
104
-
105
- ## Sitemap.xml
106
-
107
- A `sitemap.xml` is already included in the theme and doesn't need a dependency to the `jekyll-sitemap` plugin. For a standard Jekyll installation, it works out-of-the-box if this files is copied to the Jekyll directory.
105
+ ## Styled Sitemap.xml
108
106
 
109
- If hosted with the Github pages plugin, this plugin is already included and will automatically be used instead. To overwrite this, the file has to be copied manually from the theme's repository root to the site's repository root.
107
+ A `sitemap.xsl` is included in the theme to style the `sitemap.xml` while being displayed in the browser. For a standard Jekyll installation, they work out-of-the-box if both files are copied to the Jekyll directory.
data/_config.yml CHANGED
@@ -1,15 +1,17 @@
1
- ### Remove URL for Github Pages
1
+ ## Remove URL for GitHub Pages plugin
2
2
  url: https://jekyll-theme-nixer.michaelnordmeyer.com
3
3
  title: Jekyll Theme Nixer
4
4
  description: "An even more barebones theme for Jekyll"
5
5
 
6
6
  plugins:
7
7
  - jekyll-include-cache
8
- # - jekyll-redirect-from
8
+ - jekyll-redirect-from
9
+ - jekyll-sitemap
9
10
 
10
- ## Jekyll build settings
11
- exclude: [jekyll-theme-nixer*, LICENSE, Rakefile.rb, README.md]
11
+ ## Jekyll build settings https://jekyllrb.com/docs/configuration/default/
12
+ exclude: [CODE_OF_CONDUCT.md, jekyll-theme-nixer*, LICENSE, Rakefile.rb, README.md, screenshot.png]
12
13
  ignore_theme_config: true # Since Jekyll 4.0, see: https://jekyllrb.com/docs/themes/#pre-configuring-theme-gems40, https://jekyllrb.com/docs/configuration/options/
14
+ include: [.well-known]
13
15
  kramdown:
14
16
  show_warnings: true
15
17
  syntax_highlighter_opts:
@@ -24,22 +26,34 @@ permalink: /:title
24
26
  sass:
25
27
  style: compressed
26
28
  strict_front_matter: true # default: false
27
- timezone: Europe/Berlin # default: local timezone
28
29
  # remote_theme: michaelnordmeyer/jekyll-theme-nixer
29
30
  # theme: jekyll-theme-nixer
31
+ timezone: Europe/Berlin # default: local timezone
30
32
 
31
- ## Custom theme settings to not overwrite anything from Jekyll or plugins
33
+ ## Custom settings used by plugins and the theme
32
34
  lang: en-US # default: en (is not by Jekyll, but used by many other plugins)
35
+ title_separator: " • " # default: " | "
36
+ ## Custom theme settings
37
+ favicon: /assets/icons/icon.webp # optional, but mandatory if favicon_dark is used, needs to be 180x180
38
+ favicon_dark: /assets/icons/icon-dark.webp # optional, needs to be 180x180
33
39
  theme_settings:
34
- favicon: /icon.webp # optional, needs to be 180x180
35
- favicon_dark: /icon-dark.webp # optional, needs to be 180x180
36
- favicon_media_type: image/webp # mandatory, if favicon is set
37
- # title_separator: "|" # default: ""
40
+ # redirect_page_title: "Redirecting…" # default: "Redirecting…"
41
+ # redirect_page_from: "Redirecting from" # default: "Redirecting from"
42
+ # redirect_page_to: "to" # default: "to"
43
+ # redirect_page_text: "Click here if you are not being redirected." # default: "Click here if you are not being redirected.""
38
44
 
39
45
  ## https://jekyllrb.com/docs/configuration/front-matter-defaults/
46
+ # Only works for all posts, but can work for a subset of pages
40
47
  defaults:
41
48
  - scope:
42
- path: ""
43
- type: "posts"
49
+ path: "" # an empty string here means all files in the project (allows globs, but is slow)
50
+ type: posts # type (optional): posts, pages, drafts, or any collection
51
+ values:
52
+ layout: post
53
+ - scope:
54
+ path: error
55
+ type: pages
44
56
  values:
45
- layout: "post"
57
+ layout: error
58
+ permalink: /:path/:basename
59
+ sitemap: false
@@ -0,0 +1,19 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: 'en' }}">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ {%- if site.favicon %}
7
+ {%- if site.favicon_dark %}
8
+ <link rel="icon" type="{{ site.favicon_media_type }}" media="(prefers-color-scheme: light)" href="{{ site.favicon | relative_url }}">
9
+ <link rel="icon" type="{{ site.favicon_media_type }}" media="(prefers-color-scheme: dark)" href="{{ site.favicon_dark | relative_url }}">
10
+ {%- else %}
11
+ <link rel="icon" type="{{ site.favicon_media_type }}" href="{{ site.favicon | relative_url }}">
12
+ {%- endif %}
13
+ {%- endif %}
14
+ <meta name="color-scheme" content="light dark">
15
+ <meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
16
+ <meta name="theme-color" media="(prefers-color-scheme: dark)" content="black">
17
+ {%- if page.sitemap == false %}
18
+ <meta name="robots" content="noindex">
19
+ {%- endif %}
@@ -0,0 +1,39 @@
1
+ <style>
2
+ :root {
3
+ --default-font-px: 16;
4
+ --font-size: 1rem;
5
+ --font-family: sans-serif;
6
+ --spacing: 1em;
7
+ --line-height: 1.5;
8
+ /* Calculate integer pixel values depending on the font size (1rem = 16px) */
9
+ --border-size: calc(var(--font-size) * 1/var(--default-font-px));
10
+ --x-script: calc(var(--font-size) * 11/var(--default-font-px));
11
+ --small-font-size: calc(var(--font-size) * 14/var(--default-font-px));
12
+ --big-font-size: calc(var(--font-size) * 32/var(--default-font-px));
13
+ }
14
+ html {
15
+ max-width: 720px;
16
+ margin: 0 auto;
17
+ padding: calc(var(--spacing) * 1/2);
18
+ font: var(--font-size) / var(--line-height) var(--font-family);
19
+ /* font-size-adjust: from-font; */
20
+ -moz-text-size-adjust: none;
21
+ -webkit-text-size-adjust: none;
22
+ text-size-adjust: none;
23
+ }
24
+ body { margin: 0; }
25
+ img, table { margin: 0 auto; }
26
+ table { border-collapse: collapse; }
27
+ th, td { padding: calc(var(--spacing) * 1/4); border: var(--border-size) solid color-mix(in srgb, currentcolor 50%, transparent); }
28
+ img { display: block; max-width: 100%; height: auto; }
29
+ figure { margin-left: 0; margin-right: 0; max-width: 100%; text-align: center; font-size: var(--small-font-size); line-height: 1; }
30
+ blockquote { margin: var(--spacing) calc(var(--spacing) * 3/2) var(--spacing) calc(var(--spacing) * 1/2); padding-left: var(--spacing); border-left: var(--border-size) solid color-mix(in srgb, currentcolor 50%, transparent); }
31
+ sub, sup { font-size: var(--x-script); line-height: 0; }
32
+ hr { margin: calc(var(--spacing) * 2) 0; border: 0; border-top: var(--border-size) solid; }
33
+ h1, h2, h3, h4, h5, h6 { line-height: 1.2; text-wrap: balance; }
34
+ h1 { font-size: var(--big-font-size); text-align: center; }
35
+ body > main > ul { padding: 0; }
36
+ body > main > ul > li { margin: calc(var(--spacing) * 1/2) 0; list-style-type: none; line-height: 1.25; }
37
+ hr:has(+div[role="doc-endnotes"]) { margin-bottom: var(--spacing); }
38
+ div[role="doc-endnotes"] { margin-top: 0; font-size: var(--small-font-size); line-height: var(--line-height); }
39
+ </style>
@@ -1,44 +1,8 @@
1
- <!DOCTYPE html>
2
- <html lang="{{ page.lang | default: site.lang | default: 'en' }}">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <link rel="icon" type="{{ site.theme_settings.favicon_media_type }}" media="(prefers-color-scheme: light)" href="{{ site.theme_settings.favicon | relative_url }}">
7
- <link rel="icon" type="{{ site.theme_settings.favicon_media_type }}" media="(prefers-color-scheme: dark)" href="{{ site.theme_settings.favicon_dark | relative_url }}">
8
- <meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
9
- <meta name="theme-color" media="(prefers-color-scheme: dark)" content="black">
10
- <style>
11
- :root { color-scheme: light dark; }
12
- html {
13
- max-width: 43rem;
14
- margin: 0 auto;
15
- padding: 1em;
16
- font: 1rem / 1.5 sans-serif;
17
- }
18
- body { margin: 0; }
19
- img, table { margin: 0 auto; }
20
- table { border-collapse: collapse; }
21
- th, td { padding: 0.25em; border: 1px solid lightgrey; }
22
- img { display: block; max-width: 100%; height: auto; }
23
- figure { margin: 0; text-align: center; font-size: small; }
24
- blockquote { margin: 1em 1.5em 1em 0.5em; padding-left: 1em; border-left: 1px solid lightgrey; }
25
- sub, sup { line-height: 0; }
26
- hr { border: 0; border-top: 1px solid; }
27
- h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
28
- h1 { font-size: 2rem; text-align: center; }
29
- body > main > ul { padding: 0; }
30
- body > main > ul > li { margin: 0.5em 0; list-style-type: none; line-height: 1.25; }
31
- @media (prefers-color-scheme: dark) {
32
- html { background-color: black; color: white; }
33
- a { color: lightskyblue; }
34
- a:visited { color: plum; }
35
- th, td { border-color: grey; }
36
- }
37
- .footnotes { margin: 0; font-size: small; }
38
- </style>
1
+ {% include head.html %}
39
2
  <title>{%- if page.title -%}{{ page.title | smartify }}{%- else -%}{{ site.title | smartify }}{%- endif -%}</title>
40
3
  <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | smartify }}{% else %}{{ site.description | smartify }}{% endif %}">
41
4
  <link rel="canonical" href="{{ page.url | absolute_url }}">
5
+ {% include_cached style.html %}
42
6
  </head>
43
7
  <body>
44
8
  <main>
data/_layouts/error.html CHANGED
@@ -1,32 +1,14 @@
1
- <!DOCTYPE html>
2
- <html lang="{{ page.lang | default: site.lang | default: 'en' }}">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <link rel="icon" type="{{ site.theme_settings.favicon_media_type }}" media="(prefers-color-scheme: light)" href="{{ site.theme_settings.favicon | relative_url }}">
7
- <link rel="icon" type="{{ site.theme_settings.favicon_media_type }}" media="(prefers-color-scheme: dark)" href="{{ site.theme_settings.favicon_dark | relative_url }}">
8
- <style>
9
- :root { color-scheme: light dark; }
10
- html {
11
- max-width: 43rem;
12
- margin: 0 auto;
13
- padding: 1em;
14
- font: 1rem / 1.5 sans-serif;
15
- }
16
- body { margin: 0; }
17
- h1 { margin-block-start: 0.83em; margin-block-end: 0.83em; text-align: center; line-height: 1.2; }
18
- @media (prefers-color-scheme: dark) {
19
- html { background-color: black; color: white; }
20
- a { color: lightskyblue; }
21
- a:visited { color: plum; }
22
- }
23
- </style>
24
- <meta name="theme-color" content="#white">
1
+ {% include head.html %}
25
2
  <title>{%- if page.title -%}{{ page.title | smartify }}{%- else -%}{{ site.title | smartify }}{%- endif -%}</title>
26
- <meta name="description" content="Error page">
27
- <meta name="robots" content="noindex,follow">
3
+ {% include_cached style.html %}
28
4
  </head>
29
5
  <body>
30
- <h1>{{ page.title }}</h1>
6
+ <main>
7
+ <article>
8
+ <header>
9
+ <h1>{{ page.title }}</h1>
10
+ </header>
11
+ </article>
12
+ </main>
31
13
  </body>
32
14
  </html>
data/_layouts/home.html CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- {%- if site.posts.size > 0 -%}
4
+ {%- if site.posts.size > 0 %}
5
5
  <ul>
6
6
  {%- for post in site.posts %}
7
7
  <li><a href="{{ post.url | relative_url }}">{{ post.title | smartify }}</a></li>
data/_layouts/post.html CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- <article>
4
+ <article>
5
5
  <header>
6
6
  <h1>{{ page.title | smartify }}</h1>
7
7
  </header>
@@ -0,0 +1,22 @@
1
+ {% include head.html %}
2
+ <title>{{ site.theme_settings.redirect_page_title | default: "Redirecting…" | smartify }}</title>
3
+ <link rel="canonical" href="{{ page.redirect.to | absolute_url }}">
4
+ <meta http-equiv="refresh" content="0; url={{ page.redirect.to | absolute_url }}">
5
+ {% include_cached style.html %}
6
+ </head>
7
+ <body>
8
+ <main>
9
+ <article>
10
+ <header>
11
+ <h1>{{ site.theme_settings.redirect_page_title | default: "Redirecting…" | smartify }}</h1>
12
+ </header>
13
+ <p>
14
+ {{ site.theme_settings.redirect_page_from | default: "Redirecting from" | smartify }} {{ page.redirect.from | relative_url }} {{ site.theme_settings.redirect_page_to | default: "to" | smartify }} {{ page.redirect.to | absolute_url }}.
15
+ </p>
16
+ <p>
17
+ <a href="{{ page.redirect.to | absolute_url }}">{{ site.theme_settings.redirect_page_text | default: "Click here if you are not being redirected." | smartify }}</a>
18
+ </p>
19
+ </article>
20
+ </main>
21
+ </body>
22
+ </html>
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-nixer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Nordmeyer
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-01-04 00:00:00.000000000 Z
10
+ date: 2025-03-15 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: jekyll
@@ -36,15 +35,70 @@ dependencies:
36
35
  requirements:
37
36
  - - "~>"
38
37
  - !ruby/object:Gem::Version
39
- version: 0.2.1
38
+ version: '0.2'
40
39
  type: :runtime
41
40
  prerelease: false
42
41
  version_requirements: !ruby/object:Gem::Requirement
43
42
  requirements:
44
43
  - - "~>"
45
44
  - !ruby/object:Gem::Version
46
- version: 0.2.1
47
- description:
45
+ version: '0.2'
46
+ - !ruby/object:Gem::Dependency
47
+ name: jekyll-redirect-from
48
+ requirement: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - "~>"
51
+ - !ruby/object:Gem::Version
52
+ version: '0.16'
53
+ type: :runtime
54
+ prerelease: false
55
+ version_requirements: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - "~>"
58
+ - !ruby/object:Gem::Version
59
+ version: '0.16'
60
+ - !ruby/object:Gem::Dependency
61
+ name: jekyll-sitemap
62
+ requirement: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - "~>"
65
+ - !ruby/object:Gem::Version
66
+ version: '1.4'
67
+ type: :runtime
68
+ prerelease: false
69
+ version_requirements: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - "~>"
72
+ - !ruby/object:Gem::Version
73
+ version: '1.4'
74
+ - !ruby/object:Gem::Dependency
75
+ name: bundler
76
+ requirement: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - "~>"
79
+ - !ruby/object:Gem::Version
80
+ version: '2.4'
81
+ type: :development
82
+ prerelease: false
83
+ version_requirements: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - "~>"
86
+ - !ruby/object:Gem::Version
87
+ version: '2.4'
88
+ - !ruby/object:Gem::Dependency
89
+ name: rake
90
+ requirement: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - "~>"
93
+ - !ruby/object:Gem::Version
94
+ version: '13.0'
95
+ type: :development
96
+ prerelease: false
97
+ version_requirements: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - "~>"
100
+ - !ruby/object:Gem::Version
101
+ version: '13.0'
48
102
  email:
49
103
  - michaelnordmeyer@users.noreply.github.com
50
104
  executables: []
@@ -55,16 +109,20 @@ files:
55
109
  - LICENSE
56
110
  - README.md
57
111
  - _config.yml
112
+ - _includes/head.html
113
+ - _includes/style.html
58
114
  - _layouts/default.html
59
115
  - _layouts/error.html
60
116
  - _layouts/home.html
61
117
  - _layouts/post.html
118
+ - _layouts/redirect.html
119
+ - assets/icons/icon-dark.webp
120
+ - assets/icons/icon.webp
62
121
  homepage: https://github.com/michaelnordmeyer/jekyll-theme-nixer
63
122
  licenses:
64
123
  - MIT
65
124
  metadata:
66
125
  plugin_type: theme
67
- post_install_message:
68
126
  rdoc_options: []
69
127
  require_paths:
70
128
  - lib
@@ -72,17 +130,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
130
  requirements:
73
131
  - - ">="
74
132
  - !ruby/object:Gem::Version
75
- version: '0'
133
+ version: 2.7.0
76
134
  required_rubygems_version: !ruby/object:Gem::Requirement
77
135
  requirements:
78
136
  - - ">="
79
137
  - !ruby/object:Gem::Version
80
138
  version: '0'
81
139
  requirements: []
82
- rubygems_version: 3.5.3
83
- signing_key:
140
+ rubygems_version: 3.6.3
84
141
  specification_version: 4
85
- summary: A hard-core minimalistic, single-author Jekyll theme with almost default
86
- browser styling, and a dark mode. Just a post list and posts, no menu, header, footer,
87
- or pages. Even the backlink from posts to home is missing.
142
+ summary: A hard-core minimalist, single-author Jekyll theme with almost default browser
143
+ styling, and a dark mode. Just a post list and posts, no menu, header, footer, or
144
+ pages. Even the backlink from posts to home is missing.
88
145
  test_files: []