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
- Host: GitHub
- URL: https://github.com/styx11/styx-blog-source
- Owner: Styx11
- License: mit
- Created: 2020-04-23T11:47:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T12:50:09.000Z (about 6 years ago)
- Last Synced: 2025-03-14T02:25:06.650Z (over 1 year ago)
- Size: 476 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.