generate newswire.txt file
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
b527720880
commit
5a2e5595e2
|
@ -14,8 +14,16 @@ module:
|
||||||
imports:
|
imports:
|
||||||
- path: "github.com/kaushalmodi/hugo-atom-feed"
|
- path: "github.com/kaushalmodi/hugo-atom-feed"
|
||||||
|
|
||||||
|
outputFormats:
|
||||||
|
newswire:
|
||||||
|
mediaType: "text/plain"
|
||||||
|
baseName: "newswire"
|
||||||
|
isPlainText: true
|
||||||
|
notAlternative: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
home:
|
home:
|
||||||
- HTML
|
- HTML
|
||||||
- RSS
|
- RSS
|
||||||
- ATOM
|
- ATOM
|
||||||
|
- newswire
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{{- range first 1 (where .Site.RegularPages "Section" "blog") -}}
|
||||||
|
{{ .Title }} - {{ .Permalink }}
|
||||||
|
{{- end -}}
|
Loading…
Reference in New Issue