All notable changes to this project will be documented in this file.
-
TimeTracker Pro case study page for the Weekly Report AI feature —
src/pages/development/timetracker.md,src/assets/img/timetracker-*.{webp,jpg},src/assets/img-raw/timetracker-*.png(full case study covering design decisions, two-panel layout, tone selection, and AI prompt architecture; 8 screenshots with full-size + thumbnail variants) -
Markdown containers system via
markdown-it-containerplugin —.eleventy.js,src/sass/containers.scss,src/_includes/markdown.njk(registers:::card,:::section,:::cards,:::card-basic,:::card-shadowfenced blocks; opt-in per page viacontainers: truein front matter)
- Production build now compiles all SCSS files to
docs/css/(previously onlystyle.scsswas compiled, leavingmarkdown.css,print.css, etc. missing in production) —package.jsonbuild:sass-sitescript changed from single-file to directory compilation (src/sass:docs/css)