Go(1)

NO IMAGE

Prerequisites

Please make sure you meet the prerequisites prior to using or developing the HB and its modules. Required Configurations TOML YAML JSON hugo.toml 1[build] 2 writeStats = true hugo.yaml 1build: 2 writeStats: true hugo.json 1{ 2 "build": { 3 "writeStats": true 4 } 5} The build.writeStats is used to collect used CSS, such as classes, ids and tags, which will be used to purging unused CSS. Build Tools Name Version Description Hugo For building site.