mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2026-08-02 03:47:16 -05:00
TBD will be caddy, not sure whether this is actually a good idea because including a Caddy file directly from GitHub Actions accessible job output might be a config injection risk.
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
{{ range hugo.Sites -}}
|
|
{{ range $p := .Pages -}}
|
|
{{ range .Aliases -}}
|
|
{{ . }} {{ $p.RelPermalink }}
|
|
{{ end -}}
|
|
{{ end -}}
|
|
{{ end -}}
|