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 +4 -4
- data/README.org +2 -1
- data/assets/jekyll-recker.scss +3 -2
- data/lib/jekyll-recker/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7c17927e227e392e2bf48faf7e623e463ab8ef3647f83ddbca8217980bbb511
|
|
4
|
+
data.tar.gz: e59bab85cee9f9c5e5d2aedbf4a3978df4f68bc0b06657a31e5e45b7f37f0ac4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/assets/jekyll-recker.scss
CHANGED
|
@@ -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
|
}
|