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