hugo-gideonstar/config.toml.example

15 lines
335 B
Plaintext
Raw Permalink Normal View History

baseURL = 'https://example.com'
languageCode = 'en-GB'
title = 'Title of your website'
theme = 'hugo-gideonstar'
disableKinds = ['sitemap', 'taxonomy', 'term', 'RSS', '404']
publishDir = '/path/to/web/'
cleanDestinationDir = true
[params]
Description = "Description of your website"
[markup.goldmark.parser]
autoHeadingID = false