File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ User-agent: *
3+ Disallow:
4+
5+ Sitemap: https://notgeek.cn/sitemap.xml
Original file line number Diff line number Diff line change 1+ ---
2+ layout: null
3+ ---
4+ <?xml version =" 1.0" encoding =" UTF-8" ?>
5+ <urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" xmlns : news =" http://www.google.com/schemas/sitemap-news/0.9" xmlns : xhtml =" http://www.w3.org/1999/xhtml" xmlns : image =" http://www.google.com/schemas/sitemap-image/1.1" xmlns : video =" http://www.google.com/schemas/sitemap-video/1.1" >
6+ <!-- 所有文档 -->
7+ {%- for post in site.posts %}
8+ <url >
9+ <loc >{{post.url | prepend: site.baseurl | prepend: site.url }}</loc >
10+ <lastmod >{{post.date }}</lastmod >
11+ <changefreq >daily</changefreq >
12+ <priority >0.8</priority >
13+ </url >
14+ {% endfor %}
15+ </urlset >
16+
17+
18+
19+
You can’t perform that action at this time.
0 commit comments