Hugo初始化以及与Github的配置
这篇文章我会记录如何初始化Hugo项目并同步到Cloudflare Pages 部署的。 为什么不用Github Pages呢?因为Github Pages 要求公开储存库或者订阅GitHub Pro。不想公开储存库的我们就直接用Cloudflare Pages部署吧。
安装Hugo
apt install hugo
snap install hugo
hugo new site tenyear
cd tenyear
git init
博客相关功能配置
需要配置config.yaml