Skip to content

The files that make up phillydev.org.

Notifications You must be signed in to change notification settings

phillydev/phillydev.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phillydev.org

This repository contains the Jekyll project that is used to build phillydev.org.

Local Development

In order to develop against the site locally, you'll need to install:

  • Ruby
  • Bundler

Once those are installed, install the Ruby specific dependencies:

$ bundle

After that, you should be able to use jekyll serve to view changes locally as you make them.

Deployment

Deployment is handled automatically by Netlify on merges to master.