jekyll-recker 1.2.1 → 1.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: 57baf95903827025064b936a07c83984779e201d632d62343c2c3dc046135e90
4
- data.tar.gz: eb5f5afa3612fff8cd5f75b24aa976c7806ced88abfeb09b3f0951af15f34940
3
+ metadata.gz: a7c17927e227e392e2bf48faf7e623e463ab8ef3647f83ddbca8217980bbb511
4
+ data.tar.gz: e59bab85cee9f9c5e5d2aedbf4a3978df4f68bc0b06657a31e5e45b7f37f0ac4
5
5
  SHA512:
6
- metadata.gz: a6a6c5f66c0028be4371fac2125c6965a81b36e4e26fda36dcf9d822cb4446b710f959614e20db2cd7614e36f7bbebe4d8d7ffdfdaefb1b872b270cc6aebc50d
7
- data.tar.gz: c840806dbd64b1f64fe891a8eec5326a09bb1be8f2c7e6130772da17616717186e9da58956d04f5c68a9cf423e8e86cd0ff476b31729a79e3905750046615a42
6
+ metadata.gz: bf113a841c5986758ab082aadcdd094d5db6ffbdfe8d53e877b3a37093f3a457cb2b44431b8d0b5b41dde677d0912f1d0e72422e90831089485058f3f96acbd7
7
+ data.tar.gz: 17758558184be22b37e0fae164c77226e8d5cee64d4884367ddbbc1566348cf7f1a56634a68ec09a37d5d464398e052364cc0ad5b36ffba1b63a66f7fcc41099
data/README.org CHANGED
@@ -4,7 +4,8 @@
4
4
  #+STARTUP: showall
5
5
  #+DESCRIPTION: my website's custom jekyll plugin
6
6
 
7
- This is the jekyll plugin for my personal website.
7
+ This is the jekyll plugin for my personal website. Source code
8
+ available on [[https://github.com/arecker/blog][github]].
8
9
 
9
10
  ** Installation
10
11
 
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  ---
3
- // @import 'https://fonts.googleapis.com/css?family=Titillium+Web&display=swap';
4
3
  @import 'https://fonts.googleapis.com/css?family=Open+Sans&display=swap';
5
4
  @import 'https://fonts.googleapis.com/css?family=Inconsolata&display=swap';
6
5
 
@@ -44,10 +43,12 @@ h1, h2, h3 {
44
43
  }
45
44
 
46
45
  header {
46
+ text-transform: lowercase;
47
+
47
48
  h1 {
48
49
  margin-bottom: 9px;
49
50
  }
50
-
51
+
51
52
  p {
52
53
  margin-top: 9px;
53
54
  }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Recker
5
- VERSION = '1.2.1'
5
+ VERSION = '1.2.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-recker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Recker