move sitemap.uppxml into src
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
|
||||
#!
|
||||
for f in $(find "${OUT}" -name "*.html")
|
||||
do
|
||||
#!
|
||||
<url>
|
||||
#!
|
||||
loc=$1/$(basename "${f}")
|
||||
#!
|
||||
<loc>${loc}</loc>
|
||||
#!
|
||||
lastmod=$(lmt -f '%Y-%m-%dT%H:%M:%SZ' "${f}" | cut -d' ' -f1)
|
||||
#!
|
||||
<lastmod>${lastmod}</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
#!
|
||||
done
|
||||
#!
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user