thewhitetulip / build-app-with-python-antitextbook

Aims to teach Python3 by example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you start your books?

opened this issue · comments

Hi,

Suraj I would like to know how you usually start your books.

Do you first write stuff into an manuscript folder on Github and then import it to Gitbooks or do you first start with an GitBook template?

It is not complicated.

Write your chapters in a separate .md file
Create a SUMMARY.md file which points to each chapter file.

Now this is the leanpub structure, for gitbooks, you need a "manuscript" folder and it should contain a Book.txt which is same as the SUMMARY.md

Hope this helps.

In case of any doubt, just download my repo, and run rm -rf .git it'll delete the git history and edit all .md files to your content