Skip to content

Commit 5a8fdb1

Browse files
committed
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 <[email protected]>
1 parent d4bbf9b commit 5a8fdb1

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

hugo.yaml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,6 @@ outputFormats:
6969
isPlainText: true
7070
mediaType: "application/json"
7171
notAlternative: true
72-
# robots.txt, see: layouts/index.robots.json
73-
robots:
74-
baseName: robots
75-
isPlainText: true
76-
mediaType: "text/plain"
77-
notAlternative: true
78-
# Markdown for LLMs, see layouts/_default/single.markdown.md
79-
Markdown:
80-
baseName: index
81-
mediaType: "text/markdown"
82-
isPlainText: true
83-
isHTML: false
84-
permalinkable: false
8572
# llms.txt
8673
llms:
8774
baseName: llms
@@ -101,10 +88,10 @@ outputs:
10188
- llms
10289
page:
10390
- html
104-
- Markdown
91+
- markdown
10592
section:
10693
- html
107-
- Markdown
94+
- markdown
10895

10996
languages:
11097
en:

0 commit comments

Comments
 (0)