Translations:Hugo/16/en
Appearance
After creating a hugo.toml
file like the following, activate the theme with hugo new site . --force
:
≡︎ hugo.toml
baseURL = 'https://example.com/'
languageCode = 'en-us'
title = 'example-site'
theme = 'm10c'