Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tolking/vuepress-theme-ououe
- Owner: tolking
- License: mit
- Created: 2019-02-23T04:18:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T07:46:12.000Z (almost 4 years ago)
- Last Synced: 2024-10-01T11:19:40.912Z (about 1 month ago)
- Topics: blog, blog-theme, dark-theme, light-theme, theme, vuepress, vuepress-theme
- Language: Vue
- Homepage: https://tolking.github.io/vuepress-theme-ououe
- Size: 1.04 MB
- Stars: 79
- Watchers: 3
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - tolking/vuepress-theme-ououe - A blog theme for VuePress (others)
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)