From 5a8fdb11c296d7346b9ecfe7bb9bd623eae0b9cc Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 12 Nov 2025 08:30:19 +0100 Subject: [PATCH] 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> --- hugo.yaml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 46395fa8f2..5d974cb2c9 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -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: