# vuepress_blog **Repository Path**: kcyln/vuepress_blog ## Basic Information - **Project Name**: vuepress_blog - **Description**: 使用vuepress搭建的博客 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 添加新内容 > 代码拉取到本地,安装依赖 > ``` > git clone git@github.com:kcyln/vuepress_blog.git > npm install > ``` > 然后在docs目录下新加内容即可 ### 部署 添加完内容后,执行命令 `npm run deploy` 即可自动部署到 github.io 。 ###