# BlogPress **Repository Path**: herrylo/BlogPress ## Basic Information - **Project Name**: BlogPress - **Description**: 🌟Blog Vuepress@1.x - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-30 - **Last Updated**: 2023-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: vuepress, blog ## README ## BlogPress ![](https://img.shields.io/badge/-vuepress%401.0-brightgreen) ![](https://img.shields.io/badge/-vue%402.0-brightgreen) > 博客由[vuepress cli](https://v1.vuepress.vuejs.org/zh/guide/getting-started.html)构建完成 ## 发布 ```javscript $ npm install vuepress@1.9.7 $ npm install // 发布到 Github Pages,如:https://herrylo.github.io $ npm run deploy ``` ## 配置 `deploy.sh` Github Pages 配置 `docs/.vuepress/config.js` 网站配置 `docs/.vuepress/components` 自定义组件 `docs/.vuepress/theme` 全局样式组件 `docs/.vuepress/public` 静态资源 `docs/README.md` 网站首页 更多详细内容可以参考:[vuepress官网](https://v1.vuepress.vuejs.org/zh/guide/getting-started.html) ## 写法 在新建的md文件中头部设置如下内容,例如: ```javascript --- title: '小程序开发指南之性能优化' date: 2019-11-30 tags: - 小程序 - 个人指南 --- # 小程序开发指南之性能优化 // ......具体内容 ``` ## License [MIT](https://github.com/HerryLo/BlogPress/blob/master/LICENSE)