jekyll-theme-mnc 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8bfc523055587e305611e81909353db07a6787d32584e9a673700d86b45f0eca
4
- data.tar.gz: 8768097ddef4573ae1540ab73c49b38fa591d4bfb4597f5206ab02606e454d03
3
+ metadata.gz: 9c99be8d3abab044a6a3b91ea06a76a32bdee69dd2fb35437651430fe0067f51
4
+ data.tar.gz: 0f95c56b24b580c844a22b3dea3820ccfb64e6be30bd08bd9b6418c9de4d6550
5
5
  SHA512:
6
- metadata.gz: a5d528e368e6826f387442c7c704465a1069b19b02e83b379c8fda12a047f929b99a51a15859de655ca244002f2b5fc00895423dcd97c998af160530834250a6
7
- data.tar.gz: 74cc57e67d5bb73b92b7fb9c719617a7e7981c57e180bb8379b0ee00bb9edf25480e1d316a76a48e5836f45385aaa969837576b9c381adbe8f860e1ea7a10159
6
+ metadata.gz: 4bb3411ccc7388ed0503196223ca2b381ae6833815911ae6ddb21dc31c236b8007eecfe9cc9bc2f32f14324c5fbf236be9a0cd8d51b95432e979b677b9210f76
7
+ data.tar.gz: 4298551c4892e54c2f28e24784f40e01ac860a921d99c87a891732167639fcc1402525c53b121513f2f3c2f1b7895edfb6fc13b833d676f0185122a3217fad9f
data/README.md CHANGED
@@ -12,13 +12,53 @@
12
12
 
13
13
  ## Installation
14
14
 
15
- Add this line to your Jekyll site's Gemfile:
15
+ 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.
16
+
17
+ GitHub Pages gem users need to use the remote theme method.
18
+
19
+ ### Installation from Gem
20
+
21
+ Add this line to your Jekyll site's `Gemfile`:
16
22
 
17
23
  ```ruby
18
- gem "jekyll-theme-mnc"
24
+ gem "jekyll-theme-mnc", group: [:jekyll_plugins]
19
25
  ```
20
26
 
21
- Then execute `bundle` in your terminal.
27
+ Then run `bundle` in your terminal.
28
+
29
+ ```sh
30
+ bundle
31
+ ```
32
+
33
+ Also add the theme to your Jekyll site's `_config.yml`:
34
+
35
+ ```yaml
36
+ theme: jekyll-theme-mnc
37
+ ```
38
+
39
+ Make sure that this is the only `theme:` in `_config.yml`, and that there are no other `remote-theme:`.
40
+
41
+ ### Installation as Remote Theme
42
+
43
+ Add this line to your Jekyll site's `Gemfile`:
44
+
45
+ ```ruby
46
+ gem "jekyll-remote-theme", group: [:jekyll_plugins]
47
+ ```
48
+
49
+ Then run `bundle` in your terminal.
50
+
51
+ ```sh
52
+ bundle
53
+ ```
54
+
55
+ Finally add the remote theme to your Jekyll site's `_config.yml`:
56
+
57
+ ```yaml
58
+ remote_theme: michaelnordmeyer/jekyll-theme-mnc
59
+ ```
60
+
61
+ Make sure that this is the only `remote_theme:` in `_config.yml`, and that there are no other `theme:`.
22
62
 
23
63
  ## Contents At-A-Glance
24
64
 
@@ -30,6 +70,8 @@ Refers to files within the `_layouts` directory, that define the markup for your
30
70
  - `home.html` – The layout for your landing-page / home-page / index-page. [[More Info.](#home-layout)]
31
71
  - `page.html` – The layout for your documents that contain FrontMatter, but are not posts.
32
72
  - `post.html` – The layout for your posts.
73
+ - `redirect.html` – The layout which will be used by the optional plugin [Jekyll Redirect From](https://github.com/jekyll/jekyll-redirect-from)
74
+
33
75
 
34
76
  #### Home Layout
35
77
 
@@ -214,7 +256,7 @@ jekyll-theme-mnc:
214
256
  You can declare an icon for the tumblelog in `_config.yml`.
215
257
 
216
258
  ```yaml
217
- tumblelog_icon: /icon.png
259
+ tumblelog_icon: /assets/icons/icon.webp
218
260
  ```
219
261
 
220
262
  ### Header Image Support
@@ -1 +1 @@
1
- <p><small>Subscribe to updates <a href="{{ '/feed.xml' | relative_url }}" rel="alternate nofollow">via Atom feed</a> or <a href="{{ '/feed.json' | relative_url }}" rel="alternate nofollow">via JSON feed</a></small></p>
1
+ <p><small>Subscribe to updates <a href="{{ '/feed.xml' | relative_url }}" rel="alternate noindex" type="application/atom+xml">via Atom feed</a> or <a href="{{ '/feed.json' | relative_url }}" rel="alternate noindex" type="application/feed+json">via JSON feed</a></small></p>
@@ -21,7 +21,7 @@
21
21
  {%- assign category_paths = site.categories | default: default_paths -%}
22
22
  {%- assign sorted_categories = site.categories | sort -%}
23
23
  {% for category in sorted_categories %}
24
- <a itemprop="url" href="{{ site.baseurl }}/{{ site.jekyll-theme-mnc.category_slug}}/{{ category[0] | slugify }}" rel="nofollow">{{ category[0] | smartify }}</a>
24
+ <a itemprop="url" href="{{ site.baseurl }}/{{ site.jekyll-theme-mnc.category_slug}}/{{ category[0] | slugify }}" rel="noindex">{{ category[0] | smartify }}</a>
25
25
  {%- endfor %}
26
26
  </details>
27
27
  </nav>
@@ -1 +1 @@
1
- <p><small>Subscribe to Tumblelog updates <a href="{{ '/tumblelog/feed.xml' | relative_url }}" rel="alternate nofollow">via Atom feed</a> or <a href="{{ '/tumblelog/feed.json' | relative_url }}" rel="alternate nofollow">via JSON feed</a></small></p>
1
+ <p><small>Subscribe to Tumblelog updates <a href="{{ '/tumblelog/feed.xml' | relative_url }}" rel="alternate noindex" type="application/atom+xml">via Atom feed</a> or <a href="{{ '/tumblelog/feed.json' | relative_url }}" rel="alternate noindex" type="application/feed+json">via JSON feed</a></small></p>
data/_layouts/error.html CHANGED
@@ -1,13 +1,13 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="{{ page.lang | default: site.lang | default: 'en' }}">
3
3
  <head>
4
- <meta name="robots" content="noindex,follow">
4
+ <meta name="robots" content="noindex, follow">
5
5
  <meta charset="utf-8">
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
7
  <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
8
8
  <title>{% if page.title %}{{ page.title | smartify }}{% else %}{{ site.title | smartify }}{% endif %}</title>
9
9
  <meta name="description" content="Error page">
10
- <link rel="icon" type="image/png" href="{{ '/icon.png' | relative_url }}">
10
+ <link rel="icon" type="image/webp" href="{{ '/assets/icons/icon.webp' | relative_url }}">
11
11
  </head>
12
12
  <body>
13
13
  {% include header.html %}
@@ -1,13 +1,13 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="{{ page.lang | default: site.lang | default: 'en' }}">
3
3
  <head>
4
- <meta name="robots" content="noindex,follow">
4
+ <meta name="robots" content="noindex, follow">
5
5
  <meta charset="utf-8">
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
7
  <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
8
- <title>Redirecting from {{ page.redirect.from | relative_url }} to {{ page.redirect.to | absolute_url }}</title>
8
+ <title>Redirecting…</title>
9
9
  <meta name="description" content="Redirect page">
10
- <link rel="icon" type="image/png" href="{{ '/icon.png' | relative_url }}">
10
+ <link rel="icon" type="image/webp" href="{{ '/assets/icons/icon.webp' | relative_url }}">
11
11
  <link rel="canonical" href="{{ page.redirect.to | absolute_url }}">
12
12
  <meta http-equiv="refresh" content="0; url={{ page.redirect.to | absolute_url }}">
13
13
  </head>
@@ -20,8 +20,10 @@
20
20
  <h1 itemprop="headline" itemscope itemtype="https://schema.org/Text">Redirecting…</h1>
21
21
  </header>
22
22
  <div itemprop="mainContentOfPage" itemscope itemtype="https://schema.org/WebPageElement">
23
- <a href="{{ page.redirect.to | absolute_url }}">Click here if you are not being redirected.</a>
24
- <script>location="{{ page.redirect.to | absolute_url }}"</script>
23
+ <p>Redirecting from {{ page.redirect.from | relative_url }} to {{ page.redirect.to | absolute_url }}.</p>
24
+ <p>
25
+ <a href="{{ page.redirect.to | absolute_url }}">Click here if you are not being redirected.</a>
26
+ </p>
25
27
  </div>
26
28
  </article>
27
29
  </main>
@@ -332,10 +332,14 @@ video {
332
332
 
333
333
 
334
334
  // Footnotes. The class is automatically created by either the kramdown or gfm plugin
335
- hr:has(+ .footnotes) {
336
- margin-bottom: calc($spacing-unit / 2);
335
+ hr + .footnotes {
336
+ margin-top: calc($spacing-unit / -2);
337
337
  }
338
338
 
339
339
  .footnotes {
340
340
  font-size: $small-font-size;
341
341
  }
342
+
343
+ .footnotes li {
344
+ margin-top: calc($spacing-unit / 2);
345
+ }
Binary file
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-mnc
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
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-01-04 00:00:00.000000000 Z
10
+ date: 2025-02-25 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: jekyll
@@ -45,48 +44,61 @@ dependencies:
45
44
  - !ruby/object:Gem::Version
46
45
  version: '0.17'
47
46
  - !ruby/object:Gem::Dependency
48
- name: jekyll-include-cache
47
+ name: jekyll-sitemap
49
48
  requirement: !ruby/object:Gem::Requirement
50
49
  requirements:
51
50
  - - "~>"
52
51
  - !ruby/object:Gem::Version
53
- version: '0.2'
52
+ version: '1.4'
54
53
  type: :runtime
55
54
  prerelease: false
56
55
  version_requirements: !ruby/object:Gem::Requirement
57
56
  requirements:
58
57
  - - "~>"
59
58
  - !ruby/object:Gem::Version
60
- version: '0.2'
59
+ version: '1.4'
61
60
  - !ruby/object:Gem::Dependency
62
- name: jekyll-redirect-from
61
+ name: jekyll-seo-tag
63
62
  requirement: !ruby/object:Gem::Requirement
64
63
  requirements:
65
64
  - - "~>"
66
65
  - !ruby/object:Gem::Version
67
- version: '0.16'
66
+ version: '2.8'
68
67
  type: :runtime
69
68
  prerelease: false
70
69
  version_requirements: !ruby/object:Gem::Requirement
71
70
  requirements:
72
71
  - - "~>"
73
72
  - !ruby/object:Gem::Version
74
- version: '0.16'
73
+ version: '2.8'
75
74
  - !ruby/object:Gem::Dependency
76
- name: jekyll-seo-tag
75
+ name: bundler
77
76
  requirement: !ruby/object:Gem::Requirement
78
77
  requirements:
79
78
  - - "~>"
80
79
  - !ruby/object:Gem::Version
81
- version: '2.8'
82
- type: :runtime
80
+ version: '2.4'
81
+ type: :development
83
82
  prerelease: false
84
83
  version_requirements: !ruby/object:Gem::Requirement
85
84
  requirements:
86
85
  - - "~>"
87
86
  - !ruby/object:Gem::Version
88
- version: '2.8'
89
- description:
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'
90
102
  email:
91
103
  - michaelnordmeyer@users.noreply.github.com
92
104
  executables: []
@@ -127,13 +139,13 @@ files:
127
139
  - _sass/jekyll-theme-mnc/skins/solarized-light.scss
128
140
  - _sass/jekyll-theme-mnc/skins/solarized.scss
129
141
  - assets/css/style.scss
142
+ - assets/icons/icon.webp
130
143
  - assets/jekyll-theme-mnc-social-icons.svg
131
144
  homepage: https://github.com/michaelnordmeyer/jekyll-theme-mnc
132
145
  licenses:
133
146
  - MIT
134
147
  metadata:
135
148
  plugin_type: theme
136
- post_install_message:
137
149
  rdoc_options: []
138
150
  require_paths:
139
151
  - lib
@@ -141,15 +153,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
153
  requirements:
142
154
  - - ">="
143
155
  - !ruby/object:Gem::Version
144
- version: '0'
156
+ version: 2.7.0
145
157
  required_rubygems_version: !ruby/object:Gem::Requirement
146
158
  requirements:
147
159
  - - ">="
148
160
  - !ruby/object:Gem::Version
149
161
  version: '0'
150
162
  requirements: []
151
- rubygems_version: 3.5.3
152
- signing_key:
163
+ rubygems_version: 3.6.3
153
164
  specification_version: 4
154
165
  summary: A classless, minimal theme for Jekyll based on minima.
155
166
  test_files: []