e007bdd4e7
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
17 lines
326 B
TOML
17 lines
326 B
TOML
[module]
|
|
[module.hugoVersion]
|
|
min = '0.146.0'
|
|
|
|
[outputFormats]
|
|
[outputFormats.llms]
|
|
name= 'llms'
|
|
baseName = 'llms'
|
|
mediaType = 'text/plain'
|
|
isPlainText = true
|
|
[outputFormats.markdown]
|
|
name = 'markdown'
|
|
baseName = 'index'
|
|
mediaType = 'text/markdown'
|
|
isPlainText = true
|
|
ugly = true
|