nano-theme 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/README.md +2 -0
- data/_includes/site-footer.html +1 -1
- data/_sass/_config.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02ebedc85d0bf8df34d9b9b4bbd8a36f994bc289139b462abc716c0a5721492d
|
|
4
|
+
data.tar.gz: 87f08aa2f273e6391c9286cc0619d462c53fadf0bdabd9e5b31db6c135fccc16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec08f63eefaf6f0628168fb2b2f668d61135a7414b66026b0efa40cd45c928abdb7834e85a4975083c3e7f8d4b5969173331f5b9bace1f900466d4c9241799cf
|
|
7
|
+
data.tar.gz: f59cf0b8790c9479fdacc9715b7ef05cecec8f81d81439782d99dd42ecaeaf56b0031b199723cf7e3cb139d4c8b2bb6db24198005b8060e1d8a57f958a06a622
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Nano
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/nano-theme)
|
|
4
|
+
|
|
3
5
|
**This is in active developement. [You can see the roadmap here.](https://trello.com/b/6uBEAJwj)**
|
|
4
6
|
|
|
5
7
|
Nano is a super lightweight Jekyll theme built to work great on all platforms, respect user privacy, and load at lightning-fast speeds.
|
data/_includes/site-footer.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
© {% if copyrightYear %}{{copyrightYear}}{% else %}{{ site.time | date: '%Y' }}{% endif %} {{ site.copyrightName }}.
|
|
4
4
|
<br />
|
|
5
5
|
{% if site.webSource %}
|
|
6
|
-
<a href="site.webSource">Contribute to this site.</a><br />
|
|
6
|
+
<a href="{{site.webSource}}">Contribute to this site.</a><br />
|
|
7
7
|
{% endif %}
|
|
8
8
|
{% for item in site.footerLinks %}
|
|
9
9
|
{% if item.url contains '://' %}
|
data/_sass/_config.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nano-theme
|
|
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
|
- doamatto
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|