noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: 0a2a02d146e54c11d125ca78b20e80220c4ec579
parent: ae41f38fd75ffb8a22eb9458031549b1e06aebbe
author: Chris Noxz <chris@noxz.tech>
date:   Fri, 22 Jul 2022 19:36:12 +0200
track config/sitemap.xml
M.gitignore2+-
Aconfig/sitemap.xml4++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -5,5 +5,5 @@ git.noxz.tech/*
 noxz.tech/git
 !git.noxz.tech/pub
 logo.png
-sitemap.xml
+*/pub/sitemap.xml
 grohtml-*.png
diff --git a/config/sitemap.xml b/config/sitemap.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
+{:items:}
+</urlset>