@@ -52,6 +52,9 @@ google_site_verification: # fill in to your verification string
5252google_analytics :
5353 id : # fill in your Google Analytics ID
5454
55+ goatcounter :
56+ id : # fill in your Goatcounter ID
57+
5558# Prefer color scheme setting.
5659#
5760# Note: Keep empty will follow the system prefer color by default,
@@ -63,7 +66,7 @@ google_analytics:
6366# light - Use the light color scheme
6467# dark - Use the dark color scheme
6568#
66- theme_mode : # [light| dark]
69+ theme_mode : # [light | dark]
6770
6871# The CDN endpoint for images.
6972# Notice that once it is assigned, the CDN url
@@ -108,10 +111,17 @@ assets:
108111 enabled : # boolean, keep empty means false
109112 # specify the Jekyll environment, empty means both
110113 # only works if `assets.self_host.enabled` is 'true'
111- env : # [development| production]
114+ env : # [development | production]
112115
113116pwa :
114- enabled : true # the option for PWA feature
117+ enabled : true # the option for PWA feature (installable)
118+ cache :
119+ enabled : true # the option for PWA offline cache
120+ # Paths defined here will be excluded from the PWA cache.
121+ # Usually its value is the `baseurl` of another website that
122+ # shares the same domain name as the current website.
123+ deny_paths :
124+ # - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
115125
116126paginate : 10
117127
@@ -157,10 +167,6 @@ defaults:
157167 values :
158168 layout : page
159169 permalink : /:title/
160- - scope :
161- path : assets/img/favicons
162- values :
163- swcache : true
164170 - scope :
165171 path : assets/js/dist
166172 values :
0 commit comments