17 lines
357 B
TOML
17 lines
357 B
TOML
baseURL = 'http://example.org/'
|
|
languageCode = 'pt-pt'
|
|
defaultContentLanguage = "pt"
|
|
title = "DRM Portugal"
|
|
summaryLength = 20
|
|
removePathAccents = true
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|
|
|
|
[permalinks]
|
|
[permalinks.page]
|
|
artigos = "/:year/:month/:day/:filename"
|
|
archd = "/:year/:month/:day/"
|
|
archm = "/:year/:month/"
|
|
archy = "/:year/"
|