aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-06-28 15:24:44 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-06-28 15:24:44 -0700
commitd1b9dea28707772fd45b60feaeebbc9f8dd66746 (patch)
tree1a0012e74e787ab9e9bfe8170e5b137d2f0f2c76 /docs/configuration.md
parentae73d7a5a0a3ae38c99f30b85275b3b253f0bd08 (diff)
downloadhomer-d1b9dea28707772fd45b60feaeebbc9f8dd66746.tar.gz
homer-d1b9dea28707772fd45b60feaeebbc9f8dd66746.tar.zst
homer-d1b9dea28707772fd45b60feaeebbc9f8dd66746.zip
Donut's back!
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 409db34..de99271 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -129,3 +129,11 @@ Homer uses [bulma CSS](https://bulma.io/), which provides a [modifiers syntax](h
129- `is-danger` (red) 129- `is-danger` (red)
130 130
131You can read the [bulma modifiers page](https://bulma.io/documentation/modifiers/syntax/) for other options regarding size, style, or state. 131You can read the [bulma modifiers page](https://bulma.io/documentation/modifiers/syntax/) for other options regarding size, style, or state.
132
133### PWA Icons
134
135In order to easily generate all required icon preset for the PWA to work, a tool like [vue-pwa-asset-generator](https://www.npmjs.com/package/vue-pwa-asset-generator) can be used:
136
137```bash
138npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder}
139```