https://github.com/gedex/template-buku
Write book in Markdown
https://github.com/gedex/template-buku
Last synced: about 1 year ago
JSON representation
Write book in Markdown
- Host: GitHub
- URL: https://github.com/gedex/template-buku
- Owner: gedex
- License: gpl-3.0
- Created: 2012-11-22T09:07:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-12T16:24:28.000Z (over 13 years ago)
- Last Synced: 2025-02-15T08:24:41.139Z (over 1 year ago)
- Language: Python
- Size: 828 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Template Buku
=============
Template Buku is a template that allows you to write a book in
Markdown syntax and compiles it into html book.
## How To
1. Clone this repo
2. Edit `config.yaml` that satisfies your own needs.
Chapters are ordered by sequences definition in `chapters`.
3. Optionally edit html templates in `/templates`
4. Start writing chapters in `/chapters`, see existing examples about
file naming and content's structure.
5. Run build script `bin/build.py`, see generated results in `/build`
## License - GNU GENERAL PUBLIC LICENSE Version 3
Copyright (c) 2012 Akeda Bagus
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE