Skip to aside Skip to content Skip to footer

Contributors

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 with custom.
  • sort: Disable contributor sorting by adding false. 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

Use this snippet:

{% include contributor-carousel-selection.html %}

This renders as:

  • 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 with custom.
  • sort: Disable contributor sorting by adding false. Default: true.
  • col: Set the number of contributor cards per row. Default: 4.

Use this snippet:

{% include contributor-carousel-selection.html custom="Bert Droesbeke, Example Contributor" col=3 %}

This renders as: