From 7aefae3c41c0291288bb2ee411222e62290f407c Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 31 Dec 2015 17:13:08 -0800 Subject: [PATCH] Removed jekyll-sitemap (which seemed to degrade Google search results) --- _config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/_config.yml b/_config.yml index 93e557160..7a405a9ff 100644 --- a/_config.yml +++ b/_config.yml @@ -12,9 +12,6 @@ url: "http://www.pcjs.org" # "http://jeffpar.github.io" or "http://www.pcjs.org twitter_username: jeffpar github_username: jeffpar -gems: - - jekyll-sitemap - # Build settings exclude: ["index.html", "logs", "node_modules", "**/c64", "**/static", "src", "tmp", "videos", "web"]