From d6301fae90d9f922618bf0f413e273156731eef7 Mon Sep 17 00:00:00 2001
From: Adam Brangenberg <adambrangenberg@proton.me>
Date: Wed, 20 Sep 2023 18:38:13 +0000
Subject: [PATCH] feat: Making Quartz available offline by making it a PWA (#465)

---
 docs/configuration.md |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 047f6ca..35e0b9d 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -21,10 +21,12 @@
 This part of the configuration concerns anything that can affect the whole site. The following is a list breaking down all the things you can configure:
 
 - `pageTitle`: title of the site. This is also used when generating the [[RSS Feed]] for your site.
+- `description`: description of the site. This will be used when someone installs your site as an App.
 - `enableSPA`: whether to enable [[SPA Routing]] on your site.
 - `enablePopovers`: whether to enable [[popover previews]] on your site.
 - `analytics`: what to use for analytics on your site. Values can be
   - `null`: don't use analytics;
+  - `{ provider: "umami", websiteId: <your-umami-id> }`: easy, privacy-friendly, open source, GDPR Compliant analytics;
   - `{ provider: 'plausible' }`: use [Plausible](https://plausible.io/), a privacy-friendly alternative to Google Analytics; or
   - `{ provider: 'google', tagId: <your-google-tag> }`: use Google Analytics
 - `baseUrl`: this is used for sitemaps and RSS feeds that require an absolute URL to know where the canonical 'home' of your site lives. This is normally the deployed URL of your site (e.g. `quartz.jzhao.xyz` for this site). Do not include the protocol (i.e. `https://`) or any leading or trailing slashes.

--
Gitblit v1.10.0