diff --git a/landing.bryanroessler.com/_config.yml b/landing.bryanroessler.com/_config.yml index 1f660d4..fd7fbc5 100644 --- a/landing.bryanroessler.com/_config.yml +++ b/landing.bryanroessler.com/_config.yml @@ -169,16 +169,23 @@ link-tags: true # Exclude these files from production site exclude: + - Gemfile + - Gemfile.lock + - node_modules + - vendor/bundle/ + - vendor/cache/ + - vendor/gems/ + - vendor/ruby/ - CHANGELOG.md - CNAME - Dockerfile - - Gemfile - - Gemfile.lock - LICENSE - README.md - Vagrantfile + + plugins: - jekyll-paginate - jekyll-sitemap