diff --git a/LICENSE b/LICENSE index 94a2d41..711a462 100644 --- a/LICENSE +++ b/LICENSE @@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - blog.ari-web.xyz + blog.ari.lt Copyright (C) 2022 Ari Archer This program is free software: you can redistribute it and/or modify @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - blog.ari-web.xyz Copyright (C) 2022 Ari Archer + blog.ari.lt Copyright (C) 2023 Ari Archer This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index 7db1da2..61f85d6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# [ari-web blog](https://blog.ari-web.xyz/) +# [ari-web blog](https://blog.ari.lt/)

- - - - + + + +

@@ -59,8 +59,8 @@ in that context, for example sorting blogs ## the API -- -- +- +- ## features u might wanna add diff --git a/blog.json b/blog.json index 7aaa99d..bc4ec7c 100644 --- a/blog.json +++ b/blog.json @@ -43,8 +43,8 @@ "small", "make the web free again" ], - "website": "https://ari-web.xyz", - "blog": "https://blog.ari-web.xyz", + "website": "https://ari.lt", + "blog": "https://blog.ari.lt", "source": "/git", "visitor-count": "/visit", "comment": "/c", diff --git a/content/fonts/README b/content/fonts/README index ce8b535..647f7f5 100644 --- a/content/fonts/README +++ b/content/fonts/README @@ -1,3 +1,3 @@ Hack typeface: https://github.com/source-foundry/Hack License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md - https://blog.ari-web.xyz/content/fonts/LICENSE + https://blog.ari.lt/content/fonts/LICENSE diff --git a/netlify.toml b/netlify.toml index 8681664..e135993 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,43 +3,43 @@ [[redirects]] from = "/git/*" - to = "https://ari-web.xyz/gh/blog.ari-web.xyz/:splat" + to = "https://ari.lt/gh/blog.ari.lt/:splat" status = 301 force = true [[redirects]] from = "/favicon.ico" - to = "https://ari-web.xyz/favicon.ico" + to = "https://ari.lt/favicon.ico" status = 200 force = true [[redirects]] from = "/blogs/:blog" - to = "https://legacy.blog.ari-web.xyz/blogs/:blog" + to = "https://legacy.blog.ari.lt/blogs/:blog" status = 301 force = true [[redirects]] from = "/c" - to = "https://user.ari-web.xyz/" + to = "https://user.ari.lt/" status = 301 force = true [[redirects]] from = "/netlify.toml" - to = "https://ari-web.xyz/404.blog.xyz" + to = "https://ari.lt/404.blog.xyz" status = 404 force = true [[redirects]] from = "/visit" - to = "https://server.ari-web.xyz/visit" + to = "https://server.ari.lt/visit" status = 301 force = true [[redirects]] from = "/*" - to = "https://ari-web.xyz/404.blog.xyz" + to = "https://ari.lt/404.blog.xyz" status = 404 force = false