Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Nov 4, 2020
1 parent fc78581 commit 35f31da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

```
Expand Down

0 comments on commit 35f31da

Please sign in to comment.