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

Projects not added to sitemap #245

Closed JulesMoorhouse closed 5 years ago

JulesMoorhouse commented 5 years ago

Hi,

Is there anything I need to do to get projects which appear in projects.json to appear in the sitemap.

[
    {
        "name": "Balance Guide",
        "image": "../../static/img-300/icon-balance-guide.png",
        "url": "/bg",
        "date": "Jan 2010 to present",
        "tags": ["iOS"]
    },

I also have folders setup with the same names... e.g in my bg folder, I have other md files which also don't appear.

https://www.julesmoorhouse.com/sitemap.xml

Any suggestions?

Thanks,

Jules.

JulesMoorhouse commented 5 years ago

Never mind, added them myself.