mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
56 lines
1.3 KiB
TOML
56 lines
1.3 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/$dotfile"
|
|
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/tree/:distro/$dotfile"
|
|
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
|