From d1b9dea28707772fd45b60feaeebbc9f8dd66746 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 28 Jun 2020 15:24:44 -0700 Subject: Donut's back! --- docs/configuration.md | 8 ++++++++ docs/screenshot.png | Bin 0 -> 50927 bytes 2 files changed, 8 insertions(+) create mode 100644 docs/screenshot.png (limited to 'docs') 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 - `is-danger` (red) You can read the [bulma modifiers page](https://bulma.io/documentation/modifiers/syntax/) for other options regarding size, style, or state. + +### PWA Icons + +In 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: + +```bash +npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder} +``` diff --git a/docs/screenshot.png b/docs/screenshot.png new file mode 100644 index 0000000..ffa7e79 Binary files /dev/null and b/docs/screenshot.png differ -- cgit v1.2.3