From b160f258a0fc8150e5113f37b001ecb8aeb7c309 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 14 Feb 2024 16:21:01 +0000 Subject: [PATCH] Update critical file(s) according to Chirpy v6.5.0 --- .gitignore | 1 - Gemfile | 2 +- _config.yml | 20 +++++++++++++------- assets/lib | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 0124b68..cee9e12 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ package-lock.json # IDE configurations .idea -.vscode # Misc assets/js/dist diff --git a/Gemfile b/Gemfile index d464b57..66f8e17 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "jekyll-theme-chirpy", "~> 6.4", ">= 6.4.2" +gem "jekyll-theme-chirpy", "~> 6.5" group :test do gem "html-proofer", "~> 4.4" diff --git a/_config.yml b/_config.yml index 393eefa..79d4f1d 100644 --- a/_config.yml +++ b/_config.yml @@ -52,6 +52,9 @@ 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, @@ -63,7 +66,7 @@ google_analytics: # 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 @@ -108,10 +111,17 @@ 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 + 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 `/example/*` will not be cached by the PWA paginate: 10 @@ -157,10 +167,6 @@ defaults: values: layout: page permalink: /:title/ - - scope: - path: assets/img/favicons - values: - swcache: true - scope: path: assets/js/dist values: diff --git a/assets/lib b/assets/lib index c577249..7bc0d86 160000 --- a/assets/lib +++ b/assets/lib @@ -1 +1 @@ -Subproject commit c57724981c36d839881f89540d34d205db06a86f +Subproject commit 7bc0d86b6af83d7acfc63db50f29a5975cec2513