pocket-theme 0.4.1 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +0 -1
- data/_includes/footer.html +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d836e65ba1f966b11cc931145823a2812dd29aaedd1477d4ad67f96a52cdc4af
|
4
|
+
data.tar.gz: 760406ab9225758ba0d31699de1b64bd80286849b7ef8b5b23bb2b2e67cc27d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8103653ef30758bd80237d35d55b24b38ca58ace67cbf27b6033d9e7646b4809df02c96d967768b8dcfa37bce29152f91cc8bfa7ef9ad9fa057a9403881c8c36
|
7
|
+
data.tar.gz: 2737e01860a81b2c563e9cea1c802edaca4c7be6bcbd010a5b3114ca86a9212d8cdf94f64f88db76220621237be13290e63be48d40e7ea5eada739b80235f587
|
data/_config.yml
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
title: "The Pocket theme for Jekyll"
|
2
2
|
description: "Pocket is a really simple, easy to read, rock solid and ultra fast blogging theme for Jekyll."
|
3
|
-
author: Leon Paternoster
|
4
3
|
lang: "en" # or fr, de, es etc.
|
5
4
|
baseurl: "" # the subpath of your site, e.g. /blog
|
6
5
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
data/_includes/footer.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
<p role="contentinfo" class="f6 c-lh-title ma0">{{ site.description }}</p>
|
10
10
|
|
11
|
-
<div><a href="/
|
11
|
+
<div><a href="/feed.xml" class="flex items-center pv2"><svg xmlns="http://www.w3.org/2000/svg" height="48px" viewBox="0 0 24 24" width="48px" fill="#FFB700" class="mr1"><path d="M0 0h24v24H0z" fill="none"/><circle cx="6.18" cy="17.82" r="2.18"/><path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"/></svg><span class="f6">RSS feed</span></a></div>
|
12
12
|
|
13
13
|
</footer>
|
14
14
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pocket-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leon Paternoster
|
@@ -42,16 +42,16 @@ dependencies:
|
|
42
42
|
name: jekyll-feed
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '0'
|
47
|
+
version: '0.12'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '0'
|
54
|
+
version: '0.12'
|
55
55
|
description:
|
56
56
|
email:
|
57
57
|
- leon.paternoster@zoho.com
|