January 5, 2026·1 min read·ArtCMS
Welcome to your new blog
announcement
getting-started
Welcome! 🎉 This is your first blog post, rendered from a Markdown file at
content/posts/welcome.md.
Markdown, fully supported
You get everything you'd expect:
- Bold and italic text
- Links
- Lists, quotes and tables
- Fenced code blocks with syntax:
export function hello(name: string) {
return `Hello, ${name}!`;
}
| Feature | Supported |
|---|---|
| Markdown | ✅ |
| Frontmatter | ✅ |
| Media upload | ✅ |
Tip: open this post in the admin editor to see the live preview side-by-side.
Happy writing!