Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tolking/vuepress-theme-ououe

A blog theme for VuePress
https://github.com/tolking/vuepress-theme-ououe

blog blog-theme dark-theme light-theme theme vuepress vuepress-theme

Last synced: 6 days ago
JSON representation

A blog theme for VuePress

Awesome Lists containing this project

README

        

> [!WARNING]
> This library is no longer maintained, you can choose to migrate to [vitepress-theme-ououe](https://github.com/tolking/vitepress-theme-ououe)

# vuepress-theme-ououe

> A blog theme for VuePress

Live Demo: [My Blog](https://ououe.com)

[Documentation](https://tolking.github.io/vuepress-theme-ououe)

Uses [vuepress-theme-ououe-template](https://github.com/tolking/vuepress-theme-ououe-template) to starter

---

## Installation

``` sh
yarn add vuepress-theme-ououe
# or
npm i vuepress-theme-ououe
```

## Usage

``` js
// .vuepress -> config.js
module.exports = {
theme: 'ououe',
themeConfig: {
// ...
}
}
```

## License

[MIT](http://opensource.org/licenses/MIT)