jekyll-theme-miniplex 0.6.0 → 0.7.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -2
  3. data/_layouts/post.html +12 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 957db19fe7bbac03587b8b4870732266f3d8166a44787aeeaec0957193e03531
4
- data.tar.gz: d182ab7d3c33759060400db40e67ad8812a8857f7caf951f571a62c65c20092b
3
+ metadata.gz: 52919686c779fb08d95767dd5263f9cac5fb60c15d65fc7eb3b7a8ac6d270b1a
4
+ data.tar.gz: 8e1c22ca08f44e44b65042355dbde529194e13eda6d55483b831d2ab62a37555
5
5
  SHA512:
6
- metadata.gz: 82ec3ade4ac53665c1ed4acfa78f694ffb82de64a813434c68327acbd2ba8dd1cae28af7b7a8e02f8112021710a24213ee00ef05ac8536b15dd212894e3ca749
7
- data.tar.gz: 3e28adc635b0668bf434cdc6ed0374dd7f03cfcc34ec50d4d3c2ef9172fc5dee062d57d1322295a79820ad81600aa226fa58808d0bfef5bbf7fd2163f2688d67
6
+ metadata.gz: f353ab99352eb668477e3269245f83f41bc1211d021e7b4ba40c47b3bb62390d0ef3553fffeef32b7a2f23a250b00df6ab0c3e7291fbe0c2c014ca08912a7c1f
7
+ data.tar.gz: 4d04b11f9876c5aa4422044c1859dc64f1be6fdd39dade78bedb6803106e0695539dde4aaca36eab3f5f32eabea32ec7e3df7df7bb318baf43c33c7250081f3c
data/README.md CHANGED
@@ -63,16 +63,21 @@ miniplex:
63
63
 
64
64
  ## ToDos & Missing Features
65
65
 
66
+ - [ ] Mobile nav bugfixing
67
+ - [ ] Dark mode
66
68
  - [ ] Print CSS
67
- - [ ] Breadcrumbs
68
69
  - [ ] In-page navigation
69
70
  - [ ] Footer
70
71
  - [ ] Maximizable tables
72
+ - [ ] Breadcrumbs, if possible
71
73
  - [ ] Side notes, if possible
72
- - [ ] Dark mode
74
+
73
75
 
74
76
  ### Done
75
77
 
78
+ Most recent at the top.
79
+
80
+ - [X] Post author & date flexibility
76
81
  - [X] Add a post's date to the page layout, or to a separate post layout
77
82
 
78
83
 
data/_layouts/post.html CHANGED
@@ -2,8 +2,17 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <p>
6
- <small>{{ page.date | date: "%d.%m.%Y" }}</small>
7
- </p>
5
+ {% if page.date %}
6
+ {% if page.author %}
7
+ <p><small>{{ page.author }}, {{ page.date | date: "%Y-%m-%d" }}</small></p>
8
+ {% else %}
9
+ <p><small>{{ page.date | date: "%Y-%m-%d" }}</small></p>
10
+ {% endif %}
11
+ {% else %}
12
+ {% if page.author %}
13
+ <p><small>{{ page.author }}</small></p>
14
+ {% else %}
15
+ {% endif %}
16
+ {% endif %}
8
17
 
9
18
  {{ content }}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-miniplex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timo Würsch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-09 00:00:00.000000000 Z
11
+ date: 2023-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll