summaryrefslogtreecommitdiffstats
path: root/assets
AgeCommit message (Collapse)AuthorFilesLines
2026-04-05tweak: increase matrix rain canvas opacityDanilo M.1-2/+2
Increased opacity from 0.25→0.4 (dark) and 0.35→0.5 (light) to make the matrix rain effect more visible on the hero section. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-05fix: resolve matrix rain opacity, menu styling, and featured articlesDanilo M.3-16/+14
Issues fixed: 1. Added missing header.css and footer.css imports to main.css (fixes unstyled menu) 2. Increased matrix rain canvas opacity (0.13→0.25, 0.18→0.35) for better visibility 3. Updated home.html to display featured articles first, then latest 3 4. Removed invalid pseudo-element CSS rule on canvas element The form on /is/here should now be visible, menu properly styled, and matrix rain more prominent. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-05feat: add filter functionality, archetypes, and sample contentDanilo M.1-0/+28
- Create filters.js for post filtering by type (tech, life, quote, link, photo) - Add article.md and page.md archetypes with appropriate fields - Update default.md archetype with correct TOML syntax - Create sample content for home, articles, and about pages - Fix section.html template resource permalink syntax Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
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-04initial theme setup.Danilo M.4-0/+24