chore(config): cleanup

This commit is contained in:
Markus Heurung 2024-03-07 12:05:38 +01:00
parent 50cf4834ae
commit 4e19e1c0be

View file

@ -39,14 +39,35 @@ collections:
rss_post_limit: 10000 rss_post_limit: 10000
feed:
collections:
posts:
path: /feed.xml
notes:
path: /notes.xml
plugins: plugins:
- jekyll-deploy
- jekyll-feed
- jekyll-redirect-from - jekyll-redirect-from
- jemoji - jemoji
exclude: # Exclude from processing.
- Rakefile # The following items will not be processed, by default.
- README.md # Any item listed under the `exclude:` key here will be automatically added to
- Gemfile # the internal "default list".
- Gemfile.lock #
- .jekyll-cache # Excluded items can be processed by explicitly listing the directories or
- .gitignore # their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/