Skip to content

chore: remove dead whitelist config from _config.yml#15

Merged
jansroka merged 1 commit into
mainfrom
cleanup-config-whitelist
Jul 8, 2026
Merged

chore: remove dead whitelist config from _config.yml#15
jansroka merged 1 commit into
mainfrom
cleanup-config-whitelist

Conversation

@jansroka

@jansroka jansroka commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Removes the whitelist: block from _config.yml.

The whitelist key only takes effect under --safe / the github-pages gem. This site builds with bundle exec jekyll build in CI (the github-pages gem is commented out in the Gemfile), so the whitelist was inert — and worse, it implied a plugin restriction that doesn't apply here. Also corrected the adjacent plugins: comment, which repeated the same inaccurate "github pages only supports plugins specified in _config.yml" claim.

Verified the whitelist was truly dead config: after removal, the build still emits all three plugins' output — feed.xml, sitemap.xml, and the redirect-from stub (old-index.html). Config parses, prettier clean.

🤖 Generated with Claude Code

The `whitelist:` block only has an effect under `--safe` / the github-pages
gem. This site is built with `bundle exec jekyll build` in CI (github-pages
gem is commented out in the Gemfile), so the whitelist was inert and wrongly
implied a plugin restriction that does not apply. Removed it and corrected
the neighbouring `plugins:` comment.

Verified: config parses, site builds, and all three plugins still emit their
output (feed.xml, sitemap.xml, and the redirect-from stub).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jansroka jansroka merged commit 056e85a into main Jul 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant