Blog placeholder image

Getting Started with Your New Blog

Your Name Jan 15, 2024 3 min read

Welcome to your new blog! This sample post demonstrates the features available to you.

Writing Blog Posts

Blog posts are written in Markdown, which makes formatting easy. You can use bold text, italic text, and links.

Adding Images

Place images in the src/images/blog/ directory and reference them in your frontmatter:

image: /images/blog/my-image.jpg
imageAlt: Description of the image

Managing Posts with the CMS

If you have the CMS feature enabled, you can create and edit blog posts at /admin/. The CMS provides a rich editor with image uploads and preview.

Featured Posts

Add the featured tag to any post to show it in the sidebar:

tags:
  - post
  - featured

Next Steps

  1. Replace this sample post with your own content
  2. Add your own images to src/images/blog/
  3. Customize the blog styling in src/css/blog.css
  4. Update the blog page metadata in src/pages/blog.html