Blog posts are stored in src/content/blog/
as Markdown files. The frontmatter schema includes:
title
: Post titlepubDate
: Publication datedescription
: Optional post descriptiontags
: Array of post categories/tagsdraft
: Boolean to mark post as draft
- Styles are defined in
src/styles/global.css
- The site uses custom components for Header, Footer, and blog post formatting
- RSS feeds are available at
/rss.xml
and/atom.xml
(legacy URL)