Skip to content

tolking/vitepress-theme-ououe

Repository files navigation

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
  },
})