jekyll-theme-miniplex 0.10.0 → 0.11.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 +30 -5
- data/_config.yml +1 -0
- data/_layouts/default.html +1 -3
- data/_sass/jekyll-theme-miniplex.sass +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9c11f637c111319d8ae149ae36b8d8215908f1053c6d24f2f5be9be01a94180
|
4
|
+
data.tar.gz: 329c554bbe5a8dcfc45a1dd52cad6ed5a8a392d9a2448b9f1bef975936736d4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c16965f1cf14bb73c6daefb1c2ddb223b0304d607f84f4e22f33c18e99ea324b5ea45e2d35211225f5ded5494d3660eb89950268dcba183d9fa6df3b24686e6
|
7
|
+
data.tar.gz: c280e7c8fe1d404056d4294b4c599f4bb869e56b34709b418237a1dce4f888505d7cac8ff0264db690654db0349df47c7f7693851028e824ace87fba89499e85
|
data/README.md
CHANGED
@@ -1,20 +1,29 @@
|
|
1
1
|
# jekyll-theme-miniplex
|
2
2
|
|
3
|
-
A theme for [Jekyll](https://jekyllrb.com/). Features
|
3
|
+
A theme for [Jekyll](https://jekyllrb.com/). Features:
|
4
4
|
|
5
|
+
- Light & dark modes.
|
6
|
+
- Table reformatting on mobile and for very small screens.
|
7
|
+
- Styles for printing.
|
8
|
+
- At least some basic accessibility.
|
5
9
|
- Responsive.
|
6
|
-
- Table reformatting for very small screens.
|
7
10
|
- Hamburger menu at the bottom right, easy to reach.
|
8
11
|
- Uses the [IBM Plex](https://www.ibm.com/plex/) typeface, hence the name.
|
9
12
|
|
10
|
-
I'm using this for my personal web site, so don't expect this to fit your needs.
|
13
|
+
I'm using this for [my personal web site](https://timowuersch.com/), so don't expect this to fit your needs.
|
11
14
|
|
12
15
|
## What it looks like
|
13
16
|
|
17
|
+
### On desktop
|
18
|
+
|
14
19
|

|
15
20
|
|
16
21
|
|
17
22
|
|
23
|
+
### On mobile
|
24
|
+
|
25
|
+

|
26
|
+
|
18
27
|
## Installation
|
19
28
|
|
20
29
|
Add the following to your Jekyll site's `Gemfile`:
|
@@ -22,19 +31,27 @@ Add the following to your Jekyll site's `Gemfile`:
|
|
22
31
|
```ruby
|
23
32
|
gem "jekyll-theme-miniplex"
|
24
33
|
|
25
|
-
# jekyll-theme-miniplex depends on
|
34
|
+
# jekyll-theme-miniplex depends on these.
|
26
35
|
gem "jekyll-titles-from-headings", "~> 0.5.3"
|
36
|
+
gem "jekyll-seo-tag"
|
27
37
|
|
28
38
|
# Use the most recent version of jekyll-sass-converter, to force Dart Sass
|
29
39
|
gem "sass-embedded"
|
30
40
|
gem "jekyll-sass-converter", github: "jekyll/jekyll-sass-converter"
|
31
41
|
```
|
32
42
|
|
43
|
+
(Note that this will also install [jekyll-titles-from-headings](https://github.com/benbalter/jekyll-titles-from-headings) and [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag/), which this theme depends on.)
|
44
|
+
|
33
45
|
Add the following to your Jekyll site's `_config.yml`:
|
34
46
|
|
35
47
|
```yaml
|
36
48
|
theme: jekyll-theme-miniplex
|
37
49
|
|
50
|
+
plugins:
|
51
|
+
- jekyll-coffeescript
|
52
|
+
- jekyll-titles-from-headings
|
53
|
+
- jekyll-seo-tag
|
54
|
+
|
38
55
|
titles_from_headings:
|
39
56
|
enabled: true
|
40
57
|
strip_title: true
|
@@ -63,9 +80,16 @@ miniplex:
|
|
63
80
|
mobile_nav_menu_title: "Menü"
|
64
81
|
```
|
65
82
|
|
83
|
+
### Navigation & footer content, and additional HEAD content
|
84
|
+
|
85
|
+
Optionally, put any of the following files into the `_includes` folder to override or extend the defaults:
|
86
|
+
|
87
|
+
- `footer.html` contains the footer content
|
88
|
+
- `additional_head_tags.html` will be included at the end of the HEAD block, before BODY starts
|
89
|
+
- `navigation_desktop.html` and `navigation_mobile.html` contain the contents of the desktop and mobile navigation, respectively.
|
90
|
+
|
66
91
|
## ToDos & Missing Features
|
67
92
|
|
68
|
-
- [ ] Footer
|
69
93
|
- [ ] In-page navigation
|
70
94
|
- [ ] Maximizable tables
|
71
95
|
- [ ] Breadcrumbs, if possible
|
@@ -76,6 +100,7 @@ miniplex:
|
|
76
100
|
|
77
101
|
Most recent at the top.
|
78
102
|
|
103
|
+
- [X] Footer
|
79
104
|
- [X] Dark mode
|
80
105
|
- [X] Print CSS
|
81
106
|
- [X] Mobile nav bugfixing
|
data/_config.yml
CHANGED
data/_layouts/default.html
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
<!doctype html>
|
2
2
|
<html lang="en">
|
3
3
|
<head>
|
4
|
-
|
5
|
-
<title>{{ page.title }} - {{ site.title }}</title>
|
6
|
-
|
7
4
|
<meta charset="utf-8">
|
8
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
9
6
|
<meta name="theme-color" content="#ffffff">
|
@@ -13,6 +10,7 @@
|
|
13
10
|
|
14
11
|
{% include additional_head_tags.html %}
|
15
12
|
|
13
|
+
{% seo %}
|
16
14
|
</head>
|
17
15
|
|
18
16
|
<body>
|
@@ -275,7 +275,7 @@ body
|
|
275
275
|
display: grid
|
276
276
|
height: 100vh
|
277
277
|
grid-template-columns: [left-navigation] auto [content] 1fr
|
278
|
-
grid-template-rows: [navigation-and-content]
|
278
|
+
grid-template-rows: [navigation-and-content] 1fr [footer] min-content
|
279
279
|
|
280
280
|
@include below_large_mode
|
281
281
|
display: flex
|