aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
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```