Mac电脑配置一套写博客的环境,流程:
1.搭建 Hexo 博客
2.配置 PicGo + Typora 实现自动化写作
准备工作:在做任何安装之前,先解决 Git 和终端的网络问题
开启 Clash,查看端口是7897
打开终端 (Terminal),依次执行以下命令:
123456789# 1. 让 Git 强制走代理 (解决连不上 GitHub)git config --global http.proxy http://127.0.0.1:7897git config --global https.proxy http://127.0.0.1:7897# 2. 让 Git 使用 H...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo ...