mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-02-02 22:32:24 +01:00
The llms.txt file is an industry standard that helps LLMs index content more efficiently
hugo.yml =>
```yml
outputFormats:
llms:
mediaType: "text/plain"
baseName: "llms"
isPlainText: true
notAlternative: true
outputs:
home:
- HTML
- RSS
- JSON
- llms
```