mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-02-06 16:22:25 +01:00
Add llms output format to config.yml
This commit is contained in:
@@ -105,11 +105,19 @@ languages:
|
|||||||
Title: "Hi there \U0001F44B"
|
Title: "Hi there \U0001F44B"
|
||||||
Content: Welcome to RTL layout
|
Content: Welcome to RTL layout
|
||||||
|
|
||||||
|
outputFormats:
|
||||||
|
llms:
|
||||||
|
mediaType: "text/plain"
|
||||||
|
baseName: "llms"
|
||||||
|
isPlainText: true
|
||||||
|
notAlternative: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
home:
|
home:
|
||||||
- HTML
|
- HTML
|
||||||
- RSS
|
- RSS
|
||||||
- JSON
|
- JSON
|
||||||
|
- llms
|
||||||
|
|
||||||
params:
|
params:
|
||||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||||
|
|||||||
Reference in New Issue
Block a user