A document-driven blog based on Nuxt & Nuxt Content
- Automatically generate article directories up to three levels based on
Content
directories - Flexible configuration, configure
app.config.ts
to customize the navigation bar - Special Code display component, highlighting is based on
Shiki
for packaging, Shiki will load themes and rules from local, more friendly for Chinese users - The content style is taken from Notion and modified on the basis of Notion to look more comfortable
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
- Dark mode
- Responsive layout
- Search in the site
- Toc