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$...

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 版本或以上,...