Homepage/hugo.toml
themelm d27ac5eefd
All checks were successful
publish / publish (push) Successful in 1m22s
contact fix
2025-05-25 20:28:27 -06:00

26 lines
574 B
TOML

baseURL = 'https://melm.xyz/'
languageCode = 'en'
title = 'melm'
[build]
writeStats = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
lineNos = true
lineNumbersInTable = false
noClasses = false
[module]
[[module.imports]]
path = 'github.com/hbstack/meta/recommended'
[outputs]
home = ['HTML', 'Offline', 'RSS', 'SearchIndex', 'WebAppManifest']
[permalinks]
blog = '/blog/:year/:month/:title'
[taxonomies]
authors = 'authors'
categories = 'categories'
series = 'series'
tags = 'tags'