2023-07-18 22:26:43 +00:00
|
|
|
baseURL = 'http://example.org/'
|
|
|
|
languageCode = 'pt-pt'
|
|
|
|
defaultContentLanguage = "pt"
|
|
|
|
title = "DRM Portugal"
|
2023-07-19 01:47:50 +00:00
|
|
|
summaryLength = 20
|
2023-07-19 02:00:54 +00:00
|
|
|
removePathAccents = true
|
2023-07-18 22:26:43 +00:00
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe= true
|
|
|
|
|
|
|
|
[permalinks]
|
|
|
|
[permalinks.page]
|
|
|
|
artigos = "/:year/:month/:day/:filename"
|
2023-07-19 10:07:37 +00:00
|
|
|
archd = "/:year/:month/:day/"
|
|
|
|
archm = "/:year/:month/"
|
|
|
|
archy = "/:year/"
|