commit 2c2a803dadf2cbfed6b3c2b8b34971b54a42e76c Author: Ghost Date: Mon Jul 4 10:52:59 2016 +0200 GitBook Example diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a366fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Node rules: +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +## Dependency directory +## Commenting this out is preferred by some people, see +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git +node_modules + +# Book build output +_book + +# eBook build output +*.epub +*.mobi +*.pdf \ No newline at end of file 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..84616cd --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +* [First Chapter](chapter1.md) diff --git a/chapter1.md b/chapter1.md new file mode 100644 index 0000000..c0e22c6 --- /dev/null +++ b/chapter1.md @@ -0,0 +1,3 @@ +# First Chapter + +GitBook allows you to organize your book into chapters, each chapter is stored in a separate file like this one.