hugo: remove redundant outputformats config

We use the default values for robots.txt and markdown,
so there is no point in declaring them in our hugo config.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2025-11-12 08:30:19 +01:00
parent d4bbf9b8e9
commit 5a8fdb11c2

View File

@@ -69,19 +69,6 @@ outputFormats:
isPlainText: true
mediaType: "application/json"
notAlternative: true
# robots.txt, see: layouts/index.robots.json
robots:
baseName: robots
isPlainText: true
mediaType: "text/plain"
notAlternative: true
# Markdown for LLMs, see layouts/_default/single.markdown.md
Markdown:
baseName: index
mediaType: "text/markdown"
isPlainText: true
isHTML: false
permalinkable: false
# llms.txt
llms:
baseName: llms
@@ -101,10 +88,10 @@ outputs:
- llms
page:
- html
- Markdown
- markdown
section:
- html
- Markdown
- markdown
languages:
en: