Skip to content

Commit 8032aae

Browse files
committed
feat(theme): bump theme to 7.2.2
1 parent 1d11913 commit 8032aae

File tree

4 files changed

+4
-26
lines changed

4 files changed

+4
-26
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "jekyll-theme-chirpy", "= 7.2.0"
5+
gem "jekyll-theme-chirpy", "= 7.2.2"
66

77
gem "html-proofer", "~> 5.0", group: :test
88

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,3 @@ $ docker cp cover.webp kungfux.github.io:/workspaces/kungfux.github.io/assets/me
5858
`assets/js/progress.js`, `assets/css/jekyll-theme-chirpy.scss`, `_includes/metadata-hook.html`
5959
- Trigger PWA update automatically
6060
`assets/js/auto-update.js`, `_includes/metadata-hook.html`
61-
- Fix pageviews
62-
`_includes/pageviews/goatcounter.html`

_config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,9 @@ exclude:
213213
- tools
214214
- README.md
215215
- LICENSE
216-
- "*.config.js"
217-
- package*.json
216+
- purgecss.js
217+
- rollup.config.js
218+
- "package*.json"
218219

219220
jekyll-archives:
220221
enabled: [categories, tags]

_includes/pageviews/goatcounter.html

-21
This file was deleted.

0 commit comments

Comments
 (0)