Generate first iteration of the site

This commit is contained in:
Campbell Alden 2022-08-17 18:18:06 +09:00
parent 7f987f04ed
commit 2a82fca989
8 changed files with 181 additions and 0 deletions

19
public/sitemap.xml Normal file
View file

@ -0,0 +1,19 @@
<?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://example.org/</loc>
<lastmod>2022-08-17T17:18:04+09:00</lastmod>
<priority>0</priority>
</url><url>
<loc>http://example.org/reviews/</loc>
<lastmod>2022-08-17T17:18:04+09:00</lastmod>
</url><url>
<loc>http://example.org/reviews/the-french-dispatch/</loc>
<lastmod>2022-08-17T17:18:04+09:00</lastmod>
</url><url>
<loc>http://example.org/categories/</loc>
</url><url>
<loc>http://example.org/tags/</loc>
</url>
</urlset>