15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
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
|
|
|