@dtwo/content
v1.0.1
Published
Write your content inside your Dtwo app
Downloads
3
Readme
@dtwo/content
@dtwo/content lets you write in a content/ directory, acting as Git-based Headless CMS
Features
- Blazing fast hot reload in development
- Kdu components in Markdown
- Full-text search
- Support static site generation with
dtwo generate
- Powerful QueryBuilder API (MongoDB like)
- Syntax highlighting to code blocks in markdown files using PrismJS.
- Table of contents generation
- Handles Markdown, CSV, YAML, JSON(5)
- Extend with hooks
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
yarn dev
ornpm run dev