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. Installation Install a new site from scratch Step 1: Create skeleton site Create and enter new site: 1$ hugo new site my-new-blog 2$...
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...
HBS(Hugo Bootstrap) 是一個快速、響應式和功能齊全的 Hugo 主題,可用於個人博客和文檔。 在安裝主題前,請確保你滿足先決條件。 先決條件 Configuration 自 0.68.0,HBS 要求設置以下配置。 config.toml yaml json 1[build] 2writeStats = true 1build:2writeStats:true1{ 2"build": { 3"writeStats": true 4} 5} 構建工具 Git。 Hugo:extended 0.84.0 版本或以上。 npm:用於安裝 CSS 和 JS 依賴。 Go: 1.12 版本或以上,...