meliora 0.2.1 → 0.2.2
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/_includes/image.html +3 -1
- data/_includes/paginated-posts.html +6 -7
- data/_layouts/post.html +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67358adda3294373833a8458e058719df7632e06
|
|
4
|
+
data.tar.gz: 130061dac27347ac778d2c5b602c74fce192eecb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1e59cdbaae415d0eb0e681b9af6b1bad5bee5fac46b03a300e32d1d53300115617fd45be078dfd957273976d92b95620aeb807d3def97d3e9dc1a87e55dc8b4
|
|
7
|
+
data.tar.gz: 2eaa0c2a37c39c899e342b7189f40767ce3bfd83f87a332a4df1610252947a5fedf258e05ff4fbcaa8c6ff140b9545a1593ce8e92ddf41e60e45d3f7b0fde53f
|
data/_includes/image.html
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
<figure class="bg-material50 border-material400">
|
|
2
|
-
<
|
|
2
|
+
<a href="{{ include.src | replace: 'resized', 'fullsize' | prepend: site.url }}" title="Click image to view full-size version.">
|
|
3
|
+
<img class="border-materialBlack" src="{{ include.src | prepend: site.url }}" alt="{{ include.alt }}" width="{{ site.body_width | minus: 23 }}px" />
|
|
4
|
+
</a>
|
|
3
5
|
{% if include.caption %}
|
|
4
6
|
<figcaption>{{ include.caption | markdownify }}</figcaption>
|
|
5
7
|
{% endif %}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
<nav id="{{ include.id }}" aria-label="{{ include.aria_label }}">
|
|
2
2
|
{% for post in paginator.posts %}
|
|
3
|
-
<article class="
|
|
3
|
+
<article class="post_list_item">
|
|
4
4
|
<header>
|
|
5
5
|
<h3>{% unless post.altTitle %}{{ post.title }}{% else %}{{ post.altTitle | markdownify | remove: '<p>' | remove: '</p>' | strip }}{% endunless %}</h3>
|
|
6
|
-
{% include post-list-meta.html %}
|
|
7
6
|
</header>
|
|
8
7
|
<section>
|
|
9
8
|
<p>{{ post.description }}</p>
|
|
@@ -16,18 +15,18 @@
|
|
|
16
15
|
</nav>
|
|
17
16
|
<!-- Pagination links -->
|
|
18
17
|
<nav class="pager" aria-label="Paginator Navigation">
|
|
19
|
-
<div class="container">
|
|
18
|
+
<div class="container">
|
|
20
19
|
{% if paginator.previous_page %}
|
|
21
20
|
<a class="prev" href="{{ paginator.previous_page_path | prepend: site.url }}">
|
|
22
21
|
<span>⇐ Older</span>
|
|
23
|
-
</a>
|
|
24
|
-
{% endif %}
|
|
22
|
+
</a>
|
|
23
|
+
{% endif %}
|
|
25
24
|
{% if paginator.next_page %}
|
|
26
25
|
<span class="float_right">
|
|
27
26
|
<a class="next" href="{{ paginator.next_page_path | prepend: site.url }}">
|
|
28
27
|
<span>Newer ⇒</span>
|
|
29
28
|
</a>
|
|
30
29
|
</span>
|
|
31
|
-
{% endif %}
|
|
30
|
+
{% endif %}
|
|
32
31
|
</div>
|
|
33
|
-
</nav>
|
|
32
|
+
</nav>
|
data/_layouts/post.html
CHANGED
|
@@ -3,7 +3,7 @@ layout: default
|
|
|
3
3
|
---
|
|
4
4
|
<header id="page_header">
|
|
5
5
|
{% include skip-nav.html %}
|
|
6
|
-
{% include nav-menu.html id="page_nav" aria_label="Page Menu" class="flat_nav_menu" menu="
|
|
6
|
+
{% include nav-menu.html id="page_nav" aria_label="Page Menu" class="flat_nav_menu" menu="blog" %}
|
|
7
7
|
</header>
|
|
8
8
|
{% include noscript.html %}
|
|
9
9
|
<main id="main_content">
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meliora
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Graybosch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-05-
|
|
11
|
+
date: 2017-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -252,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
252
252
|
version: '0'
|
|
253
253
|
requirements: []
|
|
254
254
|
rubyforge_project:
|
|
255
|
-
rubygems_version: 2.
|
|
255
|
+
rubygems_version: 2.6.11
|
|
256
256
|
signing_key:
|
|
257
257
|
specification_version: 4
|
|
258
258
|
summary: A minamalistic Jekyll theme.
|