StartBootstrap / startbootstrap-clean-blog-jekyll

A Jekyll version of the Clean Blog theme by Start Bootstrap
https://startbootstrap.com/themes/clean-blog-jekyll/
MIT License
2.09k stars 2.68k forks source link

When installing as a `gem` notify the extra dependencies to add #296

Open david-fortini opened 2 years ago

david-fortini commented 2 years ago
group :jekyll_plugins do
  gem "jekyll-feed", "~> 0.12"
  # these 2 need to be added
  gem "jekyll-paginate", "~> 1.1.0"
  gem "jekyll-sitemap"
end