记录一下hugo是怎么用的
TL;DR
简单来说就是安装hugo
之后,通过hugo server
渲染,然后推送到部署的服务器/Pages上。
目前方案
我目前是部署在Cloudflare 的 Pages上。
流程为:
hugo new posts/{filename}.md
创建新文章git push
到github的仓库中- Cloudflare自动CI/CD
TODO
- 文件夹管理
记录一下hugo是怎么用的
简单来说就是安装hugo
之后,通过hugo server
渲染,然后推送到部署的服务器/Pages上。
我目前是部署在Cloudflare 的 Pages上。
流程为:
hugo new posts/{filename}.md
创建新文章git push
到github的仓库中