Right now it is already possible to specify pages that should be excluded in the sitemap. Something that would be really useful for me would be inclusion of pages not generated (but still managed) by Pelican, as I have some static documents that should be indexed, but are not generated pages. Pelican manages these files via the STATIC_PATHS and EXTRA_PATH_METADATA functionality, and while I think it might not be a good idea to automatically include anything in that list, having an explicit include configuration setting for adding files from STATIC_PATHS to the sitemap would be very useful.
Right now it is already possible to specify pages that should be excluded in the sitemap. Something that would be really useful for me would be inclusion of pages not generated (but still managed) by Pelican, as I have some static documents that should be indexed, but are not generated pages. Pelican manages these files via the
STATIC_PATHSandEXTRA_PATH_METADATAfunctionality, and while I think it might not be a good idea to automatically include anything in that list, having an explicitincludeconfiguration setting for adding files fromSTATIC_PATHSto the sitemap would be very useful.