Jekyll Theme Chirpy Versions Save

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

v6.3.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cotes2020/jekyll-theme-chirpy/compare/v6.2.3...v6.3.0

v6.2.3

7 months ago

What's Changed

Fixes

Improvement

New Contributors

v6.2.2

8 months ago

Hot Fixes

  • sidebar: contact icons not stacking by @cotes2020 (#1224) (273b389)

v6.2.1

8 months ago

Hot Fixes

  • pwa: installation failure caused by outdated cache entries by @cotes2020 (4da7406)

v6.2.0

8 months ago

Features

  • layout: center the footer by @cotes2020 (41b8f9f)
  • posts: render heading 4 in TOC by @cotes2020 (#1023) (229c2a2)
  • ui: redesign the pagination button on home page by @cotes2020 (62bcd60)
  • ui: update the twitter icon by @cotes2020 in #1221 (aff7566)

Improvements

  • core: speed up the Jekyll build times by @cotes2020 in #1163 (0d4103d)
  • refactor using semantic HTML by @cotes2020 in #1207 (505e314)
  • ui: improve code snippet design by @cotes2020 (4f86b04)
  • ui: improve web accessibility by @cotes2020 (#447) (37c9764)

New Contributors


Full Changelog: https://github.com/cotes2020/jekyll-theme-chirpy/compare/v6.1.0...v6.2.0

v6.1.0

10 months ago

NOTE: We have removed the page views report with this release. See: #1071

Features

Bug Fixes

  • missing xml escape for alt of preview image (#1113) (8b0fbf5)
  • the cached image is covered by shimmer (#1100) (df8ff54)
  • ui: min-height of page layout exceeds the mobile screen (73af591)
  • webfont: resume semi-bold of font family Source Sans Pro (c4da99c)

Improvements

  • build: use jekyll-include-cache plugin to reduce build time (#1098) (4fe145e), closes #1094
  • CJK characters of the "Search Cancel" button will wrap (#1105) (b6d1992)
  • ui: avoid blank space at the bottom of the homepage preview image (ce2f6f5)
  • ui: improve hover color of sidebar nav items in light mode (728094d)

New Contributors

v6.0.1

11 months ago

Bug Fixes

  • home: preview image missing [alt] and img_path (#1044) (aba9468)
  • layout: restore the margin bottom of the main area (#1047) (eb40f51)
  • post, page: image link loses shimmer effect (#1046) (3bd881d)
  • typography: long string for update-list is not truncated (#1050) (a51d31c)

v5.1.0

1 year ago

New

  • Added Giscus comments support (#501)
  • Added blockquote prompts (#489)
  • Make the source of the static assets configurable
  • Added locales for Russian, Ukrainian, and Burmese (#485, #483)
  • Added filepath style for code

Improved

UX

  • Avoid image caption shifting on load
  • Hide topbar when mobile orientation in landscape mode (#459)
  • Improve English locales for recently updated posts (#478)

Refactor

  • Improved the SW cache list
  • Improved local date-time display
  • Refactor the smooth-scrolling, topbar-switcher module
  • Normalized attribute name in HTML
  • Removed unused HTML attribute from the sidebar

Fixed

  • Bypass hidden posts in home page pagination (#504)
  • Escape the post sharing URL (#496)
  • Update the telegram share URL of the post (#490)
  • Google Analytics scripts are included even if no analytics ID is provided (#482)

New Contributors

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