Releases: cotes2020/jekyll-theme-chirpy
Releases · cotes2020/jekyll-theme-chirpy
v3.2.2
v3.2.1
v3.2.0
Improved
- Optimize the language badge position in code block
- Use regex in site exclusion list (option
site.exclude
) - Add travis job to ensures that the files in the starter template are up to date
- Improve the min-width of search results items (#276)
- Add branches notice to the Docs
Fixed
- Fix typo in readme & quick-start tutorial
v3.1.0
New
- Add alt attribute option to the post's preview image (#271)
- Add option
lang
to the site config
Improved
- Generate the breadcrumb by Liquid (drop the option
site.defaults.breadcrumb
in_config.yml
) - Remove
/tabs/
from tabs path - Exclude gemspec file from output
- Reduce Gemfile redundancy
Fixed
- Restore the prompt in the page nav button in the latest/oldest posts
- Fix post feature image bottom margin
v3.0.3
v3.0.0
New
- Convert to a gem-based theme
- Add image CDN support
Improved
- Make code block 100% screen width on mobile
- Optimize the embedded list style
- Use Gulp to process the JS files
- Improve the copyrights of the assets
Fixed
- Fix pageviews display when baseurl exists
- Fix baseurl on rss-feed (#259)
- Fix typo in SCSS files
v2.7.2
v2.7.1
Improved
- Jump to the anchor position smoothly
- Simplify sidebar style
- Optimize typography
- Set the table width to 100% on small screens
- Optimize list style
- Optimize image style
- Make checkbox color lighter (light mode)
- Reduce the space for inline code
Fixed
- Fix the position of the table scroll bar
- Fix the Jekyll minimum version requirement