File tree Expand file tree Collapse file tree 5 files changed +41
-43
lines changed
Expand file tree Collapse file tree 5 files changed +41
-43
lines changed Original file line number Diff line number Diff line change 2323 build :
2424 runs-on : ubuntu-latest
2525 env :
26- HUGO_VERSION : 0.147.7
26+ HUGO_VERSION : 0.158.0
2727 steps :
2828 - name : Install Hugo CLI
2929 run : |
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ outputs:
8282 home :
8383 - HTML
8484 - JSON
85+ - humanjson
8586 section :
8687 - HTML
8788 - RSS
@@ -104,6 +105,12 @@ outputFormats:
104105 baseName : feed
105106 rel : alternate
106107 isPlainText : true
108+ humanjson :
109+ mediaType : application/json
110+ baseName : human
111+ rel : human-json
112+ isPlainText : true
113+ root : true
107114
108115security :
109116 http :
Original file line number Diff line number Diff line change 1+ - url : https://food.foosel.net
2+ date : " 2026-03-14"
3+ - url : https://chaos.social/@foosel
4+ date : " 2026-03-14"
5+ - url : https://octoprint.org
6+ date : " 2026-03-14"
7+ - url : https://sethmlarson.dev
8+ date : " 2026-03-14"
9+ - url : https://hynek.me
10+ date : " 2026-03-16"
11+ - url : https://jugmac00.github.io
12+ date : " 2026-03-16"
13+ - url : https://www.judy.co.uk
14+ date : " 2026-03-16"
15+ - url : https://www.paulox.net
16+ date : " 2026-03-16"
17+ - url : https://leah.is
18+ date : " 2026-03-20"
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 0.1.1" ,
3+ "url" : {{ .Site.BaseURL | jsonify }},
4+ "vouches" : [
5+ {{- range $index, $vouch := hugo.Data.vouches }}
6+ {{- with $vouch }}
7+ {{- if $index }},{{end }}
8+ {
9+ "url" : {{ .url | jsonify }},
10+ "vouched_at" : {{ .date | jsonify }}
11+ }
12+ {{- end }}
13+ {{- end }}
14+ ]
15+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments