aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md8
-rw-r--r--docs/screenshot.pngbin0 -> 50927 bytes
2 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```
diff --git a/docs/screenshot.png b/docs/screenshot.png
new file mode 100644
index 0000000..ffa7e79
--- /dev/null
+++ b/docs/screenshot.png
Binary files differ