From 1147a663e70aadb2578cbe601bc723d7cd939c5a Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sat, 30 Aug 2025 15:17:32 +0200 Subject: added non-content --- themes/hugo-book/assets/manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 themes/hugo-book/assets/manifest.json (limited to 'themes/hugo-book/assets/manifest.json') diff --git a/themes/hugo-book/assets/manifest.json b/themes/hugo-book/assets/manifest.json new file mode 100644 index 0000000..3e0314f --- /dev/null +++ b/themes/hugo-book/assets/manifest.json @@ -0,0 +1,15 @@ +{ + "name": "{{ .Site.Title }}", + "short_name": "{{ .Site.Title }}", + "start_url": "{{ "./" | relURL }}", + "scope": "{{ "./" | relURL }}", + "display": "standalone", + "background_color": "#000000", + "theme_color": "#000000", + "icons": [ + { + "src": "{{ "./favicon.svg" | relURL }}", + "sizes": "512x512" + } + ] +} -- cgit v1.2.3