Welcome to Musebox

Welcome to the Musebox blog! This is an example post to demonstrate how the blog works.

Getting Started

You can create new blog posts by adding Markdown files to the src/posts/ directory. Each post should include frontmatter with the following fields:

  • title: The title of your blog post
  • description: A short description (used in blog listing)
  • date: The publication date (YYYY-MM-DD format)
  • layout: Should be layouts/post.njk

Writing Content

You can use all standard Markdown features:

  • Bold text
  • Italic text
  • Links
  • Lists
  • Code blocks
  • And more!

Code Example

console.log('Hello from Musebox!');

Next Steps

  1. Delete this example post
  2. Add your own blog posts in the src/posts/ directory
  3. Customize the styling to match your brand
  4. Deploy to Netlify

Happy blogging!