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
- Replace this sample post with your own content
- Add your own images to
src/images/blog/ - Customize the blog styling in
src/css/blog.css - Update the blog page metadata in
src/pages/blog.html