minimaless 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: d2d2ed00614801074d99e1a3d6369c06d765b933
4
- data.tar.gz: cabbe88c47b16db11642433017e931d83501a5b3
3
+ metadata.gz: 80b296dab07e2e6f10bac3b05b43632d59f3ae7c
4
+ data.tar.gz: d700d6d4bf8112f4c8c11637cc96c8d96e1abf79
5
5
  SHA512:
6
- metadata.gz: b2cb7273ea3a3c4069dff317a4bcef9406f18581346193bd9b77435aa523b22a696629b76c8b508bc9522baeb41ed243440a7e4f78c3cef1a10419c0a73799d5
7
- data.tar.gz: b9058fda3b8411ca87c206b007ec1d3e4b60f0bcc46b62fbc70698580671edfe09b259b6859b3cd467fa7074bd6d3b50117690a568d9a3bb0dc444a503c630fa
6
+ metadata.gz: 9ae9575c9942f52bdc9d2987404f05874393ad67a847e83396f00f2a4f4d0704ae659e83dde2ca9c4147008ca64480e5a2825e0f37b6504e91e7f31c551aa8ef
7
+ data.tar.gz: 15dd2f06ef4c085ef4c10ba18d59a37ae618c77321147ec59abf94c7b2e39752e628e41ebeb44b48a2a31416d598a6d8611952f7bb8830cd0c36cf588c20b415
data/README.md CHANGED
@@ -4,7 +4,7 @@ It's like [minima](https://jekyll.github.io/minima/), but less. ✨
4
4
 
5
5
  ![minimaless screenshot preview](/screenshot.png)
6
6
 
7
- See the [demo site](https://brettinternet.github.io/minimaless/). Learn [how to setup](/setup.md) a Jekyll site with this theme.
7
+ See the [demo site](https://brettinternet.github.io/minimaless/). Learn [how to setup](/setup.md) a Jekyll site with this theme. The gem is found [here]()
8
8
 
9
9
  ## Installation
10
10
 
@@ -24,7 +24,7 @@
24
24
  }
25
25
 
26
26
  .site-logo {
27
- height: 20px;
27
+ height: 30px;
28
28
  width: auto;
29
29
  }
30
30
 
@@ -315,3 +315,8 @@
315
315
  }
316
316
  }
317
317
  }
318
+
319
+ .fa-external-link {
320
+ font-size: .8rem;
321
+ margin-left: 5px;
322
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimaless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - brettinternet