1.0.2 • Published 9 months ago

vitepress-theme-ououe v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

vitepress-theme-ououe

A blog theme based on vitepress

Documentation

image

Install

npm i vitepress-theme-ououe

Usage

// .vitepress/theme/index.ts
import Theme from 'vitepress-theme-ououe'

export default Theme
// .vitepress/config.ts
import { defineConfigWithTheme } from 'vitepress'
import type { Theme } from 'vitepress-theme-ououe'

export default defineConfigWithTheme<Theme>({
  // ...
  themeConfig: {
    // config
  },
})
1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

10 months ago