www.byjp.me/layouts/_default/index.redirects
JP Hastings-Spital 2991c30e20 Crypto-generated shortlink
- Every page now has a shortlink
- Shortlinks can be manually overridden with the shortlink frontmatter param
- A single "index.redirects" file is created at build time
- A "redirects" tool splits that one file into multiple `_redirects` files, as would be needed on a site like byjp.fyi
2024-07-16 21:28:33 +01:00

5 lines
154 B
Text

{{ range .Site.RegularPages }}
{{- if .Permalink -}}
{{- printf "/%s %s 301\n" (partial "shortlink.txt" .) .Permalink -}}
{{- end -}}
{{- end -}}