jekyll-oedipus-theme 1.0.2 → 2.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1d4c18acd8002eb209db8019127d9ad6c265b12aabea1d32309b53895327e88
4
- data.tar.gz: d8a7d658503835929e3f7f922ecaa8486b87afa6e28cb3e2a2866b2893d46409
3
+ metadata.gz: 12db10baf5d8f3eed5cc0b1ccf431c7a0004ed8db1e7f911aec671dbf4a5a4ae
4
+ data.tar.gz: 8c48d7a8de4872596b6e90aba8002e6eb3306e7a062f394ab50ad7a41b6b3b93
5
5
  SHA512:
6
- metadata.gz: 51371ada1b6668b91dc46fd5922bac9e85561336f0e9d235960a92e606339e18cd84260dde75234d69eda9991824c6b416d00eacb9cd913b72d96508a8c973ad
7
- data.tar.gz: 196ac8ffc9e746be0e4f27da71363d1ce84610155f970582a8d7b5a56f05e1b7575f147549b03cb4cbb9a901d23c25c207ed7db6c8c9aae5380736df81332196
6
+ metadata.gz: 376bbf1209b1baab87bd74423c4a8702c895b56b19c530a1639e432d92847643f022f51796a37bbd44f66d5b89d842646170b5b48d3eb0e9a1ad9a08c789d5fa
7
+ data.tar.gz: 0eafc5ad5370c9f052d38c27658c81768c12b0eb7636144039300fe239a212078848aa567e0678e3816a15ba70b555bd4e10978111605d23b6ae285b41793d3d
@@ -1,7 +1,9 @@
1
- {% for post in site.posts %}
2
- <article>
3
- <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
4
- <p><em>{{ post.description }}</em></p>
5
- <p>posted on {{ post.date | date: "%Y-%m-%d" }}</p>
6
- </article>
7
- {% endfor %}
1
+ <dl>
2
+ {% for post in site.posts %}
3
+ <dt>
4
+ [{{ post.date | date: "%Y-%m-%d" }}]
5
+ <a href="{{ post.url }}">{{ post.title }}</a>
6
+ </dt>
7
+ <dd>{{ post.description }}</dd>
8
+ {% endfor %}
9
+ </dl>
@@ -1,7 +1,9 @@
1
- {% for post in site.posts | limit: include.limit %}
2
- <article>
3
- <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
4
- <p><em>{{ post.description }}</em></p>
5
- <p>posted on {{ post.date | date: "%Y-%m-%d" }}</p>
6
- </article>
7
- {% endfor %}
1
+ <dl>
2
+ {% for post in site.posts | limit: include.limit %}
3
+ <dt>
4
+ [{{ post.date | date: "%Y-%m-%d" }}]
5
+ <a href="{{ post.url }}">{{ post.title }}</a>
6
+ </dt>
7
+ <dd>{{ post.description }}</dd>
8
+ {% endfor %}
9
+ </dl>
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-oedipus-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Graybosch
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-06 00:00:00.000000000 Z
11
+ date: 2021-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: webrick
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.7'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: jekyll
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -92,7 +106,7 @@ dependencies:
92
106
  - - ">="
93
107
  - !ruby/object:Gem::Version
94
108
  version: 2.7.1
95
- description:
109
+ description:
96
110
  email:
97
111
  - contact@matthewgraybosch.com
98
112
  executables: []
@@ -136,7 +150,7 @@ homepage: https://github.com/matthewgraybosch/jekyll-oedipus-theme
136
150
  licenses:
137
151
  - GPL-3.0
138
152
  metadata: {}
139
- post_install_message:
153
+ post_install_message:
140
154
  rdoc_options: []
141
155
  require_paths:
142
156
  - lib
@@ -144,15 +158,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
158
  requirements:
145
159
  - - ">="
146
160
  - !ruby/object:Gem::Version
147
- version: '2.7'
161
+ version: '3.0'
148
162
  required_rubygems_version: !ruby/object:Gem::Requirement
149
163
  requirements:
150
164
  - - ">="
151
165
  - !ruby/object:Gem::Version
152
166
  version: '0'
153
167
  requirements: []
154
- rubygems_version: 3.2.5
155
- signing_key:
168
+ rubygems_version: 3.2.22
169
+ signing_key:
156
170
  specification_version: 4
157
171
  summary: Build a motherfucking website with Jekyll (patricide optional)
158
172
  test_files: []