summaryrefslogtreecommitdiffstats
path: root/content/en/articles/gify-back-to-bash-scripting
AgeCommit message (Collapse)AuthorFilesLines
9 daystranslate: fixed translation for "gify - back to bash scripting"Danilo M.1-1/+2
2026-04-24working on the frontmatters for all articlesrelease_24042026-1126Danilo M.1-2/+3
2026-04-18removed all occurrencies of the highlight shortcode. File removed.Danilo M.1-22/+22
2026-04-18consolidated duplicated shortcodes. Initial fix of the content files. Manual ↵Danilo M.1-1/+1
review needed
2026-04-16feat: import 36 articles with assets and create supporting shortcodesDanilo M.3-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.3-2/+2
- 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>
2026-04-15Fix article shortcode issues and add actions shortcodeDanilo M.1-0/+234
- Fix gify-back-to-bash-scripting article: replace figure shortcode with image - Add actions shortcode for download/action buttons with icon and styling - Actions shortcode accepts: url (required), desc, outclass, inclass parameters - Rendered as styled link with feather download icon Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>