celestia
v0.0.2
Published
A simple theme for VitePress.
Downloads
1
Readme
celestia (WIP)
A simple theme for VitePress.
Installation
npm add -D celestia
Usage
// .vitepress/config.ts
import { defineConfig } from 'celestia/minimal/core'
export default defineConfig({
// ...
})
// .vitepress/theme/index.ts
import Theme from 'celestia/minimal/theme'
import 'celestia/minimal/styles'
export default Theme
License
MIT