This article refers to the modern, up-to-date installation method of installing the theme locally as Hugo module. It describes how to install, upgrade the theme, and write new articles. Proxy (optional) If you’re located at China mainland without VPN, the Hugo module download may fail. There are two proxies for this:...

Main Sections mainSections 參數用於過濾頁面,默認為 ["posts", "docs"]。 1mainSections = ["blog", "posts", "docs", "notes"] 內容類型 你可能想在其他 Section 中使用 docs 布局,比如 /notes。這可以通過在 front matter 中設置 type = "docs" 實現。 文章原型 我們也可以為 notes 創建一個原型,讓 Hugo 處理 type。 1$ cp themes/hugo-theme-bootstrap/archetypes/default.md archetypes/notes.md...