ari.lt/netlify.toml

92 lines
2 KiB
TOML
Raw Normal View History

2021-10-22 09:00:41 +03:00
[build]
command = "make clean"
2021-09-05 03:49:57 +03:00
[[redirects]]
from = "/404.html"
2021-09-05 03:52:51 +03:00
to = "/page/404/index.html"
2021-10-30 00:37:31 +03:00
status = 301
2021-09-05 03:51:38 +03:00
force = true
2021-10-23 00:57:35 +03:00
2021-10-30 00:18:42 +03:00
[[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
2022-01-17 21:27:22 +02:00
# ARI-WEB-SPECIFIC #
2021-12-13 12:47:53 +00:00
[[redirects]]
from = "/tinycore"
2022-01-17 21:27:22 +02:00
to = "https://tcl.ari-web.xyz/"
2021-12-13 12:47:53 +00:00
status = 301
force = true
2022-01-17 21:27:22 +02:00
####################
2021-10-30 00:18:42 +03:00
[[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
2021-10-30 01:21:01 +03:00
[[redirects]]
from = "/dotfiles"
2021-10-30 04:32:01 +03:00
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned"
status = 301
2021-10-30 01:21:01 +03:00
force = true
2021-10-30 01:57:17 +03:00
[[redirects]]
2021-10-30 02:03:01 +03:00
from = "/dotfile/:distro/*"
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/tree/:distro/:splat"
2021-10-30 01:57:17 +03:00
status = 301
force = true
2021-10-30 23:03:42 +03:00
[[redirects]]
from = "/overlay"
to = "https://github.com/TruncatedDinosour/dinolay"
status = 301
force = true
[[redirects]]
2021-10-31 03:10:11 +03:00
from = "/gentooatom/*"
2021-10-30 23:03:42 +03:00
to = "https://github.com/TruncatedDinosour/dinolay/tree/main/:splat"
status = 301
force = true
2021-11-03 03:35:28 +02:00
[[redirects]]
from = "/mp"
to = "https://www.youtube.com/playlist?list=PL7UuKajElTaChff3BkcJE6620lSuSUaDC"
status = 301
force = true
2021-10-30 00:29:55 +03:00
[[redirects]]
from = "/:page"
to = "/page/:page"
2021-10-30 00:32:34 +03:00
status = 301
2021-10-30 00:29:55 +03:00
force = false
2021-11-13 21:26:33 +08:00
[[redirects]]
from = "/gh/:project"
to = "https://github.com/TruncatedDinosour/:project"
status = 301
force = false
2021-10-23 00:58:42 +03:00
[[redirects]]
from = "/*"
to = "/page/404/index.html"
status = 404
force = false
2021-11-03 03:35:28 +02:00