Skip to content

Commit 0537196

Browse files
committed
feat(theme): bump theme to 7.2.0
1 parent c265566 commit 0537196

File tree

6 files changed

+5
-164
lines changed

6 files changed

+5
-164
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ package-lock.json
2323
!.vscode/tasks.json
2424

2525
# Misc
26-
_sass/dist
26+
_sass/vendors
2727
assets/js/dist
2828
nohup.out

Gemfile

+2-2
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.1.1"
5+
gem "jekyll-theme-chirpy", "= 7.2.0"
66

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

@@ -11,4 +11,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
1111
gem "tzinfo-data"
1212
end
1313

14-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
14+
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ $ docker cp cover.webp kungfux.github.io:/workspaces/kungfux.github.io/assets/me
4848

4949
### Customizations
5050

51-
- Wrap text in code blocks
52-
`assets/css/jekyll-theme-chirpy.scss`
5351
- Adjust styles for schemas and code blocks
5452
`assets/css/jekyll-theme-chirpy.scss`
5553
- Single line post titles
@@ -60,7 +58,3 @@ $ docker cp cover.webp kungfux.github.io:/workspaces/kungfux.github.io/assets/me
6058
`assets/js/progress.js`, `assets/css/jekyll-theme-chirpy.scss`, `_includes/metadata-hook.html`
6159
- Trigger PWA update automatically
6260
`assets/js/auto-update.js`, `_includes/metadata-hook.html`
63-
- Update site title tag from `<h1>` to `<p>`
64-
`_includes/sidebar.html`
65-
- Improve feed interoperability
66-
`assets/feed.xml`

_includes/sidebar.html

-99
This file was deleted.

assets/css/jekyll-theme-chirpy.scss

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

44
/* prettier-ignore */
5-
@import 'main
5+
@use 'main
66
{%- if jekyll.environment == 'production' -%}
77
.bundle
88
{%- endif -%}
@@ -13,7 +13,7 @@
1313
*/
1414

1515
// Use blue accent color
16-
%link-hover {
16+
#access-lastmod a:hover {
1717
color: #007bff !important;
1818
border-bottom: 1px solid #007bff;
1919
}

assets/feed.xml

-54
This file was deleted.

0 commit comments

Comments
 (0)