Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Jun 6, 2017
0 parents commit 4d94d50
Show file tree
Hide file tree
Showing 19 changed files with 2,279 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor
5 changes: 5 additions & 0 deletions _fonts-epub.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import '_font-stack-epub'; // Dynamically generated

$serif-epub: serif !default;

$font-1: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, Times, $serif-epub;
9 changes: 9 additions & 0 deletions _fonts-prince.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@import '_font-stack-prince'; // Dynamically generated

$serif-prince: serif !default;

$font-1: "Sorts Mill Goudy", $serif-prince;
$font-2: "Marcellus SC", $serif-prince;

@import 'SortsMillGoudyFont';
@import 'MarcellusSCFont';
9 changes: 9 additions & 0 deletions _fonts-web.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@import '_font-stack-web'; // Dynamically generated

$serif-web: serif !default;

$font-1: "Sorts Mill Goudy", "Times New Roman", $serif-web;
$font-2: "Sorts Mill Goudy", $serif-web;
$font-3: "Marcellus SC", "Times New Roman", $serif-web;

@import url("https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic|Marcellus+SC");
10 changes: 10 additions & 0 deletions _mixins.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
Theme Name: Austen Classic
Theme URI: http://pressbooks.com/themes/austenclassic
Description: Named for English author Jane Austen, this is a traditional book theme, with serif fonts, that works well for fiction and simple-layout non-fiction.
Author: Pressbooks (Book Oven Inc.)
Author URI: http://pressbooks.com
Copyright 2011-2017 Book Oven Inc. (Pressbooks.com) code@pressbooks.com
Version: 1.6
Template: pressbooks-book
*/
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "pressbooks/pressbooks-austenclassic",
"description": "Named for English author Jane Austen, this is a traditional book theme, with serif fonts, that works well for fiction and simple-layout non-fiction.",
"type": "wordpress-theme",
"require": {
"composer/installers": "^1.2"
},
"require-dev": {
"humanmade/coding-standards": "^0.2.1"
},
"license": "GPL-2.0+",
"authors": [
{
"name": "Pressbooks (Book Oven Inc.)",
"email": "code@pressbooks.com"
}
]
}
315 changes: 315 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added export/epub/images/asterisk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added export/epub/images/em-dash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4d94d50

Please sign in to comment.