# blog_by_vuepress
**Repository Path**: WhenTimeGoesBy/blog_by_vuepress
## Basic Information
- **Project Name**: blog_by_vuepress
- **Description**: Blog based on vuepress
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-02-13
- **Last Updated**: 2023-10-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Vue, vuepress
## README
# blog_by_vuepress
Blog based on vuepress v1
## run & build
```shell
# before run
yarn install
# run
yarn blog:dev
# build
yarn blog:build
```
## article directory
`./blog/detail`
## node version
v16.20.0
## package
vuepress = "1.9.10"
@vuepress/plugin-blog = "1.9.4"
vuepress-plugin-code-copy = "1.0.6"
## update online
```bash
cp ~/Desktop/notes/* ./blog/detail
cd ../blog_by_vuepress && yarn blog:build
rm ./blog/detail/*
cd ../SayNop.github.io && ./update.sh
```