# blog **Repository Path**: forMay/blog ## Basic Information - **Project Name**: blog - **Description**: 个人博客主页 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: https://formay.gitee.io/blog/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-18 - **Last Updated**: 2021-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blog #### 介绍 基于[VuePress](https://vuepress.vuejs.org/zh/)搭建的博客,使用主题为[vuepress-theme-reco](https://vuepress-theme-reco.recoluan.com/)1.x版本。 [预览地址](https://formay.gitee.io/) #### 安装教程 将`blog/docs/.vuepress`下的`config.dev.js`改为`config.js`; ```sh yarn install # 或者 npm install 安装依赖(项目根目录下) yarn dev # 或者 npm run dev 测试环境 yarn build # 或者 npm run build 编译输入目录 blog/docs/.vuepress/dist ``` #### 使用说明 评论功能配置需要单独申请[LeanCloud](https://leancloud.cn/)应用,主题评论配置[说明](https://vuepress-theme-reco.recoluan.com/views/1.x/valine.html); ```js // blog/docs/.vuepress/config.dev.js 第56行到60行为评论功能配置 valineConfig:{ appId:'', appKey:'', placeholder:'你有任何的问题意见或者建议,都可以在此评论~', } ``` #### 帮助 [yarn安装](https://formay.gitee.io/install/yarn.html#%E7%AE%80%E4%BB%8B)