diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c13ccf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# Deployed apps should consider commenting this line out: +# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +node_modules + +_book/ +book.pdf +book.epub +book.mobi diff --git a/README.md b/README.md new file mode 100644 index 0000000..f35b4c5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# My Awesome Book + +This file file serves as your book's preface, a great place to describe your book's content and ideas. diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..5eeed84 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,3 @@ +# Table of content + +* [First Chapter](chapter1.md) diff --git a/chapter1.md b/chapter1.md new file mode 100644 index 0000000..4f8bda1 --- /dev/null +++ b/chapter1.md @@ -0,0 +1 @@ +# First Chapter