ariadne.space/config.yaml

25 lines
444 B
YAML
Raw Normal View History

2022-08-02 16:59:11 +00:00
baseURL: https://ariadne.space/
languageCode: en-us
title: Ariadne's Space
2022-08-02 23:32:33 +00:00
summaryLength: 50
2022-08-02 17:31:41 +00:00
permalinks:
blog: /:year/:month/:day/:title/
markup:
highlight:
noClasses: false
2022-08-02 23:32:33 +00:00
module:
imports:
- path: "github.com/kaushalmodi/hugo-atom-feed"
2022-08-03 00:37:52 +00:00
outputFormats:
newswire:
mediaType: "text/plain"
baseName: "newswire"
isPlainText: true
notAlternative: true
2022-08-02 23:32:33 +00:00
outputs:
home:
- HTML
- RSS
- ATOM
2022-08-03 00:37:52 +00:00
- newswire