Skip to content

Commit

Permalink
config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
araisantai committed Feb 12, 2024
1 parent 7ab11d8 commit 0c0c159
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ google_site_verification: # fill in to your verification string
google_analytics:
id: # fill in your Google Analytics ID

goatcounter:
id: # fill in your Goatcounter ID

# Prefer color scheme setting.
#
# Note: Keep empty will follow the system prefer color by default,
Expand All @@ -66,7 +63,7 @@ goatcounter:
# light - Use the light color scheme
# dark - Use the dark color scheme
#
theme_mode: # [light | dark]
theme_mode: # [light|dark]

# The CDN endpoint for images.
# Notice that once it is assigned, the CDN url
Expand Down Expand Up @@ -111,17 +108,10 @@ assets:
enabled: # boolean, keep empty means false
# specify the Jekyll environment, empty means both
# only works if `assets.self_host.enabled` is 'true'
env: # [development | production]
env: # [development|production]

pwa:
enabled: true # the option for PWA feature (installable)
cache:
enabled: true # the option for PWA offline cache
# Paths defined here will be excluded from the PWA cache.
# Usually its value is the `baseurl` of another website that
# shares the same domain name as the current website.
deny_paths:
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
enabled: true # the option for PWA feature

paginate: 10

Expand Down Expand Up @@ -167,6 +157,10 @@ defaults:
values:
layout: page
permalink: /:title/
- scope:
path: assets/img/favicons
values:
swcache: true
- scope:
path: assets/js/dist
values:
Expand Down

0 comments on commit 0c0c159

Please sign in to comment.