From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- plt/sitemap.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 plt/sitemap.xml (limited to 'plt/sitemap.xml') diff --git a/plt/sitemap.xml b/plt/sitemap.xml new file mode 100644 index 0000000..f7eaa47 --- /dev/null +++ b/plt/sitemap.xml @@ -0,0 +1,65 @@ + + + + https://luevano.xyz/index.html + 2022-12-16 + monthly + 1.0 + + + https://luevano.xyz/contact.html + 2022-12-16 + monthly + 1.0 + + + https://luevano.xyz/donate.html + 2022-12-16 + monthly + 1.0 + + + https://blog.luevano.xyz + 2022-12-16 + daily + 1.0 + + + https://art.luevano.xyz + 2022-12-16 + daily + 1.0 + + + https://gb.luevano.xyz + 2022-12-16 + monthly + 0.5 + + + https://git.luevano.xyz + 2022-12-16 + daily + 1.0 + + + {%for p in all_pages%} + + {{p.url}} + {{p.mdate_sitemap if p.mdate_sitemap else p.cdate_sitemap}} + weekly + 1.0 + + {%endfor%} + + {%for t in all_tags%} + + {{t[1]}} + {{config['info']['sitemap_run_date']}} + daily + 0.5 + + {%endfor%} + -- cgit v1.2.3-54-g00ecf