chore(config): cleanup
This commit is contained in:
parent
50cf4834ae
commit
4e19e1c0be
1 changed files with 28 additions and 7 deletions
35
_config.yml
35
_config.yml
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue