-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.xml
38 lines (36 loc) · 948 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
38
---
layout: nil
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://caihanlin.com/</loc>
</url>
<url>
<loc>https://caihanlin.com/file/Resume-HanlinCAI.pdf</loc>
</url>
<url>
<loc>https://caihanlin.com/publications/</loc>
</url>
<url>
<loc>https://caihanlin.com/projects/</loc>
</url>
<url>
<loc>https://caihanlin.com/awards/</loc>
</url>
<url>
<loc>https://caihanlin.com/hobbies/</loc>
</url>
<url>
<loc>https://caihanlin.com/blogs/</loc>
</url>
{% comment %}
{% for post in site.posts %}
<url>
<loc>{{ site.url }}{{ post.url }}</loc>
</url>
{% endfor %}
{% endcomment %}
</urlset>
<!-- 这个页面是否配置并不影响正常显示,重点关注_config.yml文件的配置即可 -->
<!-- Lastly update by Hanlin CAI in 2023/04/26 -->