Set permalinks by default the same way is Wordpress used to do it.

This commit is contained in:
Señor Rolando 2023-09-11 22:48:08 +02:00
parent 18162c8319
commit 45148876a5
3 changed files with 31 additions and 10 deletions

View file

@ -43,6 +43,12 @@ delayDisqus = true
showRelatedPosts = true
# hideAuthor = true
[permalinks]
[permalinks.page]
post = '/:year/:month/:slug/'
[permalinks.section]
post = '/posts/'
[Author]
# Set only your "username" for default hosts and full URLs otherwise (e.g., "https://MyGitLab.org/username")
name = "Señor Rolando"