Make markdown output "ugly"

This makes it so, for example, `/blog/swapfile-guide` has markdown file
at `/blog/swapfile-guide.md` instead of `/blog/swapfile-guide/index.md`.
This commit is contained in:
BBaoVanC 2024-10-01 13:28:19 -05:00
parent 91994df910
commit f34cffb849
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,9 @@ markup: # this just keeps the bobatheme markup styling
outputs:
_merge: deep
outputFormats:
_merge: deep
params:
author:
name: bbaovanc

View File

@ -17,6 +17,10 @@ outputs:
- html
- markdown
outputFormats:
markdown:
ugly: true
privacy:
googleAnalytics:
disable: true