diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-11 13:06:03 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-11 13:06:03 -0400 |
| commit | 7d8b653b2299f11536da47ed4412d82bb4ffb99d (patch) | |
| tree | b301d3aff7c17cbd430ff47cf4bf6bf2b044e786 /site/public/sitemap.xml | |
initialized
Diffstat (limited to 'site/public/sitemap.xml')
| -rw-r--r-- | site/public/sitemap.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/site/public/sitemap.xml b/site/public/sitemap.xml new file mode 100644 index 0000000..95e1f0b --- /dev/null +++ b/site/public/sitemap.xml @@ -0,0 +1,18 @@ +<?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/my-first-post/</loc> + <lastmod>2025-09-11T12:59:35-04:00</lastmod> + </url><url> + <loc>http://localhost:1313/</loc> + <lastmod>2025-09-11T12:59:35-04:00</lastmod> + </url><url> + <loc>http://localhost:1313/posts/</loc> + <lastmod>2025-09-11T12:59:35-04:00</lastmod> + </url><url> + <loc>http://localhost:1313/categories/</loc> + </url><url> + <loc>http://localhost:1313/tags/</loc> + </url> +</urlset> |
