diff --git a/_config.yml b/_config.yml index 8499955..e4d30e8 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ description: > # this means to ignore newlines until "baseurl:" newhaven.io is a group of talented and passionate individuals living, working and creating in the New Haven area. baseurl: "" # the subpath of your site, e.g. /blog url: "http://newhaven.io" # the base hostname & protocol for your site +source_url: https://github.com/newhavenio/newhavenio.github.io permalink: /blog/:title/ paginate: 9, paginate_path: "/blog/page:num/" diff --git a/_data/contributors.yml b/_data/contributors.yml new file mode 100644 index 0000000..c62a9ee --- /dev/null +++ b/_data/contributors.yml @@ -0,0 +1,7 @@ +- "Brady Sutton " +- "Dan Bernier " +- "Devin Weaver " +- "Joel Nimety " +- "Josh Santos " +- "Zach Morek " +- "maxx1128 " diff --git a/humans.txt b/humans.txt new file mode 100644 index 0000000..45bad7b --- /dev/null +++ b/humans.txt @@ -0,0 +1,19 @@ +--- +layout: none +--- +/* TEAM */ +Organization: NewHaven.IO +Description: {{ site.description }} +Source: {{ site.source_url }} +Location: New Haven, CT + +/* THANKS */ +{% for contributor in site.data.contributors %} +- {{ contributor }} +{% endfor %} + +/* SITE */ +3rd Party APIs: Meetup.com, Google Analytics +Standards: HTML5, CSS3 +Components: Webpack, NPM, Polymer, Web Components +Software: Jekyl, Ruby diff --git a/package.json b/package.json index 5197c2d..57fb1c9 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,6 @@ "version": "2.0.0", "main": "index.html", "repository": "git@github.com:newhavenio/newhavenio.github.io.git", - "contributors": [ - "Brady Sutton ", - "Dan Bernier ", - "Joel Nimety ", - "Josh Santos ", - "maxx1128 ", - "Zach Morek " - ], "license": "MIT", "dependencies": { "bootstrap-sass": "^3.3.7",