Skip to content

Config

Description

Hugo Config

Basic Config File

Hugo can use yaml, json or toml for its config file.

Example: hugo.toml:

baseURL = "https://www.example.com"
languageCode = "en-us"
title = "Site Title"
theme = "some-theme"

Comments