mirror of
https://github.com/themsaid/ibis.git
synced 2025-01-17 05:28:32 +01:00
453 B
453 B
Ibis Book Maker
First run this command inside your project root:
ibis init
This will create the following files and directories:
- /assets
- /assets/cover.jpg
- /content
- /ibis.php
You may configure your book by editing the ibis.php configuration file.
Inside the content directory, you can write multiple .md
file and then run:
ibis build
Ibis will parse the files in alphabetical order and store the PDF file in /export
.