Contributors are defined in two places: the page metadata and the CONTRIBUTORS.yml file in _data.
Contributor grid
Default grid
Use this snippet:
{% include contributor-tiles-all.html %}
This renders as:
BD
Bert Droesbeke
EC
Example Contributor
EC
Example Contributor2
EC
Example Contributor3
LEC
Long Example Contributor
Grid parameters
custom: Comma-separated list of contributor names if you only want to show a specific collection of contributors.role: Filter contributors by role. This cannot be combined withcustom.sort: Disable contributor sorting by addingfalse. Default:true.col: Set the number of contributor cards per row. Default:4.
Grid with selected contributors
Use this snippet:
{% include contributor-tiles-all.html custom="Example Contributor, Bert Droesbeke" col=3 sort=false %}
This renders as:
EC
Example Contributor
BD
Bert Droesbeke
Contributor carousel
Default carousel
Use this snippet:
{% include contributor-carousel-selection.html %}
This renders as:
Carousel parameters
custom: Comma-separated list of contributor names if you only want to show a specific collection of contributors.role: Filter contributors by role. This cannot be combined withcustom.sort: Disable contributor sorting by addingfalse. Default:true.col: Set the number of contributor cards per row. Default:4.
Carousel with selected contributors
Use this snippet:
{% include contributor-carousel-selection.html custom="Bert Droesbeke, Example Contributor" col=3 %}
This renders as: