lisawilliams / lisa

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

Adding sitemap plugin for better search engine indexing #49

Closed lisawilliams closed 6 years ago

lisawilliams commented 6 years ago

Added a line to _config.yml to add a sitemap plugin supported by Github Pages. I believe I have to run jekyll build to get this installed. But I'll do that after I commit.

Also checked to see if the Github Pages gem was up to date by running gem update github-pages. Got the following response:

$ gem update github-pages
Updating installed gems
Nothing to update

References Issue #11 and Issue #43.