1
0
mirror of https://github.com/themsaid/ibis.git synced 2025-03-14 02:19:37 +01:00

Fix missing instructions for images

Fixes #7 and #28 by providing a clear example for 
adding images.
This commit is contained in:
Alex Ellis 2021-01-18 19:42:16 +00:00 committed by GitHub
parent b4f26abdbe
commit 8a6007f951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,14 @@ Inside the content directory, you can write multiple `.md` files. Ibis uses the
<h3> tags define different titles inside a chapter.
```
### Using images
Images can be stored in the content folder and then brought in like this:
```
![Screenshot 1](content/screenshot-1.png)
```
## 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`).
@ -98,4 +106,4 @@ This command will use the generated files from the `ibis build` command to gener
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.