Set permalinks by default the same way is Wordpress used to do it.
This commit is contained in:
parent
18162c8319
commit
45148876a5
3 changed files with 31 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue