重新开始
重新打开我的 博客git仓库, 发现上一次编辑是 2021.07.22, 已经两年多了. 重新开始
操作
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| brew install hexo
cd ~/Documents git clone git@github.com:altman-xu/altman-xu.github.io.git
cd altman-xu.github.io git checkout source
hexo s
ERROR Cannot find module 'hexo' from '/Users/zhihua.xu/Documents/altman-xu.github.io' ERROR Local hexo loading failed in ~/Documents/altman-xu.github.io ERROR Try running: 'rm -rf node_modules && npm install --force'
rm -rf node_modules && npm install --force
hexo s
hexo new "My New Post"
hexo s
|