Getting Started

From your Markdown files to a deployed website in few minutes.

Play online

You can start playing with Docus in your browser using Stackblitz:

Play on StackBlitz

Create a new project

  1. Install Nuxt Content Stand theme in your project:
npm
npm install nuxt-content-stand
yarn
yarn add nuxt-content-stand
pnpm
pnpm install nuxt-content-stand
  1. Extend the nuxt.config.js file with the theme in the extends array (or extends property if you use TypeScript):
nuxt.config.ts
export default defineNuxtConfig({
  extends: "nuxt-content-stand",
});
✨ Well done! You can create your first Markdown file in the content folder.