feat(sitemap): add XML sitemap generation module
Implement src/sitemap.rs with generate_sitemap() for SEO-compliant XML sitemap generation. Follows the feed.rs pattern: - SitemapEntry struct for URL metadata - build_sitemap_xml() for XML construction - xml_escape() for special character handling - 5 unit tests covering single/multiple entries, lastmod, escaping Module declared in main.rs but not yet integrated into pipeline.
This commit is contained in: