arrow_back
Back

Configuration

Andrew Dorokhov Andrew Dorokhov schedule 1 min read

For configuration answers the config.toml file.

baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'

Hugo’s internal functions use the baseURL value to build absolute URLs. If you have a domain name for your site you should change this value to reflect that domain.

The title value is where you’ll store the site’s title.

code

Need Help with Development?

Happy to help — reach out via the contacts or go straight to my Upwork profile.

work View Upwork Profile arrow_forward
Next Article

Template

arrow_forward