Jekyll source for stuypulse.com.
HTML Ruby CSS Shell JavaScript Makefile
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
_data
_drafts
_includes
_layouts
_posts
_scripts
about
blog
bootstrap @ fcb6e64
calendar
community
contact
css
downloads
img
js
resources
sponsors
.gitignore
.gitmodules
.travis.yml
404.md
CNAME
Gemfile
Gemfile.lock
Makefile
README.md
_config.yml
favicon.ico
humans.txt
index.html

README.md

StuyPulse.com

Build Status

Jekyll source for StuyPulse.com.

Environment Setup

Follow the instructions here to set up your environment for serving the site locally. In a nutshell:

  1. Install Ruby
  2. gem install bundler
  3. bundle install

Running Jekyll

Run:

make serve

The site will rebuild whenever a file is modified.