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

https://github.com/styx11/styx-blog-source

my blog source which depends on vuepress
https://github.com/styx11/styx-blog-source

Last synced: 2 months ago
JSON representation

my blog source which depends on vuepress

Awesome Lists containing this project

README

          

# styx-blog-source

> 🍱blog source depends on vuepress

## 📝Desc
这是我的博客资源,它基于 vuepress 生成器。

我会将正在编写或已经编写的博客内容上传于此以防丢失

当然你也可以参与纠错😄

## 📦Build
```shell
# install dependencies
npm install

# build for blog asset on vuepress
npm run docs:build

# start vuepress blog dev mode in localhost:8080
npm run docs:dev
```

## 📄License
MIT.