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