golink 1.0.2 → 1.0.3
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 +1 -0
- data/lib/golink/template/config_yml.rb +0 -3
- data/lib/golink/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3b05a11aaf70cd12c29582aa8dbd1af2c53a720
|
4
|
+
data.tar.gz: 88564cb96074e0ba111b0d05fe8d9c3b65bf77b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b2e63b4cd829c4492a0bc16a14730312da6ce0dc5c17a1d334efd67dfde6cf9d74451297d3ed9868113e1dcfa46e0af9376d331eaa52ed3b8d06e9cb5f4484b
|
7
|
+
data.tar.gz: 6e65f2d587d5df446baa33cd0081a163edcf447a9cefd25aaee461b13ad4951378a4bb4490d909e18ef9d04b9b62ac066fec27fac65548914a92d0d9c11cb83a
|
data/README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
[](https://badge.fury.io/rb/golink)
|
4
4
|
[](https://gemnasium.com/github.com/williamcanin/golink)
|
5
|
+
[](https://travis-ci.org/williamcanin/golink)
|
5
6
|
|
6
7
|
|
7
8
|
Golink is a minimal theme for [Jekyll](https://jekyllrb.com), especially for those who want to have a page only to redirect links to other addresses.
|
@@ -16,9 +16,6 @@ module Jekyll
|
|
16
16
|
file.puts " style: compressed"
|
17
17
|
file.puts "# Loading theme"
|
18
18
|
file.puts "theme: #{Jekyll::Golink::Theme::NAME_GEM}"
|
19
|
-
file.puts "# Loading Gems"
|
20
|
-
file.puts "gems:"
|
21
|
-
file.puts " - jekyll-email-protect"
|
22
19
|
file.puts "# Build settings"
|
23
20
|
file.puts "markdown: kramdown"
|
24
21
|
file.puts "# Remove file from compilation."
|
data/lib/golink/version.rb
CHANGED