https://github.com/vuepress/vuepress-theme-blog
Default blog theme for VuePress.
https://github.com/vuepress/vuepress-theme-blog
Last synced: 24 days ago
JSON representation
Default blog theme for VuePress.
- Host: GitHub
- URL: https://github.com/vuepress/vuepress-theme-blog
- Owner: vuepress
- License: mit
- Archived: true
- Created: 2019-06-03T13:05:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T22:38:00.000Z (about 2 years ago)
- Last Synced: 2024-05-13T20:22:12.565Z (11 months ago)
- Language: Vue
- Homepage: https://vuepress-theme-blog.billyyyyy3320.com/
- Size: 2.79 MB
- Stars: 210
- Watchers: 7
- Forks: 128
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @vuepress/theme-blog
[](https://npmjs.com/package/@vuepress/theme-blog) [](https://npmjs.com/package/@vuepress/theme-blog)
[](https://github.com/vuepressjs/vuepress-theme-blog/blob/master/LICENSE)
## Sites- [Documentation](https://vuepress-theme-blog.billyyyyy3320.com) - clone this repo and run `yarn && yarn docs:dev`
- [Live Example](https://example.vuepress-theme-blog.billyyyyy3320.com/) - clone this repo and run `yarn && yarn example:dev`
- [Live Example - Billyyyyy3320's space](https://billyyyyy3320.com/)## Install
```bash
yarn add @vuepress/theme-blog -D
# OR npm install @vuepress/theme-blog -D
```## Usage
```js
// .vuepress/config.js
module.exports = {
theme: '@vuepress/blog',
themeConfig: {
// Please head documentation to see the available options.
}
}
```## LICENSE
**@vuepress/theme-blog** © [ULIVZ](https://github.com/ulivz) & [Billyyyyy3320](https://github.com/billyyyyy3320), Released under the [MIT](./LICENSE) License.
> [github.com/ulivz](https://github.com/ulivz) · GitHub [@ULIVZ](https://github.com/ulivz) · Twitter [@_ulivz](https://twitter.com/_ulivz)
> [github.com/billyyyyy3320](https://github.com/billyyyyy3320) · GitHub [@Billyyyyy3320](https://github.com/billyyyyy3320)