Commit 308f7154c0039f145e96cd75be4af4d207e911c9

Authored by Ghost
0 parents

Initial commit

.gitignore 0 → 100644
  1 +++ a/.gitignore
  1 +# Logs
  2 +logs
  3 +*.log
  4 +
  5 +# Runtime data
  6 +pids
  7 +*.pid
  8 +*.seed
  9 +
  10 +# Directory for instrumented libs generated by jscoverage/JSCover
  11 +lib-cov
  12 +
  13 +# Coverage directory used by tools like istanbul
  14 +coverage
  15 +
  16 +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  17 +.grunt
  18 +
  19 +# Compiled binary addons (http://nodejs.org/api/addons.html)
  20 +build/Release
  21 +
  22 +# Dependency directory
  23 +# Deployed apps should consider commenting this line out:
  24 +# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
  25 +node_modules
  26 +
  27 +_book/
  28 +book.pdf
  29 +book.epub
  30 +book.mobi
... ...
README.md 0 → 100644
  1 +++ a/README.md
  1 +# My Awesome Book
  2 +
  3 +This file file serves as your book's preface, a great place to describe your book's content and ideas.
... ...
SUMMARY.md 0 → 100644
  1 +++ a/SUMMARY.md
  1 +# Table of content
  2 +
  3 +* [First Chapter](chapter1.md)
... ...
chapter1.md 0 → 100644
  1 +++ a/chapter1.md
  1 +# First Chapter
... ...