Jekyll Theme Chirpy Versions Save

A minimal, responsive, and feature-rich Jekyll theme for technical writing.

v6.0.0

1 year ago

⚠ BREAKING CHANGES

  • rename assets origin configuration files (c283e77)

Features

  • add a hook to insert custom metadata in head tag (#1015) (fe20341)
  • i18n: add sl-SI.yml with slovenian translations (#989) (42a700a)
  • i18n: add Traditional Chinese (Taiwan) localization file (#961) (d97f95f)
  • i18n: added Swedish localization file (#969) (fe70479)
  • support hiding the modification date of a post (#1020) (8da583d)
  • ui: improve code snippet design (6d99f5c)
  • ui: improve the design for top bar (83f1c34)
  • ui: new design footer content layout (3210c59)
  • ui: redesign the sidebar (83bbe4a)
  • ui: show preview image in home page (97b8dfe)

Bug Fixes

  • parameter parsing error in image URL (#1022) (ee88cec)
  • rss: double quotes in the post title will break the XML structure (#965) (1719d81)

Improvements

  • assets: reduce HTTP requests to CDN (9d97120)
  • calculate heading font size dynamically (#983) (52f5ee9)
  • i18n: set the global default locales to "en" (#979) (61fdbcb)
  • tools: avoid initialization interruption in single branch forks (#992) (e90461a)
  • ui: improve categories color in dark mode (414dd13)
  • ui: improve hover effect for post preview cards (7626e4d)
  • ui: improve hover effect of trending tags (34499f0)
  • ui: improve inline code in light mode (e38309f)
  • ui: improve related posts design (2918da9)
  • ui: improve the color of prompts in dark mode (8cbbcfa)
  • ui: lighten the link color in light-mode (7c23a4e)
  • ui: mute the marker in lists (0c80552)
  • ui: uniform the muted text color (aadf939)
  • ux: improve LQIP fade in effect (003e7b6)

New Contributors

v5.6.0

1 year ago

Features

Bug Fixes

  • css selector string escaping vulnerability (#888) (5c6ec9d)
  • mathematics cannot scroll horizontally (#760) (4681df7)
  • notch status bar doesn't match theme color (#918) (820ba62)
  • some console snippets will be incompletely copied (e8e4901)

New Contributors

v5.5.2

1 year ago

Hotfix

  • position of prompt icon is incorrect in paragraph on mobile (5df953f)

v5.5.1

1 year ago

Hotfix

  • the icon position of the prompts in the list is incorrect (0c9558d)

v5.5.0

1 year ago

Features

Bug Fixes

  • copy command line incomplete(.gp part) (41ed331)
  • correct encoding of spaces in share URLs (#835) (f2d2858)
  • post's image would cover the PWA update alert (bd374dd)
  • prompt with nested blockquotes renders incorrectly (#846) (babb4a0)

New Contributors

v5.4.0

1 year ago

Features

  • add rel="me" to Mastodon sidebar contact links for verification (#807) (d2190c7)
  • add embed video support (ed6dc53)
  • add shimmer background when image loads (ab16fdc)
  • set preview image ratio to 1.91 : 1 (4b6ccbc)
  • support dark and light mode images (#481) (9306c7b)
  • support LQIP for images (bffaf63)

Bug Fixes

  • hreflang tag attribute of feed misses site.alt_lang (7651d28)
  • og:image will be incorrect if the image uses a cross-domain URL (8de1abd)
  • refactoring error when the image URL contains parameters (ec98f07)
  • spaces in post title are encoded when sharing (7efd2f8)

Improvements

  • cdn: optimize cache policy for static assets (7fb0ee0)

New Contributors

v5.3.2

1 year ago

Bug Fixes

  • mermaid occasionally fails to initialize (#536) (48f14e3)
  • comment: disqus doesn't follow theme mode switching (b0d5956)
  • restore full-text search (#741) (6774e0e)
  • the image URL in the SEO-related tags is incomplete (#754) (f6e9a3f)

v5.3.1

1 year ago

Bug Fixes

  • 404 page missing title in tablet/desktop view (5511b28)
  • prompt content overflows horizontally (#705) (fb13e32)
  • tools: multiple configuration files will fail the test (80cb0b3)

Improvements

  • layout: improve the min-height of main content (#674) (49bb93c)
  • optimize the extra padding in lists (#703) (39da11e)
  • posts: improve core block bottom padding (d2fb98b)
  • truncate post content for search results (647eea8)
  • typography: optimize the line height of post content (eac3f9b)
  • update vendor prefix in SCSS (e7dee2a)

Others

  • giscus: add reactions-enabled option (#712) (70662a0)
  • locale: restore options for changing date format (#716) (f904e8c)
  • remove site config option prefer_datetime_locale (6852ceb)

v5.3.0

1 year ago

⚠️ Note: The deployment for GitHub Pages has been improved: the gh-pages branch and the script tools/deploy.sh from previous versions are no longer required, please consider removing them. And then follow the latest tutorial to update the deployment configuration.

Features

Bug Fixes

  • add missing color to linkedin icon for share list (#683) (0dcd39d)
  • code contains spaces in headings (#644) (3fa1bf3)
  • correct spelling of panel (#686) (b288587)
  • correct the i18n for tab titles (0c5b697)
  • the code doesn’t wrap inside the prompt (#626) (378b65a)

New Contributors

v5.2.1

1 year ago

Bug Fixes

  • exclude CHANGELOG from output (971fe03)
  • PWA: sometimes update notification is not triggered (96af729)