搭建博客
文章目录
安装hugo
https://gohugo.io/
创建博客
1
hugo new site blog
添加主题
1
git submodule add https://github.com/olOwOlo/hugo-theme-even themes/even
创建第一篇文章
1
hugo new post/first_post.md
自定义域名 https://gohugo.io/hosting-and-deployment/hosting-on-github/
文章作者 qiaocc
上次更新 2021-01-01