layout | title | permalink |
---|---|---|
post |
People |
/people/ |
A list of people who work on free / open source software, either as designers or programmers and are a part of our community.
-
{% for person in site.people %}
{% if person.status == 'core' or person.status == 'active'%}
- {{ person.name }} {% endif %} {% endfor %}
Want to add yourself to this list? Do the following:
- Sign in / up to Github
- Fork this repository
- Copy
person-template.md
into thepeople
folder, so you havepeople/your-name.md
- Send a pull request
- Voila!