feat: Add python server
All checks were successful
Build Docker / Build Image (push) Successful in 31s

This commit is contained in:
2023-11-02 20:26:15 +11:00
parent 33401e6491
commit 5bed9dbbc8
111 changed files with 19395 additions and 3 deletions

27
templates/sitemap.xml Normal file
View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://nathan.woodburn.au/about.html</loc>
</url>
<url>
<loc>https://nathan.woodburn.au/ascii.html</loc>
</url>
<url>
<loc>https://nathan.woodburn.au/gitpgp.html</loc>
</url>
<url>
<loc>https://nathan.woodburn.au/</loc>
</url>
<url>
<loc>https://nathan.woodburn.au/info.html</loc>
</url>
<url>
<loc>https://nathan.woodburn.au/link.html</loc>
</url>
<url>
<loc>https://nathan.woodburn.au/pgp.html</loc>
</url>
<url>
<loc>https://nathan.woodburn.au/projects.html</loc>
</url>
</urlset>