Skip to content

Releases: cotes2020/jekyll-theme-chirpy

v3.0.0

26 Jan 15:50
Compare
Choose a tag to compare

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

31 Dec 15:07
Compare
Choose a tag to compare

Improved

  • Add smooth scrolling to footnotes
  • Add hash to URL on scrolling
  • Reduce build time on CD when the site has baseUrl (#229)
  • Let Liquid to determine whether to output post ToC

Fixed

  • Fix the compatibility of the smooth scrolling in Safari
  • Fix doc content (#227)

v2.7.1

25 Dec 16:52
Compare
Choose a tag to compare

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

v2.7.0

18 Dec 16:55
Compare
Choose a tag to compare

New

  • Integrate with Mermaid
  • Add reading time to posts
  • Display the language of code snippets

Improved

  • Make table horizontal scroll
  • Redesign the checkbox
  • Redesign the pinned label
  • Code optimization:
    • theme-mode toggle
    • JS/CSS selector

Fixed

  • GitHub Action workflow doesn't hit the cache

v2.6.2

29 Nov 04:38
Compare
Choose a tag to compare

Hotfix

  • Fix the 404 title on mobile devices

v2.6.1

27 Nov 15:06
Compare
Choose a tag to compare

Hotfix

  • Fix tag <updated> and <summary> on feed.xml

v2.6.0

26 Nov 19:04
Compare
Choose a tag to compare

New

  • Replace the runtime shell scripts with Jekyll plugins and hooks

Improved

  • Use collections to improve the tabs
  • Improve web accessibility
  • Improve the web best practices
  • Upgrade jQuery & Bootstrap (js) to latest version
  • Restore gem tzinfo-data for Windows & JRuby

Fixed

  • Avoid PWA caching browser extensions.
  • Fix the numeric sort of trending tags size.
  • Fix the date of feed

v2.5.1

12 Oct 07:13
Compare
Choose a tag to compare

New

  • Add classes to specify image location
  • Add image caption support

Improved

  • Add Docker support to tools scripts
  • Add multi-config option to build tool
  • Upgrade GA tag to latest version
  • Using yq to parse YAML in tool scripts
  • Upgrade web-fonts source
  • Regular layout optimization

Fixed

  • The copy link button of the posts is invalid
  • Fix the compatibility of fswatch under Linux

v2.5

21 Sep 19:32
Compare
Choose a tag to compare

New

  • Deploy to GitHub Pages by GitHub Actions.

Improvement

  • Improved the post layout & typography
  • PV fetching faster
  • Improved the script tools:
    • Support sub-directories in _posts/
    • Allow non-English post file names

v2.4

21 Sep 19:31
Compare
Choose a tag to compare

New

  • Pinned posts

Improved

  • Make post table responsive.
  • Beautified the inline code style.
  • Improved the generation rules of Categories ID.
  • Related posts
  • Hide broken avatar

Fixed

  • The PV cache.
  • Remove invalid links from categories page.
  • Fixed anchor position on Desktop views.