Check it out at kungfux.github.io
- Restore
$ bundle
- Build
$ bundle exec jekyll
- Include drafts into build
$ bundle exec jekyll --drafts
- Build and watch
$ bundle exec jekyll s
- Build like in production
$ JEKYLL_ENV=production bundle exec jekyll s
- Update version number
- gem "jekyll-theme-chirpy", "= 6.5.4"
+ gem "jekyll-theme-chirpy", "= 6.5.5"
- Run
bundle
-
Image format is
.webp
-
Cover image size
1200 x 630
with aspect ratio of1.91 : 1
-
Copy assets to container
$ docker cp cover.webp kungfux.github.io:/workspaces/kungfux.github.io/assets/media/2024
- Adjust styles for schemas and code blocks
assets/css/jekyll-theme-chirpy.scss
- Single line post titles
assets/css/jekyll-theme-chirpy.scss
- GitHub alerts
assets/css/github-alerts.css
- Add progress bar to back to top
assets/js/progress.js
,assets/css/jekyll-theme-chirpy.scss
,_includes/metadata-hook.html
- Trigger PWA update automatically
assets/js/auto-update.js
,_includes/metadata-hook.html