Skip to content

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 ae6504b
Show file tree
Hide file tree
Showing 21 changed files with 2,168 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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Donham

This theme is named after Wallace Donham, Dean of Harvard Business School from 1919 to 1942. The Donham theme is a light, modern theme, equally effective for non-fiction and fiction. Body font is Tinos, and Header font is Galdeano. An earlier version of this theme was commissioned by Harvard Business Review Press.
6 changes: 6 additions & 0 deletions _fonts-epub.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@import '_font-stack-epub'; // Dynamically generated

$serif-epub: serif !default;

$font-1: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, Times, $serif-epub;

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

$serif-prince: serif !default;
$sans-serif-prince: sans-serif !default;

$font-1: "Linux Libertine", $serif-prince;
$font-2: "Linux Biolinum", $sans-serif-prince;

@import 'LinuxBiolinum';
@import 'LinuxLibertine';
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;
$sans-serif-web: sans-serif !default;

$font-1: "Tinos", $serif-web;
$font-2: "Galdeano", $sans-serif-web;

@import url("https://fonts.googleapis.com/css?family=Galdeano|Tinos:400,400italic,700,700italic");
10 changes: 10 additions & 0 deletions _mixins.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
Theme Name: Donham
Theme URI: http://pressbooks.com/themes/donham/
Description: This theme is named after Wallace Donham, Dean of Harvard Business School from 1919 to 1942. The Donham theme is a light, modern theme, equally effective for non-fiction and fiction. Body font is Tinos, and Header font is Galdeano. An earlier version of this theme was commissioned by Harvard Business Review Press.
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-donham",
"description": "This theme is named after Wallace Donham, Dean of Harvard Business School from 1919 to 1942. The Donham theme is a light, modern theme, equally effective for non-fiction and fiction. Body font is Tinos, and Header font is Galdeano. An earlier version of this theme was commissioned by Harvard Business Review Press.",
"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 ae6504b

Please sign in to comment.