Jump to content

Translations:Hugo/16/en

From NixOS Wiki
Revision as of 06:59, 19 May 2025 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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'