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:
parent
b4f26abdbe
commit
8a6007f951
10
readme.md
10
readme.md
@ -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:
|
||||
|
||||
```
|
||||

|
||||
```
|
||||
|
||||
## 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user