layout | title |
---|---|
base |
GTN Editorial Board |
{% assign contributors = site.data['contributors'] %} {% assign sorted_topics = site | list_topics_ids %}
A big Thank You! to the GTN Editorial Board members who ensure the quality of the tutotials in their respective topics.
{% for t in sorted_topics %} {% assign topic = site.data[t] %}
{% include _includes/contributor-list.html contributors=topic.editorial_board badge=true %}{% endfor %}
Automatic CODEOWNERS file (just to make it easier to keep updated)
assets/ @bebatut @shiltemann @hexylena
bin/ @bebatut @shiltemann @hexylena
metadata/ @bebatut @shiltemann @hexylena
badges/ @hexylena
_layouts/ @bebatut @shiltemann @hexylena
_includes/ @bebatut @shiltemann @hexylena
_plugins/ @bebatut @hexylena
{% for t in sorted_topics %}{% assign topic = site.data[t] %}
topics/{{t}}/ {% for member in topic.editorial_board %} @{{member}} {% endfor %}{% endfor%}