Commit graph

10 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
2a7b0306b3 Remove h2 + h3 selector from story.css 2026-02-23 16:53:00 -06: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
43b518cb21 Make story page match other page styles 2026-02-23 14:24:00 -06:00
Chad
408bb402ad Make story page header match other pages 2026-02-22 18:54:24 -06:00
Chad
ec652ee1a8 Clean up removed content and update story layout with visual boxes 2026-02-22 07:50:46 -06:00
Chad
cfcf35296f Update site with story styling and cleanup 2026-02-21 14:59:46 -06:00
Chad
45a3c27e45 Clean working solution - simplified JavaScript
- Simplified JavaScript to only handle year timeline sections
- Fixed overflow-y: auto to enable scrolling
- Remove interference with footer and other content
- Keep all markdown content unchanged
- Create proper story structure without breaking existing elements
- Add quick navigation and interactive year sections
- Clean, maintainable approach
2026-01-24 14:28:35 -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