electric-book-classic-theme 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3ae36c46825c7dc319229dc04bf9c5aa38aadc6
4
- data.tar.gz: 5783b561d4074102b53213f8c33c08cbde4e679d
3
+ metadata.gz: 05453b0475dd43b050bf7bdbb256d48919961d9a
4
+ data.tar.gz: d7a489cc053b64c7a4bd038271d0cee7440f7fc3
5
5
  SHA512:
6
- metadata.gz: 1e99a722c1a0bfa3bd872b3e269633a9912b0c8fe09dc0d3a6caa8d0be6bda6e3fff75e5cf1e8e68a5b0bc255a66c7c5b596eb3475f63883d6c8d5c2aa87357a
7
- data.tar.gz: 32d0287899860673e74a2204480a8c583c8c8541a79f9ef7e7701cd318dfcd21b8abde4ba30392b6ba7d286e2333ae5dec641ad6dd7430aaf20b4a1dccedb684
6
+ metadata.gz: ed12ab8dd3a94ed5e1a30cace65d1af1e0e2ae9ce6b4307d6fc7062529eadbf9e36f99f9e1a4e1a545c1b56f3449c397f30643e6b7e0339df4916f33f85a10e2
7
+ data.tar.gz: 44e5991be0f41633b04e1a987ad2a6274b8ce1fc1e7cd77b807fbb2c68f6b426581d92ff4b6c5e88111dc76f28bcde2d0d84bddc25ddbb98263a25df3cfd02ad
@@ -1,4 +1,4 @@
1
- {% include get-metadata %}
1
+ {% include metadata %}
2
2
 
3
3
 
4
4
  <div id="footer" class="non-printing">
@@ -1,4 +1,4 @@
1
- {% include get-metadata %}
1
+ {% include metadata %}
2
2
  {% if site.output == 'epub' %}
3
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{ language }}">
@@ -1,4 +1,4 @@
1
- {% include get-metadata %}
1
+ {% include metadata %}
2
2
 
3
3
  <div id="nav" class="non-printing">
4
4
  <ul>
@@ -142,6 +142,12 @@ $recto-bottom-right-corner-frontmatter: normal !default;
142
142
  $highlight-tightened: inherit !default;
143
143
  $highlight-loosened: inherit !default;
144
144
 
145
+ // ----------------------------------------------------
146
+ // Import font files (@font-face) for fonts you specify
147
+ // ----------------------------------------------------
148
+
149
+ // Import fonts from book-specific CSS.
150
+
145
151
  // ---------------------
146
152
  // Import theme partials
147
153
  // ---------------------
@@ -142,27 +142,11 @@ $recto-bottom-right-corner-frontmatter: normal !default;
142
142
  $highlight-tightened: inherit !default;
143
143
  $highlight-loosened: inherit !default;
144
144
 
145
- // -------------------------------------------------------------
145
+ // ----------------------------------------------------
146
146
  // Import font files (@font-face) for fonts you specify
147
- // You may need to add the actual font files to `css/fonts`
148
- // Download locations for each noted in the end-of-line comments
149
- // -------------------------------------------------------------
150
-
151
- // @import "classic/css/_sass/partials/fonts/adobe-caslon-pro"; // Proprietary: https://typekit.com/fonts/adobe-caslon-pro
152
- // @import "classic/css/_sass/partials/fonts/crimson-text"; // Open: https://www.google.com/fonts/specimen/Crimson+Text
153
- // @import "classic/css/_sass/partials/fonts/crimson"; // Open: https://github.com/skosch/Crimson
154
- // @import "classic/css/_sass/partials/fonts/inconsolata"; // Open: https://www.google.com/fonts/specimen/Inconsolata
155
- // @import "classic/css/_sass/partials/fonts/kalam"; // Open: https://www.google.com/fonts/specimen/Kalam
156
- // @import "classic/css/_sass/partials/fonts/linux-biolinum"; // Open: http://www.linuxlibertine.org/
157
- // @import "classic/css/_sass/partials/fonts/linux-libertine"; // Open: http://www.linuxlibertine.org/
158
- // @import "classic/css/_sass/partials/fonts/montserrat"; // Open: https://www.google.com/fonts/specimen/Montserrat
159
- // @import "classic/css/_sass/partials/fonts/overpass"; // Open: https://github.com/RedHatBrand/overpass
160
- // @import "classic/css/_sass/partials/fonts/source-sans-pro"; // Open: https://www.google.com/fonts/specimen/Source+Sans+Pro
161
- // @import "classic/css/_sass/partials/fonts/trajan-pro"; // Proprietary: https://typekit.com/fonts/trajan-pro-3
162
- // @import "classic/css/_sass/partials/fonts/cormorant-garamond"; // Open: https://www.google.com/fonts/specimen/Cormorant+Garamond
163
- // @import "classic/css/_sass/partials/fonts/libre-baskerville"; // Open: https://fonts.google.com/specimen/Libre+Baskerville
164
- // @import "classic/css/_sass/partials/fonts/roboto"; // Open: https://fonts.google.com/specimen/Roboto
165
- // @import "classic/css/_sass/partials/fonts/oswald"; // Open: https://fonts.google.com/specimen/Oswald
147
+ // ----------------------------------------------------
148
+
149
+ // Import fonts from book-specific CSS.
166
150
 
167
151
  // ---------------------
168
152
  // Import theme partials
@@ -45,10 +45,7 @@ $break-point-width: 600px !default;
45
45
  // Import font files (@font-face) for fonts you specify
46
46
  // ----------------------------------------------------
47
47
 
48
- // @import "fonts/linux-libertine";
49
- // @import "classic/css/_sass/partials/fonts/source-sans-pro";
50
- // @import "classic/css/_sass/partials/fonts/inconsolata";
51
- // @import "classic/css/_sass/partials/fonts/crimson";
48
+ // Import fonts from book-specific CSS.
52
49
 
53
50
  // ---------------------
54
51
  // Classic-theme modules
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "electric-book-classic-theme"
5
- spec.version = "0.1.0"
5
+ spec.version = "0.1.1"
6
6
  spec.authors = ["Arthur Attwell"]
7
7
  spec.email = ["arthur@arthurattwell.com"]
8
8
 
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.0
4
+ version: 0.1.1
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-08-31 00:00:00.000000000 Z
11
+ date: 2016-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -177,6 +177,7 @@ files:
177
177
  - _sass/print-pdf.scss
178
178
  - _sass/screen-pdf.scss
179
179
  - _sass/web.scss
180
+ - electric-book-classic-theme-0.1.0.gem
180
181
  - electric-book-classic-theme.gemspec
181
182
  - index.md
182
183
  - screenshot.png
@@ -200,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
200
201
  version: '0'
201
202
  requirements: []
202
203
  rubyforge_project:
203
- rubygems_version: 2.4.6
204
+ rubygems_version: 2.2.3
204
205
  signing_key:
205
206
  specification_version: 4
206
207
  summary: A Jekyll theme for use with the Electric Book, a template for making books,