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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01a7d14f86a205dd97a1781f8c49664064c8d0e2ee58a761386df5ac0dfa9b4c
4
- data.tar.gz: aa00f9c9b2af4ef6fc91b11e49e67e310972e503459b3f394af9bfb0a9f8e989
3
+ metadata.gz: 02ebedc85d0bf8df34d9b9b4bbd8a36f994bc289139b462abc716c0a5721492d
4
+ data.tar.gz: 87f08aa2f273e6391c9286cc0619d462c53fadf0bdabd9e5b31db6c135fccc16
5
5
  SHA512:
6
- metadata.gz: 98f06d3045861d796d5134030a81b3e3674ebbe1e0259819c2b41aa08ded026636d739b31aa444995127fbbdb1831d26090e3b4b155a741f752b4d8e99213cb0
7
- data.tar.gz: 70c38bdf6537e86212e7ed2bbd6e68b7b3f2cd6183e33d8d5cce3071e8439c7513adca8fab074b7d261d22daf4f7040d41897b25ffb417b57a6e9428136cdb9d
6
+ metadata.gz: ec08f63eefaf6f0628168fb2b2f668d61135a7414b66026b0efa40cd45c928abdb7834e85a4975083c3e7f8d4b5969173331f5b9bace1f900466d4c9241799cf
7
+ data.tar.gz: f59cf0b8790c9479fdacc9715b7ef05cecec8f81d81439782d99dd42ecaeaf56b0031b199723cf7e3cb139d4c8b2bb6db24198005b8060e1d8a57f958a06a622
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Nano
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/nano-theme.svg)](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.
@@ -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
@@ -4,7 +4,7 @@ $DARKbgColour: #000;
4
4
  $accentColour: #f62c43;
5
5
 
6
6
  // Header Colours (also uses $accentColour)
7
- $headerTextColour: #000000;
7
+ $headerTextColour: #000;
8
8
 
9
9
  // Navigation Colours
10
10
  $navColour: #000;
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.1
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-04 00:00:00.000000000 Z
11
+ date: 2020-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler