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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -0
  3. data/_includes/footer.html +5 -0
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5aedd550a897ca5c0d0bc953db9636b84dada42
4
- data.tar.gz: 1cce8464ce95f50622856114efafa4b26db32646
3
+ metadata.gz: 65c05fd345fe85f3f6a83feaf5a5dfcb5956e0b3
4
+ data.tar.gz: 8380a227e63edcec3a36fbcc67bf81c58028f4d2
5
5
  SHA512:
6
- metadata.gz: 49ce51336b51a2c4ce5d34918b0b003b6d65e888e1ec9898ea85a2c7a6195de18cae52404c5aaed75b3473b41660f8dd1a5da1d98349b39cf2918ea4e0e59a69
7
- data.tar.gz: db78de1d123e2e45b252f6681254594186ae12961e57afc8bc9da447392724dcc048ee3686e7e8fec81d57721c7bf32011cda98669fcca93829adf42b3275b78
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.
@@ -9,6 +9,11 @@
9
9
  {% endif %}
10
10
  </li>
11
11
  <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
12
+ {% if site.privacy_policy_url %}
13
+ <li>
14
+ <a href="{{ site.privacy_policy_url }}">Privacy Policy</a>
15
+ </li>
16
+ {% endif %}
12
17
  </ul>
13
18
  </div>
14
19
 
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.3.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: 2017-03-03 00:00:00.000000000 Z
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.8
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