mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Improve humans text
This commit is contained in:
parent
4d140facf9
commit
1d1932ce1a
@ -29,6 +29,7 @@ with_layout :styleguide do
|
||||
page "/styleguide/*"
|
||||
end
|
||||
|
||||
page "/humans.txt", :layout => false
|
||||
page "/documentation/*", :directory_index => false
|
||||
|
||||
|
||||
|
56
data/humans.yml
Normal file
56
data/humans.yml
Normal file
@ -0,0 +1,56 @@
|
||||
team:
|
||||
- name: Jina
|
||||
role: design lead, code, content
|
||||
twitter: jina
|
||||
- name: Bermon Painter
|
||||
role: design, code, content
|
||||
twitter: bermonpainter
|
||||
- name: Michael Parenteau
|
||||
role: design, code, content
|
||||
twitter: parenteau
|
||||
|
||||
contributors:
|
||||
- name: Natalie Weizenbaum
|
||||
role: code, content
|
||||
twitter: nex3
|
||||
- name: Chris Eppstein
|
||||
role: code, content
|
||||
twitter: chriseppstein
|
||||
- name: Hampton Catlin
|
||||
role: code, content
|
||||
twitter: hcatlin
|
||||
- name: Michael Catlin
|
||||
role: content
|
||||
twitter: malrase
|
||||
|
||||
thanks:
|
||||
- name: All the people at SassConf that came to help with DNS and server-related issues.
|
||||
- name: To everyone who has contributed through pull requests.
|
||||
|
||||
markup:
|
||||
- name: HTML5
|
||||
- name: Haml
|
||||
- name: Markdown
|
||||
|
||||
style:
|
||||
- name: CSS3
|
||||
- name: Sass
|
||||
- name: Compass
|
||||
- name: Susy
|
||||
- name: Breakpoint
|
||||
- name: Normalize
|
||||
|
||||
behavior:
|
||||
- name: Modernizr
|
||||
- name: jQuery
|
||||
- name: jQuery UI
|
||||
- name: Bootstrap.js
|
||||
- name: Responsive Design Testing
|
||||
- name: balance-text
|
||||
|
||||
misc:
|
||||
- name: Middleman
|
||||
- name: HTML5 Boilerplate
|
||||
- name: GitHub
|
||||
- name: Heroku
|
||||
- name: Sublime Text
|
@ -1,25 +0,0 @@
|
||||
# humanstxt.org/
|
||||
# The humans responsible & technology colophon
|
||||
|
||||
# TEAM
|
||||
|
||||
Jina Bolton -- design lead, code, content -- @jina
|
||||
Bermon Painter -- design, code, content -- @bermonpainter
|
||||
Michael Parenteau -- design, code, content -- @parenteau
|
||||
Chris Eppstein -- code, content -- @chriseppstein
|
||||
Natalie Weizenbaum -- code, content -- @nex3
|
||||
Hampton Catlin -- code, content -- @hcatlin
|
||||
Michael Catlin -- content -- @malrase
|
||||
|
||||
# THANKS
|
||||
|
||||
All the people at SassConf that came to help with DNS and server-related issues.
|
||||
To everyone who has contributed through pull requests.
|
||||
|
||||
# TECHNOLOGY COLOPHON
|
||||
|
||||
HTML5, CSS3
|
||||
Haml, Markdown
|
||||
Sass, Compass, Susy, Breakpoint
|
||||
jQuery, Modernizr
|
||||
Middleman
|
24
source/humans.txt.erb
Normal file
24
source/humans.txt.erb
Normal file
@ -0,0 +1,24 @@
|
||||
# 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
|
@ -1,3 +1,5 @@
|
||||
# robotstxt.org/
|
||||
# www.robotstxt.org/
|
||||
|
||||
User-agent: *
|
||||
# Allow crawling of all content
|
||||
User-agent: *
|
||||
Disallow:
|
||||
|
Loading…
Reference in New Issue
Block a user