在安装主题前,请确保你满足先决条件。
Configuration#
自 0.68.0
,HBS 要求设置以下配置。
1[build]
2 writeStats = true
1build:
2 writeStats: true
1{
2 "build": {
3 "writeStats": true
4 }
5}
构建工具#
Tool | Version | Description |
---|---|---|
Git | Version Control Systems | |
Hugo | extended version 0.97.0 or above. | |
Node.js and NPM | NodeJS 16 or above | used for installing CSS and JS dependencies, and building the assets. |
Go | 1.12 or above | required only when installed as a Hugo Module. |
我们建议使用这些工具的最新版本。
评论