使用步骤
克隆代码库
git clone https://github.com/gauseen/gauseen.github.io.git
安装依赖资源
yarn install
清空 hexo 构建文件
yarn clean
hexo 构建项目
yarn generate
本地运行代码
yarn dev
部署到 github
yarn deploy
新增页面
hexo new <title>
git clone https://github.com/gauseen/gauseen.github.io.git
yarn install
yarn clean
yarn generate
yarn dev
yarn deploy
hexo new <title>