diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-08-07 10:35:56 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-08-07 10:35:56 +0800 |
| commit | 87cb7cc92743e88486e5e3c4852ab903a159fd8c (patch) | |
| tree | 62a9f988b51034e5148bb61f019d6caffa60ee59 /exampleSite/public/sitemap.xml | |
| parent | 83d5590fc13e769f976746cac1e2119c25589448 (diff) | |
| download | hugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.tar.gz hugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.zip | |
添加exampleSite
Diffstat (limited to 'exampleSite/public/sitemap.xml')
| -rw-r--r-- | exampleSite/public/sitemap.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/exampleSite/public/sitemap.xml b/exampleSite/public/sitemap.xml new file mode 100644 index 0000000..6b15678 --- /dev/null +++ b/exampleSite/public/sitemap.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" + xmlns:xhtml="http://www.w3.org/1999/xhtml"> + <url> + <loc>http://localhost:1313/post/examplepost/</loc> + <lastmod>2025-08-07T10:25:02+08:00</lastmod> + </url><url> + <loc>http://localhost:1313/</loc> + <lastmod>2025-08-07T10:25:02+08:00</lastmod> + </url><url> + <loc>http://localhost:1313/post/</loc> + <lastmod>2025-08-07T10:25:02+08:00</lastmod> + </url><url> + <loc>http://localhost:1313/categories/</loc> + </url><url> + <loc>http://localhost:1313/tags/</loc> + </url> +</urlset> |
