mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-03-23 12:09:44 -04:00
updated
This commit is contained in:
parent
9576fe3e3f
commit
f214ff3ada
20 changed files with 132 additions and 182 deletions
23
sitemap.xml
Normal file
23
sitemap.xml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
layout: null
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>{{ site.url }}/</loc>
|
||||
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>{{ site.url }}/blog</loc>
|
||||
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
{% for post in site.posts %}
|
||||
<url>
|
||||
<loc>{{ post.url | absolute_url }}</loc>
|
||||
<lastmod>{{ post.date | date: '%Y-%m-%d' }}</lastmod>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
{% endfor %}
|
||||
</urlset>
|
||||
Loading…
Add table
Add a link
Reference in a new issue