2023-04-05 23:49:42 +02:00
|
|
|
---
|
2023-04-06 20:46:54 +02:00
|
|
|
permalink: '/humans.txt'
|
|
|
|
eleventyExcludeFromCollections: true
|
2023-04-05 23:49:42 +02:00
|
|
|
---
|
|
|
|
# humanstxt.org/
|
|
|
|
# The humans responsible & technology colophon
|
|
|
|
|
|
|
|
# TEAM
|
|
|
|
{% for person in humans.team %}
|
|
|
|
{{ person.name }} -- {{ person.role }} -- @{{ person.twitter }}
|
|
|
|
{%- endfor %}
|
|
|
|
|
|
|
|
# THANKS
|
|
|
|
{% for person in humans.contributors %}
|
|
|
|
{{ person.name }} -- {{ person.role }} -- @{{ person.twitter }}
|
|
|
|
{%- endfor %}
|
|
|
|
{%- for person in humans.thanks %}
|
|
|
|
{{ person.name }}
|
|
|
|
{%- endfor %}
|
|
|
|
|
|
|
|
# TECHNOLOGY COLOPHON
|
|
|
|
|
|
|
|
{% for tech in humans.markup %}{{ tech.name }}{% unless forloop.last %}, {% endunless %}{% endfor %}
|
|
|
|
{% for tech in humans.style %}{{ tech.name }}{% unless forloop.last %}, {% endunless %}{% endfor %}
|
|
|
|
{% for tech in humans.behavior %}{{ tech.name }}{% unless forloop.last %}, {% endunless %}{% endfor %}
|
|
|
|
{% for tech in humans.misc %}{{ tech.name }}{% unless forloop.last %}, {% endunless %}{% endfor %}
|