Skip to content

Latest commit

 

History

History
96 lines (73 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

96 lines (73 loc) · 2.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.5.1 - 2022-12-15

Changed

  • Use light and dark Prism themes for the code.

Fixed

  • Renamed .tag class to .badge to avoid conflicts with Prism themes.

0.5.0 - 2022-12-15

Added

  • Table of contents

Changed

  • Upgrade to Lume 1.14.2.
  • metas plugin default configuration.
  • Some styles tweaks.

0.4.0 - 2022-11-24

Added

  • Reading Time Plugin (experimental).

Changed

  • Upgraded to Lume v1.13.1.
  • Configuration for deno fmt & deno lint.
  • Reduced Blog post header margin-bottom.
  • Blog post tag style.

Fixed

  • Typos in markdown titles.
  • Archive back link margin-bottom.
  • Pagination text-align & overlap on small devices.
  • Dark mode color-scheme, scrollbar-color & PWA-color.

0.3.1 - 2022-11-16

Fixed

  • Excerpt post extraction.

0.3.0 - 2022-11-11

Added

  • New menu_links option.

Changed

  • Font for the Display and Titles styles.
  • Use prism plugin to highlight the code.

Fixed

  • Code and titles font styles.
  • Excerpt post extraction.

0.2.1 - 2022-10-10

Removed

  • author key in the _data.yml file #5.

Fixed

  • Sitemap & robots.txt generation #5.

0.2.0 - 2022-10-03

Added

  • Site searcher.
  • Default favicon.png file.
  • Welcome text to the homepage.

Changed

  • Moved theme files to src folder.
  • Upgraded to Lume v1.12.0.

Fixed

  • Homepage title

0.1.1 - 2022-09-20

Fixed

  • Pagination in archive.njk by @angelside #1.

0.1.0 - 2022-06-16

First version