jekyll-skeleton 1.3.1 → 1.4.0
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 +9 -0
- data/_includes/footer.html +5 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65c05fd345fe85f3f6a83feaf5a5dfcb5956e0b3
|
4
|
+
data.tar.gz: 8380a227e63edcec3a36fbcc67bf81c58028f4d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0492354d74f2d9c3e4349000ebb7419f340c9e25ba97c9a8b526e40cd1a6f62240e4fa67b86546b115c35a576e20164f0eafde57f1c19f9d4fc314c5b681321
|
7
|
+
data.tar.gz: 3dc35890f34ac7279d5320e5ef62f7d9bda5acb7ebb7d2ef84a99e224c1c5438ca2af16428302cab90eeb0862ae40926b068c717c81ff9d6ebbba2e77bc96262
|
data/README.md
CHANGED
@@ -58,6 +58,15 @@ Like in Minima, comments are enabled by default and appear only in a production
|
|
58
58
|
|
59
59
|
Adding `comments: false` to a post's YAML front matter turns off displaying comments for that post.
|
60
60
|
|
61
|
+
## Privacy Policy link ##
|
62
|
+
|
63
|
+
You can provide a link to your privacy policy in the footer of your site by specifying the URL in your `_config.yml` file.
|
64
|
+
Add the following:
|
65
|
+
|
66
|
+
```
|
67
|
+
privacy_policy_url: "/your-privacy-policy-url-here"
|
68
|
+
```
|
69
|
+
|
61
70
|
## Contributing
|
62
71
|
|
63
72
|
Bug reports and pull requests are welcome on GitHub at https://github.com/awochna/jekyll-skeleton. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
data/_includes/footer.html
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-skeleton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Wynter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
96
|
rubyforge_project:
|
97
|
-
rubygems_version: 2.6.
|
97
|
+
rubygems_version: 2.6.14
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: A basic Jekyll theme based on Minima and Skeleton CSS
|