mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Thu 30 Nov 20:16:15 EET 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
e908b9f551
commit
b2b777a94d
5 changed files with 19 additions and 19 deletions
4
LICENSE
4
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
|
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.
|
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 <ari.web.xyz@gmail.com>
|
Copyright (C) 2022 Ari Archer <ari.web.xyz@gmail.com>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
If the program does terminal interaction, make it output a short
|
||||||
notice like this when it starts in an interactive mode:
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
blog.ari-web.xyz Copyright (C) 2022 Ari Archer <ari.web.xyz@gmail.com>
|
blog.ari.lt Copyright (C) 2023 Ari Archer <ari.web.xyz@gmail.com>
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
under certain conditions; type `show c' for details.
|
under certain conditions; type `show c' for details.
|
||||||
|
|
14
README.md
14
README.md
|
@ -1,11 +1,11 @@
|
||||||
# [ari-web blog](https://blog.ari-web.xyz/)
|
# [ari-web blog](https://blog.ari.lt/)
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://img.shields.io/badge/Maintained-Yes-green?color=red&style=flat-square">
|
<img src="https://img.shields.io/badge/Maintained-Yes-green?color=red&style=flat-square">
|
||||||
<img src="https://img.shields.io/github/last-commit/TruncatedDinosour/blog.ari-web.xyz?color=red&style=flat-square">
|
<img src="https://img.shields.io/github/last-commit/ari-lt/blog.ari.lt?color=red&style=flat-square">
|
||||||
<img src="https://img.shields.io/github/repo-size/TruncatedDinosour/blog.ari-web.xyz?color=red&style=flat-square">
|
<img src="https://img.shields.io/github/repo-size/ari-lt/blog.ari.lt?color=red&style=flat-square">
|
||||||
<img src="https://img.shields.io/github/issues/TruncatedDinosour/blog.ari-web.xyz?color=red&style=flat-square">
|
<img src="https://img.shields.io/github/issues/ari-lt/blog.ari.lt?color=red&style=flat-square">
|
||||||
<img src="https://img.shields.io/github/stars/TruncatedDinosour/blog.ari-web.xyz?color=red&style=flat-square">
|
<img src="https://img.shields.io/github/stars/ari-lt/blog.ari.lt?color=red&style=flat-square">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -59,8 +59,8 @@ in that context, for example sorting blogs
|
||||||
|
|
||||||
## the API
|
## the API
|
||||||
|
|
||||||
- <https://blog.ari-web.xyz/b/ari-web-blog-api-change/>
|
- <https://blog.ari.lt/b/ari-web-blog-api-change/>
|
||||||
- <https://blog.ari-web.xyz/b/ari-web-apis--how-to-use-them/>
|
- <https://blog.ari.lt/b/ari-web-apis--how-to-use-them/>
|
||||||
|
|
||||||
## features u might wanna add
|
## features u might wanna add
|
||||||
|
|
||||||
|
|
|
@ -43,8 +43,8 @@
|
||||||
"small",
|
"small",
|
||||||
"make the web free again"
|
"make the web free again"
|
||||||
],
|
],
|
||||||
"website": "https://ari-web.xyz",
|
"website": "https://ari.lt",
|
||||||
"blog": "https://blog.ari-web.xyz",
|
"blog": "https://blog.ari.lt",
|
||||||
"source": "/git",
|
"source": "/git",
|
||||||
"visitor-count": "/visit",
|
"visitor-count": "/visit",
|
||||||
"comment": "/c",
|
"comment": "/c",
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Hack typeface: https://github.com/source-foundry/Hack
|
Hack typeface: https://github.com/source-foundry/Hack
|
||||||
License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
|
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
|
||||||
|
|
14
netlify.toml
14
netlify.toml
|
@ -3,43 +3,43 @@
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/git/*"
|
from = "/git/*"
|
||||||
to = "https://ari-web.xyz/gh/blog.ari-web.xyz/:splat"
|
to = "https://ari.lt/gh/blog.ari.lt/:splat"
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/favicon.ico"
|
from = "/favicon.ico"
|
||||||
to = "https://ari-web.xyz/favicon.ico"
|
to = "https://ari.lt/favicon.ico"
|
||||||
status = 200
|
status = 200
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/blogs/:blog"
|
from = "/blogs/:blog"
|
||||||
to = "https://legacy.blog.ari-web.xyz/blogs/:blog"
|
to = "https://legacy.blog.ari.lt/blogs/:blog"
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/c"
|
from = "/c"
|
||||||
to = "https://user.ari-web.xyz/"
|
to = "https://user.ari.lt/"
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/netlify.toml"
|
from = "/netlify.toml"
|
||||||
to = "https://ari-web.xyz/404.blog.xyz"
|
to = "https://ari.lt/404.blog.xyz"
|
||||||
status = 404
|
status = 404
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/visit"
|
from = "/visit"
|
||||||
to = "https://server.ari-web.xyz/visit"
|
to = "https://server.ari.lt/visit"
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/*"
|
from = "/*"
|
||||||
to = "https://ari-web.xyz/404.blog.xyz"
|
to = "https://ari.lt/404.blog.xyz"
|
||||||
status = 404
|
status = 404
|
||||||
force = false
|
force = false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue