A simple, dark-mode Hugo blog focused on AI, mechanistic interpretability, and related topics.
# Install Hugo (if not already installed)
brew install hugo
# Start development server
hugo server
# Build for production
hugo --minifyThe site automatically deploys to GitHub Pages when you push to the master branch via GitHub Actions.
content/_index.md- Home pagecontent/about.md- About pagecontent/experience.md- Experience pagecontent/posts/- Blog posts
Custom minimal dark theme with:
- Black background (#000)
- White text (#fff)
- Clean typography
- Mobile responsive
- Fast loading