summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-11 03:35:46 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-11 03:37:28 +0200
commit51602ef98002bf82cc0a3d75601ff908fbfd22ec (patch)
treefbaf4d2fd1a6fd7fbda836ed08bf9497f1fd8db9
parentb3e6ab5df1effd7360fa861b9cb1380ddbdf8d3c (diff)
downloadtheos-website-51602ef98002bf82cc0a3d75601ff908fbfd22ec.tar.xz
add new sitemap
-rw-r--r--Makefile4
-rw-r--r--src/sitemap.xml4
-rw-r--r--src/sitemap1.xml9
3 files changed, 15 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7fdff76..e9c8ec2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CSS := style.css
PARTIALS := $(addprefix partials/, meta.html nav.html footer.html)
WELLKNOWN := $(addprefix .well-known/, keybase.txt)
-FILES := $(HTML) $(CSS) sitemap.xml
+FILES := $(HTML) $(CSS) sitemap.xml sitemap1.xml
site: $(addprefix build/, $(FILES) $(WELLKNOWN))
@@ -19,7 +19,7 @@ build/%.css: src/%.css
@install -Dm644 $< $@
@echo Compiled $< → $@
-build/sitemap.xml: src/sitemap.xml
+build/%.xml: src/%.xml
@install -Dm644 $< $@
@echo Compiled $< → $@
diff --git a/src/sitemap.xml b/src/sitemap.xml
index c8ab856..a1fd12c 100644
--- a/src/sitemap.xml
+++ b/src/sitemap.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
+ <loc>https://theos.kyriasis.com/sitemap1.xml</loc>
+ <lastmod>2014-10-10</lastmod>
+ </sitemap>
+ <sitemap>
<loc>https://theos.kyriasis.com/~kyrias/sitemap.xml</loc>
<lastmod>2014-10-10</lastmod>
</sitemap>
diff --git a/src/sitemap1.xml b/src/sitemap1.xml
new file mode 100644
index 0000000..abffc65
--- /dev/null
+++ b/src/sitemap1.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+ <url>
+ <loc>https://theos.kyriasis.com/index.html</loc>
+ </url>
+ <url>
+ <loc>http://git.kyriasis.com</loc>
+ </url>
+</urlset>