My personal blog! Since 2006, I've been sharing my insights and experiences on software development and technology.
- Static Site Generator: Zola
- Theme: zola-devin
- Hosting: GitHub Pages
- Content Format: Markdown with TOML front matter
- Blog posts organized by date and tags
- Archives section for historical content
- Comments preserved from previous blog platforms
- RSS feed
- Responsive design
- Code syntax highlighting
- Asset colocation for images and other resources
To run the site locally:
# Install Zola (see https://www.getzola.org/documentation/getting-started/installation/)
zola serve
content/
about.md # About page
archive.md # Archives page
post/ # Blog posts
[year-month-day-slug]/
index.md # Post content
images # Post images
*.yml # Comments
- Content: Copyright © Sean Kearney
- Code: MIT License