1
0
mirror of https://github.com/themsaid/ibis.git synced 2025-01-16 21:18:35 +01:00
ibis/readme.md

24 lines
453 B
Markdown
Raw Normal View History

2020-11-04 16:03:50 +02:00
# 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`.