jekyll / jekyll-sitemap

Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site
http://rubygems.org/gems/jekyll-sitemap
MIT License
961 stars 135 forks source link

Feature request: include URLs not managed by Jekyll #226

Closed rayshan closed 6 years ago

rayshan commented 6 years ago

Hi!

Use case: I have a website generated by Jekyll and GitHub Pages: https://shan.io/ https://github.com/rayshan/rayshan.github.io

I also have project pages hosted by GitHub Pages on the same domain, for example: https://shan.io/startup-equity-calculator/ https://github.com/rayshan/startup-equity-calculator

May I have the ability to manually add project pages not generated by Jekyll to sitemap.xml? Maybe somewhere in _config.yml. Thanks!

pathawks commented 6 years ago

Unfortunately no, this feature is beyond the scope of this plugin.

What you could do is copy our sitemap.xml template to your site, and then add anything else you need there. :+1:

rayshan commented 6 years ago

Interesting, this could work, I'll give it a try. Alternatively I could hand-roll another sitemap file. Thanks!