mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Tue 15 Feb 03:11:12 EET 2022
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
This commit is contained in:
parent
f4b7b02276
commit
da5f043599
3 changed files with 9 additions and 4 deletions
2
git.sh
2
git.sh
|
@ -4,4 +4,4 @@ rm -fv content/styles/config/_main.css
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
git commit -sam "update @ $(date)"
|
git commit -sam "update @ $(date)"
|
||||||
git push -u origin terminal
|
git push -u origin "$(git rev-parse --abbrev-ref HEAD)"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
markdown
|
markdown
|
||||||
bs4
|
bs4
|
||||||
|
html
|
||||||
lxml
|
lxml
|
||||||
|
|
||||||
|
|
10
sitemap.xml
10
sitemap.xml
|
@ -1,15 +1,19 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ari-web.netlify.app/page/blog</loc>
|
<loc>https://ari-web.xyz/page/blog</loc>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ari-web.netlify.app/page/minimal.txt</loc>
|
<loc>https://ari-web.xyz/page/minimal.txt</loc>
|
||||||
<priority>0.9</priority>
|
<priority>0.9</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ari-web.netlify.app/page/reset</loc>
|
<loc>https://ari-web.xyz/page/reset</loc>
|
||||||
<priority>0.8</priority>
|
<priority>0.8</priority>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://files.ari-web.xyz/</loc>
|
||||||
|
<priority>0.7</priority>
|
||||||
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
Loading…
Add table
Reference in a new issue