又tmd记不住了,记录一下
前提条件:安装go, 安装hugo
Hugo
hugo new posts/first-post.md 在 content
文件夹下,建立一个新的文章,文章保存在文件 first-post.md
中
hugo server -D 预览
Github
Windows 上先安装Git,桌面版(可以省去繁琐的token)和命令行版
同步github上的仓库到本地,git clone username@https://github.com/xxx/xxx
同步模板,git submodule init,git submodule update
git add . 把所有文件都添加到我们新建的本地仓库中
git commit -m “update”
git push -u origin master 推送
Netlify
略