mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2026-08-02 03:47:16 -05:00
WIP: finished implementation of Netlify _redirects
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.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{{ range hugo.Sites -}}
|
||||
{{ range $p := .Pages -}}
|
||||
{{ range .Aliases -}}
|
||||
{{ . }} {{ $p.RelPermalink }}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
Reference in New Issue
Block a user