Please make sure you meet the prerequisites prior to installing the theme.

Configuration§

Since 0.68.0, HBS requires the following configurations are be set.

1[build]
2  writeStats = true
1build:
2  writeStats: true
1{
2   "build": {
3      "writeStats": true
4   }
5}

Build Tools§

ToolVersionDescription
GitVersion Control Systems
Hugoextended version 0.97.0 or above.
Node.js and NPMNodeJS 16 or aboveused for installing CSS and JS dependencies, and building the assets.
Go1.12 or aboverequired only when installed as a Hugo Module.

We recommend using the latest version of those tools.