summaryrefslogtreecommitdiffstats
path: root/content/en/articles/about-loneliness
AgeCommit message (Collapse)AuthorFilesLines
9 daystranslation: Added italian translation for "About Loneliness"Danilo M.1-1/+0
2026-04-24working on the frontmatters for all articlesrelease_24042026-1126Danilo M.1-3/+3
2026-04-18Started content cleanupDanilo M.1-1/+1
2026-04-16feat: import 36 articles with assets and create supporting shortcodesDanilo M.2-1/+1
- Migrate all English articles from old site to content/en/articles/ - Organize article assets in static/uppies/year/month/ structure - Create Italian article stubs with draft=true status - Add 7 new shortcodes: strike, em, dropcap, figure, highlight, img, youtube, gal-img - Update article image paths to reference /uppies/ locations - All 36 articles now build successfully without errors Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-15Implement article type colors, reading progress bar, and optimize layoutDanilo M.2-0/+15
- Add colored type pills to article list items (overlay on thumbnails, top-right) - Add type accent corner (L-shaped) to single article headers with colored pill badge in metadata - Implement smooth reading progress bar at viewport top (violet→green gradient) - Progress bar only appears on single pages/articles, not on lists or homepage - Constrain article width to max-w-7xl for comfortable reading with side gutters - Use CSS variables for all colors to support dark/light theme switching - Add reading-progress.js with requestAnimationFrame throttling for performance - Update HANDOFF.md with current progress Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>