Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vuepress/vuepress-theme-blog

Default blog theme for VuePress.
https://github.com/vuepress/vuepress-theme-blog

Last synced: about 2 months ago
JSON representation

Default blog theme for VuePress.

Awesome Lists containing this project

README

        

# @vuepress/theme-blog

[![NPM version](https://badgen.net/npm/v/@vuepress/theme-blog)](https://npmjs.com/package/@vuepress/theme-blog) [![NPM downloads](https://badgen.net/npm/dm/@vuepress/theme-blog)](https://npmjs.com/package/@vuepress/theme-blog)
[![NPM LICENSE](https://badgen.net/npm/license/@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)