1.0.3 • Published 9 months ago

vitepress-theme-ououe v1.0.3

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

vitepress-theme-ououe

A blog theme based on vitepress

Documentation and Demo

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.3

9 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago