feat: responsive hero header images (#23)

This commit is contained in:
Joshua Seigler 2016-10-21 13:27:19 -04:00 committed by Perry Woodin
parent c7d3adfb19
commit d96ca70bac
13 changed files with 73 additions and 97 deletions

View file

@ -28,6 +28,7 @@ exclude_from_localizations: ["assets","dist","style-guide"]
gems:
- jekyll-paginate
- jekyll-multiple-languages-plugin
- jekyll-srcset-tag
collections:
components: # style guide
@ -37,13 +38,20 @@ collections:
# https://github.com/kinnetica/jekyll-plugins
sitemap:
file: "/sitemap.xml"
exclude:
- "/atom.xml"
- "/feed.xml"
- "/feed/index.xml"
- "/style-guide/index.html"
include_posts:
- "/index.html"
change_frequency_name: "change_frequency"
priority_name: "priority"
file: "/sitemap.xml"
exclude:
- "/atom.xml"
- "/feed.xml"
- "/feed/index.xml"
- "/style-guide/index.html"
include_posts:
- "/index.html"
change_frequency_name: "change_frequency"
priority_name: "priority"
srcset:
source: assets/img
output: assets/img/resized
keep_files:
- 'assets/img/resized'