Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
7 changes: 7 additions & 0 deletions _data/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- "Brady Sutton <bsutt123@gmail.com>"
- "Dan Bernier <danbernier@gmail.com>"
- "Devin Weaver <suki@tritarget.org>"
- "Joel Nimety <jnimety@gmail.com>"
- "Josh Santos <josh@omnidapps.com>"
- "Zach Morek <zmorek@gmail.com>"
- "maxx1128 <maxx1128@gmail.com>"
19 changes: 19 additions & 0 deletions humans.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"version": "2.0.0",
"main": "index.html",
"repository": "git@github.com:newhavenio/newhavenio.github.io.git",
"contributors": [
"Brady Sutton <bsutt123@gmail.com>",
"Dan Bernier <danbernier@gmail.com>",
"Joel Nimety <jnimety@gmail.com>",
"Josh Santos <josh@omnidapps.com>",
"maxx1128 <maxx1128@gmail.com>",
"Zach Morek <zmorek@gmail.com>"
],
"license": "MIT",
"dependencies": {
"bootstrap-sass": "^3.3.7",
Expand Down