Landing page for the Hacker Hours meetup.
To run the site locally:
bundle
bundle exec jekyll serve
To regenerate the static site:
bundle exec jekyll build
The logo was designed by @kristinbarr. With the server running, view it at http://localhost:4000/logo.html.
To create a PNG of the logo, install Node.js and ImageMagick, then run:
npm install
node logo.js