Skip to content

tolking/vitepress-theme-ououe

Repository files navigation

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

About

A vitepress blog theme

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors