Skip to content

Commit

Permalink
Merge pull request #83 from stack-wuh/feat-sitemap
Browse files Browse the repository at this point in the history
feat(sitemap): 新增sitemap文件
  • Loading branch information
stack-wuh authored Jul 2, 2022
2 parents 4f7c339 + 88737dd commit 27dfe7c
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
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">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->


<url>
<loc>https://wuh.site/</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://wuh.site/about</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/music</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/post/%E4%B8%A7%E9%92%9F%E4%B8%BA%E8%B0%81%E8%80%8C%E9%B8%A3</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/post/2022%E5%B9%B4%E5%BA%A6%E6%80%BB%E7%BB%93</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/post/Github%20Actions%20%E8%87%AA%E5%8A%A8%E9%83%A8%E7%BD%B2%E5%BA%94%E7%94%A8</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/post/ClashX%20--%20%E7%9A%84%E4%BD%BF%E7%94%A8%E8%AE%B0%E5%BD%95</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/post/%E5%9F%BA%E4%BA%8ETS%E9%87%8D%E6%9E%84NextJs%E5%BA%94%E7%94%A8</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/post/ssh%E5%85%8D%E5%AF%86%E7%99%BB%E5%BD%95</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/post/Docker%E9%95%9C%E5%83%8F%E7%9A%84%E5%88%B6%E4%BD%9C%E4%B8%8E%E4%BD%BF%E7%94%A8</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/post/javascript%E4%B8%AD%E7%9A%84%E7%BB%A7%E6%89%BF</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/post/%E6%90%AC%E5%B1%B1%E8%AE%A1%E5%88%92</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://wuh.site/post/%E6%B5%85%E5%B0%9D%E4%B8%80%E4%B8%8BUI%E8%AE%BE%E8%AE%A1</loc>
<lastmod>2022-07-02T03:24:16+00:00</lastmod>
<priority>0.80</priority>
</url>


</urlset>

1 comment on commit 27dfe7c

@vercel
Copy link

@vercel vercel bot commented on 27dfe7c Jul 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.