bdkjones / CodeKit2

CodeKit 2 Beta
97 stars 4 forks source link

Feature request: Sitemap.xml (re-)generation #571

Open greg-raven opened 9 years ago

greg-raven commented 9 years ago

I'd like to request that CodeKit generate/regenerate a sitemap.xml file at the root level, either on file change, or at the click of a button. The Python code for sitemap generation is here:

https://code.google.com/p/googlesitemapgenerator/

There are several WordPress plug-ins that do this, sometimes with exotic variations, but I'd settle for a simple one-file sitemap.

I current have a Worksheet set up in my BBEdit projects that invokes the code, but it's not as easy to set up as it could be.

Thanks.