Create sitemap.xml
This commit is contained in:
parent
9d26794480
commit
991170a8ea
1 changed files with 25 additions and 0 deletions
25
docs/sitemap.xml
Normal file
25
docs/sitemap.xml
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<!-- Homepage -->
|
||||
<url>
|
||||
<loc>https://heplean.github.io/HepLean/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
|
||||
<!-- TODO list -->
|
||||
<url>
|
||||
<loc>https://heplean.github.io/HepLean/TODOList</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
<!-- Informal dependency graph -->
|
||||
<url>
|
||||
<loc>https://heplean.github.io/HepLean/InformalGraph.</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
|
||||
|
||||
</urlset>
|
Loading…
Add table
Add a link
Reference in a new issue