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 +4 -4
- data/_includes/footer.html +1 -1
- data/_includes/head.html +1 -1
- data/_includes/nav.html +1 -1
- data/_sass/print-pdf.scss +6 -0
- data/_sass/screen-pdf.scss +4 -20
- data/_sass/web.scss +1 -4
- data/electric-book-classic-theme-0.1.0.gem +0 -0
- data/electric-book-classic-theme.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05453b0475dd43b050bf7bdbb256d48919961d9a
|
|
4
|
+
data.tar.gz: d7a489cc053b64c7a4bd038271d0cee7440f7fc3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed12ab8dd3a94ed5e1a30cace65d1af1e0e2ae9ce6b4307d6fc7062529eadbf9e36f99f9e1a4e1a545c1b56f3449c397f30643e6b7e0339df4916f33f85a10e2
|
|
7
|
+
data.tar.gz: 44e5991be0f41633b04e1a987ad2a6274b8ce1fc1e7cd77b807fbb2c68f6b426581d92ff4b6c5e88111dc76f28bcde2d0d84bddc25ddbb98263a25df3cfd02ad
|
data/_includes/footer.html
CHANGED
data/_includes/head.html
CHANGED
data/_includes/nav.html
CHANGED
data/_sass/print-pdf.scss
CHANGED
|
@@ -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
|
// ---------------------
|
data/_sass/screen-pdf.scss
CHANGED
|
@@ -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
|
-
//
|
|
148
|
-
|
|
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
|
data/_sass/web.scss
CHANGED
|
@@ -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
|
-
//
|
|
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
|
|
Binary file
|
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.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-
|
|
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.
|
|
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,
|