forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.xml
73 lines (73 loc) · 1.96 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost:4000/posts/hello-world/</loc>
<lastmod>2023-10-05T00:00:00+09:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/posts/mobile-testing-over-vpn/</loc>
<lastmod>2023-10-07T12:16:00+09:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/posts/isa/</loc>
<lastmod>2023-10-09T10:49:04+09:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/posts/os-mode/</loc>
<lastmod>2023-10-09T10:48:00+09:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/posts/segmentation/</loc>
<lastmod>2023-10-12T20:35:59+09:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/posts/arm-secure-world/</loc>
<lastmod>2023-10-18T21:26:00+09:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/categories/</loc>
<lastmod>2023-10-18T21:26:52+09:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/tags/</loc>
<lastmod>2023-10-18T21:26:52+09:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/archives/</loc>
<lastmod>2023-10-18T21:26:52+09:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/about/</loc>
<lastmod>2023-10-18T21:26:52+09:00</lastmod>
</url>
<url>
<loc>http://localhost:4000/</loc>
</url>
<url>
<loc>http://localhost:4000/tags/environment/</loc>
</url>
<url>
<loc>http://localhost:4000/tags/basic-knowledge/</loc>
</url>
<url>
<loc>http://localhost:4000/tags/arm-basic/</loc>
</url>
<url>
<loc>http://localhost:4000/categories/blabla/</loc>
</url>
<url>
<loc>http://localhost:4000/categories/bug-bounty/</loc>
</url>
<url>
<loc>http://localhost:4000/categories/tips/</loc>
</url>
<url>
<loc>http://localhost:4000/categories/computer-science/</loc>
</url>
<url>
<loc>http://localhost:4000/categories/operating-system/</loc>
</url>
<url>
<loc>http://localhost:4000/categories/hardware/</loc>
</url>
</urlset>