DocsBlogChangelog (v0.12.1) GitHub
This project is in technical preview. Star on GitHub and share feedback!
Sections and Blog Support
Livemark TeamPublished Apr 15, 2026Updated Apr 28, 2026
We just shipped two major features: configurable sections and blog support.
Sections
You can now split your site into multiple sections. Each section appears as a tab in the header, and the sidebar shows only articles from the active section.
export default defineConfig({
sections: [
{ title: "Docs", prefix: "/" },
{ title: "Blog", prefix: "/blog/", type: "blog" },
],
})Blog
Blog sections get a different sidebar layout optimized for chronological posts, and an auto-generated index page listing all posts by date.
Built with ❤ and Livemark