summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-05-08 14:48:33 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-05-08 14:48:33 +0100
commit649a4da4bf00a29b95aba817cdb169a8e984f82f (patch)
treef0df509d61648c0fa775883766798d6d2e96116c
parentcfc70b8f2662e49ddf334621f42eebe3ee23828d (diff)
downloadwebsite-649a4da4bf00a29b95aba817cdb169a8e984f82f.tar.xz
Add basic sitemap.xml
-rw-r--r--sitemap.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sitemap.xml b/sitemap.xml
new file mode 100644
index 0000000..e2c7a9d
--- /dev/null
+++ b/sitemap.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+ <url>
+ <loc>https://theos.kyriasis.com/~kyrias/index.html</loc>
+ </url>
+ <url>
+ <loc>https://theos.kyriasis.com/~kyrias/contact.html</loc>
+ </url>
+ <url>
+ <loc>https://theos.kyriasis.com/~kyrias/blog.html</loc>
+ </url>
+</urlset>