summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2026-04-05layout: create base layout, header, footer, hero, and post card partialsDanilo M.7-14/+68
2026-04-05feat: add JavaScript modules (theme toggle, matrix rain, progress tracking, ↵Danilo M.5-1/+233
copy-to-clipboard) Implement all 4 JavaScript modules: - theme-toggle.js: Theme switching with localStorage persistence - matrix-rain.js: Animated matrix-style rain effect on canvas - progress-bar.js: Reading progress tracking during scroll - copy-code.js: Copy-to-clipboard functionality for code blocks Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-05style: add card, feed, code, and progress bar stylesDanilo M.5-0/+420
2026-04-05style: add hero section with matrix canvas stylingDanilo M.2-0/+118
2026-04-05style: update header and footer with theme variablesDanilo M.2-4/+149
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-05style: add CSS variables and base typographyDanilo M.2-8/+220
2026-04-05fix: remove deprecated config and unsupported highlight parametersDanilo M.1-5/+1
2026-04-05config: set up sections, menus, and chroma highlightingDanilo M.1-19/+43
2026-04-04initial theme setup.Danilo M.26-0/+273