jekyll-theme-hydeout 5.0.0 → 5.0.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/LICENSE.md +1 -1
- data/_includes/back-link.html +5 -1
- data/_sass/hydeout/_base.scss +6 -1
- metadata +29 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc31b301cc0300603e269b68d213ead21cf72261ca7711f854f38bda0cdecd91
|
4
|
+
data.tar.gz: e69952f84da4071ec1bc786979d1653d3c5cb717817dd6edba979f0b2d16f0b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c969300d27c492dbecf343240e0f6b049400d32b76e60b8fecb23ae5e4bcc0dbf0cdb8c3f9d08b97111b92e7851509da1f508dc98ef3bac1a99b5dc0b47fdda0
|
7
|
+
data.tar.gz: de041d221aea07a5f653fa7b791b8e5190c510db47610a6d859f839732c1e68d105665826eec7e0387017b66326948ef850f8208f947837dcdbe00e913df8dcc
|
data/LICENSE.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Copyright (c) 2013 Mark Otto.
|
4
4
|
|
5
|
-
Copyright (c) 2017 Andrew Fong.
|
5
|
+
Copyright (c) 2017 Andrew Fong and additional contributors (https://github.com/fongandrew/hydeout/graphs/contributors)
|
6
6
|
|
7
7
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
8
8
|
|
data/_includes/back-link.html
CHANGED
@@ -1,6 +1,10 @@
|
|
1
|
-
{%
|
1
|
+
{% if page.back_page %}
|
2
|
+
|
3
|
+
{% assign back_page = site.pages | where: "name", page.back_page | first %}
|
2
4
|
{% if back_page != null %}
|
3
5
|
<p class="back-link">
|
4
6
|
<a href="{{ back_page.url | relative_url }}"><span class="back-arrow icon">{% include svg/back-arrow.svg %}</span>{{ back_page.short_title | default: back_page.title }}</a>
|
5
7
|
</p>
|
6
8
|
{% endif %}
|
9
|
+
|
10
|
+
{% endif %}
|
data/_sass/hydeout/_base.scss
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-hydeout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Fong
|
@@ -71,6 +71,34 @@ dependencies:
|
|
71
71
|
- - "~>"
|
72
72
|
- !ruby/object:Gem::Version
|
73
73
|
version: '0.17'
|
74
|
+
- !ruby/object:Gem::Dependency
|
75
|
+
name: jekyll-include-cache
|
76
|
+
requirement: !ruby/object:Gem::Requirement
|
77
|
+
requirements:
|
78
|
+
- - "~>"
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: '0.2'
|
81
|
+
type: :runtime
|
82
|
+
prerelease: false
|
83
|
+
version_requirements: !ruby/object:Gem::Requirement
|
84
|
+
requirements:
|
85
|
+
- - "~>"
|
86
|
+
- !ruby/object:Gem::Version
|
87
|
+
version: '0.2'
|
88
|
+
- !ruby/object:Gem::Dependency
|
89
|
+
name: jemoji
|
90
|
+
requirement: !ruby/object:Gem::Requirement
|
91
|
+
requirements:
|
92
|
+
- - "~>"
|
93
|
+
- !ruby/object:Gem::Version
|
94
|
+
version: '0.13'
|
95
|
+
type: :runtime
|
96
|
+
prerelease: false
|
97
|
+
version_requirements: !ruby/object:Gem::Requirement
|
98
|
+
requirements:
|
99
|
+
- - "~>"
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
version: '0.13'
|
74
102
|
- !ruby/object:Gem::Dependency
|
75
103
|
name: bundler
|
76
104
|
requirement: !ruby/object:Gem::Requirement
|