electric-book-classic-theme 0.1.2 → 0.1.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 +4 -0
- data/_includes/head.html +1 -1
- data/electric-book-classic-theme.gemspec +2 -2
- metadata +3 -4
- data/electric-book-classic-theme-0.1.1.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2289f542a026a5c8d68563035cc480c8324e536
|
|
4
|
+
data.tar.gz: e3b86020a2d92b5440ccc9615859d7bfb375a3d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de609653dd02750723417a7c9e6fc460e3e71b35792fbf6148b299212ef7a4dde665a600e59edd72811af6f96f06ff249cfc4eeff37136f80793ce82777a882d
|
|
7
|
+
data.tar.gz: 49211695e12ebf86c480bc5eb47e56259bbb0be41c1a50fcb6449f53b7694108acfa9d9fbab0243c3016a5953f0cd9988d400c6c0cd50fa6b5dc4ec765eb9345
|
data/README.md
CHANGED
|
@@ -49,6 +49,10 @@ This theme is intended for use with the [Electric Book Jekyll template](https://
|
|
|
49
49
|
|
|
50
50
|
## Changelog
|
|
51
51
|
|
|
52
|
+
### 0.1.3
|
|
53
|
+
|
|
54
|
+
* Minor fix: remove unnecessary `scheme=ISBN` in epub head (invalid in EPUB3)
|
|
55
|
+
|
|
52
56
|
### 0.1.2
|
|
53
57
|
|
|
54
58
|
* Add new nav-list include for the record (theme does not currently support it properly)
|
data/_includes/head.html
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<meta name="DC.Creator" content="{{ creator }}" />
|
|
20
20
|
<meta name="DC.Publisher" content="{{ publisher }}" />
|
|
21
21
|
<meta name="DC.Date" content="{{ date }}" />
|
|
22
|
-
<meta name="DC.Identifier" content="{{ epub-identifier }}"
|
|
22
|
+
<meta name="DC.Identifier" content="{{ epub-identifier }}" />
|
|
23
23
|
<meta name="DC.Relation" content="{{ print-pdf-identifier }}" />
|
|
24
24
|
<meta name="DC.Description" CONTENT="{{ description }}" />
|
|
25
25
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "electric-book-classic-theme"
|
|
5
|
-
spec.version = "0.1.
|
|
5
|
+
spec.version = "0.1.3"
|
|
6
6
|
spec.authors = ["Arthur Attwell"]
|
|
7
7
|
spec.email = ["arthur@arthurattwell.com"]
|
|
8
8
|
|
|
9
9
|
spec.summary = %q{A theme for use with the Electric Book Jekyll template for making books, ebooks and book-like websites}
|
|
10
|
-
spec.description = %q{This is the default theme for the Electric Book, a Jekyll template for making books, ebooks and book-like websites. Use it in conjunction with the Electric Book
|
|
10
|
+
spec.description = %q{This is the default theme for the Electric Book, a Jekyll template for making books, ebooks and book-like websites. Use it in conjunction with the Electric Book Jekyll template. Documentation at electricbook.io.}
|
|
11
11
|
spec.homepage = "http://electricbook.io"
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: electric-book-classic-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arthur Attwell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -60,7 +60,7 @@ dependencies:
|
|
|
60
60
|
version: '10.0'
|
|
61
61
|
description: This is the default theme for the Electric Book, a Jekyll template for
|
|
62
62
|
making books, ebooks and book-like websites. Use it in conjunction with the Electric
|
|
63
|
-
Book
|
|
63
|
+
Book Jekyll template. Documentation at electricbook.io.
|
|
64
64
|
email:
|
|
65
65
|
- arthur@arthurattwell.com
|
|
66
66
|
executables: []
|
|
@@ -180,7 +180,6 @@ files:
|
|
|
180
180
|
- _sass/print-pdf.scss
|
|
181
181
|
- _sass/screen-pdf.scss
|
|
182
182
|
- _sass/web.scss
|
|
183
|
-
- electric-book-classic-theme-0.1.1.gem
|
|
184
183
|
- electric-book-classic-theme.gemspec
|
|
185
184
|
- index.md
|
|
186
185
|
- screenshot.png
|
|
Binary file
|