使用 Hugo 建立部落格 Memo's Blog 2023-07-23 Hugo Deployment, GitHub, GitHub Pages, Hugo 做法安裝 hugo 指令。 1brew install hugo 建立部落格。 12hugo new site examplecd example 新增主題。 123git initgit submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/anankeecho "theme = 'ananke'" >> hugo.toml 新增文章。 1hugo new posts/my-first-post.md 啟動服務。 1hugo server -D