Configuration(4)

NO IMAGE

Multilingual Configuration

In Configuration Structure, we have a clear understanding of configuration, and then we will introduce how to configure languages for multilingual sites.

NO IMAGE

Menus Configuration

This article describes the properties of the menu entry and how to config the menus.

NO IMAGE

Configuration Structure

This article will try to briefly introduce Hugo’s configuration structure so that you can better understand the configuration in the documentation, even if you are new to Hugo.

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.