lisawilliams / lisa

Lisa Williams' Jekyll-based blog with essays, commentary, notes and guides.
http://lisawilliams.github.io/lisa/
0 stars 1 forks source link

Migrate to sitemap plugin supported by Github Pages #11

Open lisawilliams opened 7 years ago

lisawilliams commented 7 years ago

gh-pages version of site not showing sitemap.xml, probably because gh-pages only supports a subset of Jekyll plugins. See following for details:

https://stackoverflow.com/questions/31871433/why-put-the-site-directory-of-a-jekyll-site-in-gitignore

gh-pages does have a supported sitemaps plugin, see:

https://help.github.com/articles/sitemaps-for-github-pages/

lisawilliams commented 6 years ago

Hmmm...I think the old sitemap plugin may be hindering the upload of the new sitemap.

lisawilliams commented 6 years ago

More detail: there is a file, sitemap_generator.rb in the _plugins folder. There is also a sitemap.xml file in the _site directory, and it is updating, but https://lisawilliams.github.io/lisa/sitemap.xml pulls a 404 error.

I think that if I delete sitemap_generator.rb and sitemap.xml and restart the process, it may work. I think those files are from the non-working attempt described soooo long agoooo at the beginning of this issue.