We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Members and organizations are displayed with so-called cards. This element takes an info parameter and can be included in any markdown element via
info
{% include card.html info=info %}
To create a card for the de-RSE organization, you would, for instance, write
{% include card.html info=site.data.committee.national_chapters.deRSE %}
The source template is defined by the file _includes/card.html, and defines
info.name
info.avatar
info.long_name
info.affiliation
info.location
info.website
info.email
info.twitter
info.internal
info.github
info.teams
The example above renders like
Everything but the header is optional.