Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,14 @@ url: "https://www.inoeg.de" # the base hostname & protocol for your site, e.g. h
# override this via the `og_image` front-matter key.
og_image_default: ""

# Specify used plugins here and in the Gemfile to ensure full flexibility.
# Note that github pages only supports plugins that are specified in _config.yml
# Plugins. The site is built with `bundle exec jekyll build` in CI (not the
# github-pages gem), so it is NOT restricted to the GitHub Pages plugin
# allowlist — any Jekyll plugin listed here and in the Gemfile works.
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap

# List the same plugins again to mimic GitHub Pages with --safe
whitelist:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
Expand Down
Loading