add humans.txt

This commit is contained in:
Christine Dodrill 2015-02-03 11:33:30 -08:00
parent 5ecf5666b0
commit a036743956
3 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,8 @@ class Layout extends Widget
link rel: "stylesheet", href: "/static/css/readable.css"
link rel: "stylesheet", href: "/static/css/main.css"
link type: "text/plain", rel: "author", href: "/humans.txt"
script src: "https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
script src: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"
script src: "/static/js/instantclick.min.js"

View File

@ -38,6 +38,10 @@ http {
alias static/favicon.ico;
}
location /humans.txt {
alias static/humans.txt;
}
location /keybase.txt {
alias static/keybase.txt;
}

2
static/humans.txt Normal file
View File

@ -0,0 +1,2 @@
Christine Dodrill
Sephira Williams