diff --git a/author_bio.html b/author_bio.html
new file mode 100644
index 000000000..388a8ebae
--- /dev/null
+++ b/author_bio.html
@@ -0,0 +1,6 @@
+
+
About the Author(s)
+
Clinton Gormley was the first user of Elasticsearch and wrote the Perl API back in 2010. When Elasticsearch formed a company in 2012, he joined as a developer and the maintainer of the Perl modules. Now Clinton spends a lot of his time designing the user interfaces and speaking and writing about Elasticsearch. He studied medicine at UCT in Cape Town and lives in Barcelona.
+
Zachary Tong has been working with Elasticsearch since 2011. During that time, he has written a number of tutorials to help beginners start using Elasticsearch. Zach is now a developer at El\
+asticsearch and maintains the PHP client, gives trainings and helps customers manage clusters in production. He studied biology at Rensselaer Polytechnic Institute and now lives in South Carolina.
The animal on the cover of FILL IN TITLE is FILL IN DESCRIPTION.
+
+
Many of the animals on O'Reilly covers are endangered; all of them are important to the world. To learn more about how you can help, go to animals.oreilly.com.
+
+
The cover image is from FILL IN CREDITS. The cover fonts are URW Typewriter and Guardian Sans. The text font is Adobe Minion Pro; the heading font is Adobe Myriad Condensed; and the code font is Dalton Maag's Ubuntu Mono.
+ Published by
+ O'Reilly Media, Inc.
+ , 1005 Gravenstein Highway North, Sebastopol, CA 95472.
+
+
+ O'Reilly books may be purchased for educational, business, or sales
+ promotional use. Online editions are also available for most titles (
+ http://safaribooksonline.com
+ ). For more information, contact our corporate/institutional sales
+ department: 800-998-9938 or
+ corporate@oreilly.com
+ .
+
+ While the publisher and the author(s) have used good faith efforts to
+ ensure that the information and instructions contained in this work are
+ accurate, the publisher and the author(s) disclaim all responsibility for
+ errors or omissions, including without limitation responsibility for
+ damages resulting from the use of or reliance on this work. Use of the
+ information and instructions contained in this work is at your own risk.
+ If any code samples or other technology this work contains or describes is
+ subject to open source licenses or the intellectual property rights of
+ others, it is your responsibility to ensure that your use thereof complies
+ with such licenses and/or rights.
+
+
+
+
+
+
978-1-449-35854-9
+
[FILL IN]
+
+
\ No newline at end of file
diff --git a/ix.html b/ix.html
new file mode 100644
index 000000000..7fa1cd043
--- /dev/null
+++ b/ix.html
@@ -0,0 +1,2 @@
+
+
diff --git a/theme/epub/layout.html b/theme/epub/layout.html
new file mode 100644
index 000000000..a4612bf55
--- /dev/null
+++ b/theme/epub/layout.html
@@ -0,0 +1,14 @@
+{{ doctype }}
+
+
+
+
+
+
+
+ {{ title }}
+
+
+ {{ content }}
+
+
\ No newline at end of file
diff --git a/theme/mobi/layout.html b/theme/mobi/layout.html
new file mode 100644
index 000000000..a4612bf55
--- /dev/null
+++ b/theme/mobi/layout.html
@@ -0,0 +1,14 @@
+{{ doctype }}
+
+
+
+
+
+
+
+ {{ title }}
+
+
+ {{ content }}
+
+
\ No newline at end of file
diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css
new file mode 100644
index 000000000..5120523ea
--- /dev/null
+++ b/theme/pdf/pdf.css
@@ -0,0 +1,48 @@
+@charset "UTF-8";
+
+/*--------Put Your Custom CSS Rules Below--------*/
+/*--- This oneoff overrides the code in https://github.com/oreillymedia/animal_theme/blob/master/pdf/pdf.css---*/
+
+/*----Uncomment to turn on automatic code wrapping
+
+pre {
+ white-space: pre-wrap;
+ word-wrap: break-word;
+}
+----*/
+
+/*----Uncomment to change the TOC start page (set
+the number to one page _after_ the one you want;
+so 6 to start on v, 8 to start on vii, etc.)
+
+@page toc:first {
+ counter-reset: page 6;
+}
+----*/
+
+/*----Uncomment to fix a bad break in the title
+ (increase padding value to push down, decrease
+ value to pull up)
+
+section[data-type="titlepage"] h1 {
+ padding-left: 1.5in;
+}
+----*/
+
+/*----Uncomment to fix a bad break in the subtitle
+ (increase padding value to push down, decrease
+ value to pull up)
+
+section[data-type="titlepage"] h2 {
+ padding-left: 1in;
+}
+----*/
+
+/*----Uncomment to fix a bad break in the author names
+ (increase padding value to push down, decrease
+ value to pull up)
+
+section[data-type="titlepage"] p.author {
+ padding-left: 3in;
+}
+----*/
diff --git a/titlepage.html b/titlepage.html
new file mode 100644
index 000000000..fbc1810b8
--- /dev/null
+++ b/titlepage.html
@@ -0,0 +1,8 @@
+
+