ari.lt/netlify.toml
Ari Archer 3e67f7af9a .
2021-11-01 03:28:05 +02:00

74 lines
1.7 KiB
TOML

[build]
command = "make clean"
[[redirects]]
from = "/404.html"
to = "/page/404/index.html"
status = 301
force = true
[[redirects]]
from = "/gentoo_stage3_nmor"
to = "https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/releases/amd64/autobuilds/current-stage3-amd64-nomultilib-openrc/"
status = 301
force = true
[[redirects]]
from = "/gentoo_stage3_nmorh"
to = "https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/releases/amd64/autobuilds/current-stage3-amd64-hardened-nomultilib-openrc/"
status = 301
force = true
[[redirects]]
from = "/git"
to = "https://github.com/TruncatedDinosour/website"
status = 301
force = true
[[redirects]]
from = "/mail"
to = "mailto:truncateddinosour@gmail.com"
status = 301
force = true
[[redirects]]
from = "/dotfiles"
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned"
status = 301
force = true
[[redirects]]
from = "/dotfile/:distro/*"
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/tree/:distro/:splat"
status = 301
force = true
[[redirects]]
from = "/overlay"
to = "https://github.com/TruncatedDinosour/dinolay"
status = 301
force = true
[[redirects]]
from = "/gentooatom/*"
to = "https://github.com/TruncatedDinosour/dinolay/tree/main/:splat"
status = 301
force = true
[[redirects]]
from = "/gpg"
to = "/page/blog/blogs/My-GPG-key.html"
status = 301
force = true
[[redirects]]
from = "/:page"
to = "/page/:page"
status = 301
force = false
[[redirects]]
from = "/*"
to = "/page/404/index.html"
status = 404
force = false