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
- Delete this example post
- Add your own blog posts in the
src/posts/directory - Customize the styling to match your brand
- Deploy to Netlify
Happy blogging!