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

update readme

This commit is contained in:
Mohamed Said 2020-11-04 16:29:43 +02:00
parent fc7858178d
commit 35f31dae4b

View File

@ -1,5 +1,7 @@
# Ibis Book Maker
This PHP tool helps you write eBooks in markdown. Run `ibis build` and an eBook will be generated with a cover and clickable table of contents.
## Installation
Make sure you have PHP7.3 or above installed on your system.
@ -46,6 +48,10 @@ Inside the content directory, you can write multiple `.md` files. Ibis uses the
<h3> tags define different titles inside a chapter.
```
## Using Fonts
Edit your `/ibis.php` configuration files to define the font files to be loaded from the `/assets/fonts` directory. After that you may use the defined fonts in your themes (`/assets/theme-light.html` & `/assets/theme-dark.html`).
## Generating PDF eBook
```