sass-site/source/humans.txt.erb
2014-07-27 18:46:31 -07:00

25 lines
700 B
Plaintext

# humanstxt.org/
# The humans responsible & technology colophon
# TEAM
<% for person in data.humans.team %>
<%= person.name %> -- <%= person.role %> -- @<%= person.twitter %>
<% end %>
# THANKS
<% for person in data.humans.contributors %>
<%= person.name %> -- <%= person.role %> -- @<%= person.twitter %>
<% end %>
<% for person in data.humans.thanks %>
<%= person.name %>
<% end %>
# TECHNOLOGY COLOPHON
<% for tech in data.humans.markup %><%= tech.name %>, <% end %>
<% for tech in data.humans.style %><%= tech.name %>, <% end %>
<% for tech in data.humans.behavior %><%= tech.name %>, <% end %>
<% for tech in data.humans.misc %><%= tech.name %>, <% end %>iTerm