stevessr / Hugo入门

Created Sat, 27 May 2023 18:46:01 +0800 Modified Tue, 15 Sep 2026 14:44:12 +0000

一:安装hugo

windows:

【前提:有winget包管理器】winget链接

winget install hugo

hugo release

二:创建站点

hugo new site 【站点名称】

三:创建文章

hugo new 【文章名称】.md
hugo new post/【文章名称】.md