etienne
2c02500b72
Archive page still needs a bit of styling. Declare tags in a post. Tags are displayed in the blog card and populate the archive.
1.2 KiB
1.2 KiB
Changelog for etienne-moqueur
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 the Haskell Package Versioning Policy.
Unreleased
Backend
- Add Atom and RSS feeds
Planned utils
- Add svg generation (with diagrams-lib, or diagrams? Investigation needed)
- Add font subsetting (or svg icons support / fonts)
- Add images utils such as conversion to png, avif and other formats (see hip and JuicyPixels)
0.2.1.0 - 2023-06-23
- Added tags support for posts
runGHC
will be removed
0.2.0.0 - 2023-06-19
- Added sitemap.xml
- Declaration of Props changed with
add(...)
functions. - Props now have a FileTree structure to gather assets.
0.1.0.0 - 2023-06-18
- Added colours and palettes support (with colour package back-end)
- Component structure
- Kit populated with
- Constants: Breakpoints, Spacing, Colors
- Atoms: Fonts, Stylesheet, BreakpointQueries, Buttons, Containers
- Molecules: Default css, Profile header pieces
- Organisms: HTML head, Profile header
- Templates: Index, Blog post