jekyll-theme-nixer 1.0.4 → 1.0.6
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 -5
- data/_config.yml +3 -1
- data/_layouts/default.html +3 -4
- data/_layouts/error.html +2 -1
- data/sitemap.xml +23 -23
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bee1d0cefc57095913a0cee26b45b6e13c31e02d90477dc6ce59de26341c65db
|
4
|
+
data.tar.gz: 6d52661935e39abd8bfe443eabb732aff3d675d593a3414636c47497185e729f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bb62f25f4043ed214c23153085c322dd123b40befa9a83e1f63e4a6549a5c7e0e19faba001f4c95530f01c324ec97dd9962b6e008ed5d64e651fea8bf21e530
|
7
|
+
data.tar.gz: 0b1551971bd8d5773789467c9fce472d95dca26076efba2b47912818c79af0e46fbc7a2b732b78415ae13588d375f718ec2c5042b86f638e7f694a79eaedc778
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Jekyll Theme Nixer
|
2
2
|
|
3
|
-
The even more barebones cousin of the barebones theme [
|
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.
|
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
|
|
@@ -12,7 +12,7 @@ It is meant for people, who are aware that nobody is using RSS feeds anymore. Ei
|
|
12
12
|
|
13
13
|
And people coming from hacker news or related sites know how to change the URL in the browser's address bar.
|
14
14
|
|
15
|
-
If you think this goes too far, use the above mentioned [Jekyll theme
|
15
|
+
If you think this goes too far, use the above mentioned [Jekyll theme “Nix”](https://github.com/michaelnordmeyer/jekyll-theme-nix) instead.
|
16
16
|
|
17
17
|
## Limited Features
|
18
18
|
|
@@ -52,9 +52,9 @@ The favicon is currently `icon.webp` for the light mode, and there's also a dark
|
|
52
52
|
|
53
53
|
### Nixer?
|
54
54
|
|
55
|
-
|
55
|
+
“Nix” is the grammatically incorrect form of the German “nichts”, which in English means “nothing”. It's colloquially used to stress the nothingness. “Nixer” is the even more grammatically incorrect comparative of that, which colloquially may or may not being used at all.
|
56
56
|
|
57
|
-
Or, if you will, it could be UNIX without the
|
57
|
+
Or, if you will, it could be UNIX without the “U”, because of the theme's somewhat archaic properties, but even more archaic.
|
58
58
|
|
59
59
|
## Installation
|
60
60
|
|
@@ -96,6 +96,6 @@ Finally, add `jekyll-remote-theme` to your plugin section in `_config.yml` as we
|
|
96
96
|
|
97
97
|
## Sitemap.xml
|
98
98
|
|
99
|
-
A
|
99
|
+
A `sitemap.xml` is already included in the theme and doesn't need a dependency to `jekyll-sitemap`. For a standard Jekyll installation, it works out-of-the-box.
|
100
100
|
|
101
101
|
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.
|
data/_config.yml
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
### Remove URL for Github Pages
|
2
2
|
url: https://jekyll-theme-nixer.michaelnordmeyer.com
|
3
|
+
icon: /icon.webp
|
4
|
+
icon_type: image/webp
|
3
5
|
title: Jekyll Theme Nixer
|
4
6
|
description: "An even more barebones theme for Jekyll"
|
5
7
|
|
6
8
|
timezone: Europe/Berlin
|
7
9
|
ignore_theme_config: true
|
8
|
-
exclude: [
|
10
|
+
exclude: [jekyll-theme-nixer*, LICENSE, README.md]
|
9
11
|
date_format: "%Y-%m-%d"
|
10
12
|
|
11
13
|
plugins:
|
data/_layouts/default.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
6
|
-
<link rel="icon" type="
|
6
|
+
<link rel="icon" type="{{ site.icon_type }}" href="{{ site.icon | relative_url }}">
|
7
7
|
<style>
|
8
8
|
:root { color-scheme: light dark; }
|
9
9
|
html {
|
@@ -15,11 +15,10 @@
|
|
15
15
|
body { margin: 0; }
|
16
16
|
img, table { margin: 0 auto; }
|
17
17
|
table { border-collapse: collapse; }
|
18
|
-
th, td { padding: 0.25em
|
18
|
+
th, td { padding: 0.25em; border: 1px solid lightgrey; }
|
19
19
|
img { display: block; max-width: 100%; height: auto; }
|
20
20
|
figure { margin: 0; text-align: center; font-size: small; }
|
21
21
|
blockquote { margin: 1em 1.5em 1em 0.5em; padding-left: 1em; border-left: 1px solid lightgrey; }
|
22
|
-
code { font-size: 1.125em; }
|
23
22
|
sub, sup { line-height: 0; }
|
24
23
|
hr { border: 0; border-top: 1px solid; }
|
25
24
|
h1 { font-size: 2rem; text-align: center; }
|
@@ -31,7 +30,7 @@
|
|
31
30
|
a:visited { color: plum; }
|
32
31
|
th, td { border-color: grey; }
|
33
32
|
}
|
34
|
-
.footnotes
|
33
|
+
.footnotes { margin: 0; font-size: small; }
|
35
34
|
</style>
|
36
35
|
<meta name="theme-color" content="#white">
|
37
36
|
<title>{%- if page.title -%}{{ page.title | smartify }}{%- else -%}{{ site.title | smartify }}{%- endif -%}</title>
|
data/_layouts/error.html
CHANGED
@@ -3,8 +3,9 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
6
|
-
<link rel="icon" type="
|
6
|
+
<link rel="icon" type="{{ site.icon_type }}" href="{{ site.icon | relative_url }}">
|
7
7
|
<style>
|
8
|
+
:root { color-scheme: light dark; }
|
8
9
|
html {
|
9
10
|
max-width: 43rem;
|
10
11
|
margin: 0 auto;
|
data/sitemap.xml
CHANGED
@@ -8,37 +8,37 @@ layout: none
|
|
8
8
|
<?xml-stylesheet type="text/xsl" href="{{ "/sitemap.xsl" | absolute_url }}"?>
|
9
9
|
{%- endif %}
|
10
10
|
<urlset
|
11
|
-
xmlns:xsi="
|
12
|
-
xsi:schemaLocation="
|
13
|
-
xmlns="
|
11
|
+
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
|
12
|
+
xsi:schemaLocation="https://www.sitemaps.org/schemas/sitemap/0.9 https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
|
13
|
+
xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
|
14
14
|
{%- assign collections = site.collections | where_exp:'collection','collection.output != false' -%}
|
15
15
|
{%- for collection in collections -%}
|
16
16
|
{%- assign docs = collection.docs | where_exp:'doc','doc.sitemap != false' -%}
|
17
17
|
{%- for doc in docs %}
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
{
|
18
|
+
<url>
|
19
|
+
<loc>{{ doc.url | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
|
20
|
+
{%- if doc.last_modified_at or doc.date %}
|
21
|
+
<lastmod>{{ doc.last_modified_at | default: doc.date | date_to_xmlschema }}</lastmod>
|
22
|
+
{%- endif %}
|
23
|
+
</url>
|
24
|
+
{%- endfor -%}
|
25
25
|
{%- endfor -%}
|
26
26
|
|
27
27
|
{%- assign pages = site.html_pages | where_exp:'doc','doc.sitemap != false' | where_exp:'doc','doc.url != "/404.html"' -%}
|
28
28
|
{%- for page in pages %}
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
{
|
29
|
+
<url>
|
30
|
+
<loc>{{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
|
31
|
+
{%- if page.last_modified_at %}
|
32
|
+
<lastmod>{{ page.last_modified_at | date_to_xmlschema }}</lastmod>
|
33
|
+
{%- endif %}
|
34
|
+
</url>
|
35
|
+
{%- endfor -%}
|
36
36
|
|
37
37
|
{%- assign static_files = page.static_files | where_exp:'page','page.sitemap != false' | where_exp:'page','page.name != "404.html"' -%}
|
38
38
|
{%- for file in static_files %}
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
{
|
44
|
-
</urlset>
|
39
|
+
<url>
|
40
|
+
<loc>{{ file.path | absolute_url | xml_escape }}</loc>
|
41
|
+
<lastmod>{{ file.modified_time | date_to_xmlschema }}</lastmod>
|
42
|
+
</url>
|
43
|
+
{%- endfor %}
|
44
|
+
</urlset>
|
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.6
|
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-
|
11
|
+
date: 2023-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
|
-
rubygems_version: 3.4.
|
68
|
+
rubygems_version: 3.4.17
|
69
69
|
signing_key:
|
70
70
|
specification_version: 4
|
71
71
|
summary: A hard-core minimalistic, single-author Jekyll theme with almost default
|