X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=f03152b0cef3d46c4344f27a746f641c9e15ae55;hb=ab7ac44c191e3b7dea696e76b74097e23f73b18c;hp=faa7660d5a80ef97bc1edd74557014866ad2d506;hpb=554fc76d750ef6a3516a2f1141ba575fb2563a19;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/README.md b/README.md index faa7660..f03152b 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,14 @@ If you choose to fetch message information from an endpoint, the output format s `null` value or missing keys will be ignored and value from the `config.yml` will be used if available. Empty values (either in `config.yml` or the endpoint data) will hide the element (ex: set `"title": ""` to hide the title bar). + +### Style Options + +Homer uses [bulma CSS](https://bulma.io/), which provides a [modifiers syntax](https://bulma.io/documentation/modifiers/syntax/). You'll notice in the config there is a `tagstyle` option. It can be set to any of the bulma modifiers. You'll probably want to use one of these 4 main colors: + +- `is-info` (blue) +- `is-success` (green) +- `is-warning` (yellow) +- `is-danger` (red) + +You can read the [bulma modifiers page](https://bulma.io/documentation/modifiers/syntax/) for other options regarding size, style, or state.