Thoughts on Blog

I will probably never add another blog post to this site.

Code Snippet

const blog = {
  title: 'Thoughts on Blog',
  description: 'I will probably never add another blog post to this site.',
  date: '2021-10-10',
  tags: ['blog', 'thoughts'],
  layout: '../../layouts/BlogPostLayout.astro',
}