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: outputs:
_merge: deep _merge: deep
outputFormats:
_merge: deep
params: params:
author: author:
name: bbaovanc name: bbaovanc

View File

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