Skip to content

Commit a19da19

Browse files
committed
Add llms output format to config.yml
1 parent 5794ddc commit a19da19

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,19 @@ languages:
105105
Title: "Hi there \U0001F44B"
106106
Content: Welcome to RTL layout
107107

108+
outputFormats:
109+
llms:
110+
mediaType: "text/plain"
111+
baseName: "llms"
112+
isPlainText: true
113+
notAlternative: true
114+
108115
outputs:
109116
home:
110117
- HTML
111118
- RSS
112119
- JSON
120+
- llms
113121

114122
params:
115123
env: production # to enable google analytics, opengraph, twitter-cards and schema.

0 commit comments

Comments
 (0)