GitBook Example

master
Ghost 10 years ago
commit 2c2a803dad

16
.gitignore vendored

@ -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

@ -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.

@ -0,0 +1,3 @@
# Summary
* [First Chapter](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.
Loading…
Cancel
Save