Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Dec 21, 2023
1 parent cb6f8f6 commit 54775d7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,21 @@ By default, for generating the PDF file, the light theme is used. To generate a
ibis-next pdf dark
```

### Using content from a different directory

If you have your markdown files (your content), in a different directory (by default the content directory is `./content/`) you can define the content directory with the `--content` option:

~~~shell
ibis-next pdf --content=./your-content-directory
~~~

or, in a shorter form, via the `-c` option:

~~~shell
ibis-next pdf -c ./your-content-directory
~~~


## Generating EPUB eBook 🆕

We are introducing a new feature: exporting your eBook in EPUB format.
Expand Down

0 comments on commit 54775d7

Please sign in to comment.