All notable changes to this project will be documented in this file, starting from v1.1.0.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix the posts rendering, the metadatas were not displayed
- File-based routing
- New way to configure the navbar
- Old custom site folder
- Some articles parameters dedicated to custom pages have been removed (order, redirect)
- New bright theme and theme switcher (+ automatic theme detection)
- Fix for the Youtube renderer for the RSS feed (links are working, no iframe anymore)
- Fixing HTML rendering for many RSS clients
- New markdown examples
- Clickable tags on the index
- Reset button for the search field
- Updating dates to keep important posts on top
- Better style for footnote backrefs
- Better style for the search field
- noArticlesMessage is no more displayed when the user has no result on his "enter-triggered search", "No results" instead
- Images now have a max-width of
min(100%, 600px)
- Adding max-width + spacing around images
- Fixed the unused parameter
noArticlesMessage
. A custom message can now be set as expected.
- Automatic structure generation no longer references a non-existing image
- Updated README with the new template repo
- Companion folders are no longer generated using the CLI to create an article
- Default image is no longer generated using the CLI to create an article
- HTMX boosting: I had issues with the search feature fixed with a nasty script that wasn't ideal + a user reported scroll issues while loading new page, that was fixed by removing HTMX boosting.
- The nasty script to fix search with HTMX boosting has been removed