Skip to content

Commit

Permalink
Feed added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Polyarus committed Jul 2, 2023
1 parent b4f0e4d commit b06a773
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gem "jekyll-compose"
gem "jekyll-paginate"
gem "jekyll-seo-tag"
gem "jekyll-sitemap"
gem "jekyll-feed"
8 changes: 7 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ timezone: Europe/Paris

paginate: 4
paginate_path: "/blog/page:num/"
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-sitemap]
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-sitemap, jekyll-feed]

jekyll_compose:
post_default_front_matter:
Expand All @@ -23,6 +23,9 @@ jekyll_compose:
tags:

collections:
skills:
output: true
permalink: /skills/:path/
projects:
output: true
permalink: /projects/:path/
Expand All @@ -33,3 +36,6 @@ social:
stackoverflow: spok
credly: sergey-polyarus

feed:
posts_limit: 5
excerpt_only: true

0 comments on commit b06a773

Please sign in to comment.