jekyll-theme-hydeout 3.4.3 → 3.5.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 +4 -4
- data/README.md +1 -1
- data/_includes/pagination-newer.html +2 -2
- data/_includes/pagination-older.html +2 -2
- data/_includes/sidebar-nav-links.html +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: afbddb7d798ee5bc43516d2c939e3dfa9ab2a2d2
|
|
4
|
+
data.tar.gz: c0ad46c15e7a15cc65913b8683e214834348d1b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7367f7483083492016d96257c66c744cce2746e1cb68904e1780f276bf586df54da22444676830a749963fd95266826076b05c5569c258c6914c7534cb6434fa
|
|
7
|
+
data.tar.gz: 57c5b57137cc9d4faadcb9ecb29459fbcd592b7f26088b55f325e1dc874f441c5f76165680f8c1ba9062eb49134e86da3bba8edfbdb011afa65cb00b6623f151
|
data/README.md
CHANGED
|
@@ -102,7 +102,7 @@ You can see the full set of partials you can replace in the
|
|
|
102
102
|
---
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
* Hydeout
|
|
105
|
+
* Hydeout adds a new "category" layout for dedicated category pages.
|
|
106
106
|
Category pages are automatically added to the sidebar. All other pages
|
|
107
107
|
must have `sidebar_link: true` in their front matter to show up in
|
|
108
108
|
the sidebar. To create a category page, use the `category` layout"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{% if paginator.previous_page %}
|
|
2
2
|
<div class="pagination">
|
|
3
3
|
<a class="pagination-item newer"
|
|
4
|
-
href="{{ site.baseurl }}
|
|
4
|
+
href="{{ site.baseurl }}{{ paginator.previous_page_path }}">
|
|
5
5
|
Newer
|
|
6
6
|
</a>
|
|
7
7
|
</div>
|
|
8
|
-
{% endif %}
|
|
8
|
+
{% endif %}
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
<a class="home-link {% if page.url == '/' %} active{% endif %}"
|
|
4
4
|
href="{{ site.baseurl }}/">Home</a>
|
|
5
5
|
{% endif %}
|
|
6
|
+
{% if site.sidebar_blog_link %}
|
|
7
|
+
<a class="page-link {% if page.url == site.sidebar_blog_link %} active{% endif %}"
|
|
8
|
+
href="{{ site.baseurl }}{{ site.sidebar_blog_link }}">Blog</a>
|
|
9
|
+
{% endif %}
|
|
6
10
|
|
|
7
11
|
{% comment %}
|
|
8
12
|
The code below dynamically generates a sidebar nav of pages with
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-hydeout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Fong
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|