Commit graph

5 commits

Author SHA1 Message Date
Chad
46524d79d9 Optimize CSS: merge story.css into style.css
- Consolidated story.css (127 lines) into style.css
- Removed duplicate CSS rules for content boxes
- Deleted story.css file (one fewer HTTP request)
- Updated story/single.html layout to remove story.css link
- Result: 28% size reduction (28KB -> 20KB)
- Performance: LCP improved from 1051ms to 917ms
2026-04-05 07:33:41 -05:00
Chad
6adf6bf168 Remove h2 + h3 sibling selector for consistent h3 styling 2026-02-23 16:51:23 -06:00
Chad
ad4705599f Generalize content box styles to style.css 2026-02-23 15:02:20 -06:00
Chad
408bb402ad Make story page header match other pages 2026-02-22 18:54:24 -06:00
Chad
32264deb5a Initial commit: Complete Hugo site with interactive story timeline
- Hugo site configured and working
- Story page with interactive collapsible timeline
- CSS styling for journey/timeline layout
- JavaScript for dynamic markdown-to-timeline conversion
- Theme with responsive design
- Content structure for Bitcoin education site

Features:
- Collapsible year sections with animations
- Quick jump navigation between years
- Mobile responsive design
- Interactive timeline functionality
2026-01-18 16:23:55 -06:00