mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
feat: responsive hero header images (#23)
This commit is contained in:
parent
c7d3adfb19
commit
d96ca70bac
13 changed files with 73 additions and 97 deletions
28
_config.yml
28
_config.yml
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue