vuepress-theme-ououe
Version:
A blog theme for VuePress by tolking
153 lines (97 loc) • 2.4 kB
Markdown
# Change Log
[README](README.md) | [CHANGELOG](CHANGELOG.md)
## 1.5.3
- optimizing styles
## 1.5.2
- improve typography for print media
## 1.5.1
- fix vssue styles
- fix pwa styles
## 1.5.0
- fix pwa styles
- Compatible [Base URL](https://vuepress.vuejs.org/guide/assets.html#rBase%20URL)
- update dependencies version
## 1.4.2
- fix styles
- fix bug
## 1.4.1
- add options for `postTime`
- fix vssue bug and styles
## 1.4.0
- add transition animation
- control the img of the theme through the `vuepress-plugin-img-lazy` config
- add [vuepress-plugin-reading-progress](https://github.com/tolking/vuepress-plugin-reading-progress)
## 1.3.8
- fix styles without `frontmatter.image`
- adjust the header text of the list page
- optimizing the tags styles
## 1.3.7
- optimizing styles
- change the `TagsList` sort
- add [vuepress-plugin-img-lazy](https://github.com/tolking/vuepress-plugin-img-lazy)
## 1.3.6
- optimizing styles
- add `showThemeButton` to control the chose theme button display
- setting `defaultTheme` by hours
``` js
defaultTheme: { dark: [18, 6] }
```
## 1.3.5
- fix css-prefers-color-scheme
## 1.3.4
- add `backgroundImage` (background image on posts pages)
- optimizing styles
## 1.3.3
- add `false` in defaultTheme
## 1.3.2
- optimizing dark theme styles
## 1.3.1
- fix error of partial styles
## 1.3.0
- add dark theme (change theme using switch button on the left)
- you need to add a postcss plugins to your config file
``` js
// .vuepress -> config.js
module.exports = {
theme: 'ououe',
themeConfig: {
// ...
},
// add
postcss: {
plugins: [
require('css-prefers-color-scheme/postcss'),
require('autoprefixer')
]
}
}
```
## 1.2.3
- fix error styles on 1.0
- optimizing styles
## 1.2.2
- change styles
## 1.2.1
- add 404 page
- change styles
## 1.2.0
- optimizing html
- change styles
- fix bug
## 1.1.2
- change styles
## 1.1.1
- add last and next link for post
- change styles
- add [vssue](https://vssue.js.org/guide/vuepress.html) for comment system
**You must install it before using it**
## 1.1.0
- add tags and categories
- add pagination
- **You don't need to create a `index.md(or README.md)` file in a folder that needs Pagination**
## 1.0.1
- add time info in the post page
- fix styles
## 1.0.0
- Initial version
- [Documentation](https://tolking.github.io/vuepress-theme-ououe)