dontbechad/hugo.yaml
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

35 lines
No EOL
715 B
YAML

baseURL: 'https://dontbechad.com'
languageCode: 'en-us'
title: "Don't Be Chad - Bitcoin Education"
theme: 'dontbechad'
params:
description: "I made the mistakes so you don't have to. Learn Bitcoin security, trading, and technical concepts from real-world errors."
author: "Chad"
tagline: "Bitcoin Education from Real Mistakes"
colors:
primary: "#FF6B35"
background: "#0A1929"
text: "#1A1A1A"
card: "#000000"
accent: "#FF8C42"
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: "monokai"
security:
enableInlineShortcodes: false
exec:
allow: []
http:
methods: []
urls: []
outputs:
home: ["HTML", "RSS"]
page: ["HTML"]
section: ["HTML"]