Inital commit with test site

This commit is contained in:
Abdulkadir Furkan Şanlı
2019-11-04 09:12:41 +01:00
commit 75fdc7bd46
37 changed files with 1360 additions and 0 deletions

28
public/sitemap.xml Normal file
View File

@@ -0,0 +1,28 @@
<?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://example.org/posts/my-first-post/</loc>
<lastmod>2019-03-26T08:47:11+01:00</lastmod>
</url>
<url>
<loc>http://example.org/posts/</loc>
<lastmod>2019-03-26T08:47:11+01:00</lastmod>
</url>
<url>
<loc>http://example.org/</loc>
<lastmod>2019-03-26T08:47:11+01:00</lastmod>
</url>
<url>
<loc>http://example.org/categories/</loc>
</url>
<url>
<loc>http://example.org/tags/</loc>
</url>
</urlset>