diff options
author | Leonardo Santiago <[email protected]> | 2024-05-29 08:44:12 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-05-29 08:44:12 -0300 |
commit | 31bc6a2f54d86a4978be063f5e614881c625c597 (patch) | |
tree | 5e79ef2c765b395d4e4a74ff45a7af09eee0d38c /public/sitemap.xml |
new blog using hugo again
Diffstat (limited to 'public/sitemap.xml')
-rw-r--r-- | public/sitemap.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..31cb760 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,11 @@ +<?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/</loc> + <lastmod>2024-05-01T11:53:23-03:00</lastmod> + <changefreq>daily</changefreq> + <priority>0.5</priority> + </url> +</urlset> |