-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsitemap.xml
37 lines (37 loc) · 898 Bytes
/
sitemap.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.zmonster.me/</loc>
<priority>1.0</priority>
</url>
<url>
<loc>http://www.zmonster.me/archive.html</loc>
<priority>0.6</priority>
</url>
<url>
<loc>http://www.zmonster.me/categories.html</loc>
<priority>0.6</priority>
</url>
<url>
<loc>http://www.zmonster.me/tags.html</loc>
<priority>0.6</priority>
</url>
<url>
<loc>http://www.zmonster.me/about.html</loc>
<priority>0.6</priority>
</url>
<url>
<loc>http://www.zmonster.me/link.html</loc>
<priority>0.6</priority>
</url>
{% for post in site.posts %}
<url>
<loc>http://www.zmonster.me{{ post.url }}</loc>
<lastmod>{{ post.date | date: "%Y-%m-%d" }}</lastmod>
<priority>0.8</priority>
</url>
{% endfor %}
</urlset>