个人博客 使用方法 首先克隆仓库代码: $ git clone https://github.com/ihoneys/ihoneys.github.io.git 安装依赖: $ cd ihoneys.github.io $ yarn install # 或使用 npm install,下同 启动项目: $ yarn start 构建项目: # 同时构建中文和英文版 $ yarn build # 只构建中文版 $ yarn build-cn