First Commit

This commit is contained in:
Alan Youngblood
2024-04-04 16:42:18 -04:00
commit 6af3729c15
66 changed files with 8015 additions and 0 deletions

23
public/sitemap.xml Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://localhost:1313/posts/</loc>
<lastmod>2024-04-03T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://localhost:1313/</loc>
<lastmod>2024-04-03T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://localhost:1313/posts/2024-04-03-welcome-post/</loc>
<lastmod>2024-04-03T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
</urlset>