From a036743956dc3624aeb048db217f1be63c8fdb47 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Feb 2015 11:33:30 -0800 Subject: [PATCH] add humans.txt --- layout/bootstrap.moon | 2 ++ nginx.conf | 4 ++++ static/humans.txt | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 static/humans.txt diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index 90535ee..c4566bb 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -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" diff --git a/nginx.conf b/nginx.conf index 80b2ab2..0ee64ce 100644 --- a/nginx.conf +++ b/nginx.conf @@ -38,6 +38,10 @@ http { alias static/favicon.ico; } + location /humans.txt { + alias static/humans.txt; + } + location /keybase.txt { alias static/keybase.txt; } diff --git a/static/humans.txt b/static/humans.txt new file mode 100644 index 0000000..f5c89d8 --- /dev/null +++ b/static/humans.txt @@ -0,0 +1,2 @@ +Christine Dodrill +Sephira Williams