1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

sitemap generation added

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2021-05-21 21:58:15 +05:30
parent 51308824c4
commit eb4ac8191a
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -52,6 +52,8 @@ ICONS = [
('linkedin', 'https://www.linkedin.com/in/avinal/')
]
DIRECT_TEMPLATES = ('index', 'tags', 'categories', 'archives', 'sitemap')
SITEMAP_SAVE_AS = 'sitemap.xml'
DEFAULT_PAGINATION = 10