/gdiphilly

Repo for GDIPhilly.com

Primary LanguageCSS

gdiphilly

Current dev static site is located at: http://www.gdiphilly.com

Installation

This is a jekyll website. In order to make changes to the site you will need to have jekyll set up and available via the command line. See development docs at http://jekyllrb.com/.

Previewing your changes

You can preview the new website pages by running a Jekyll server locally.

Inside the main directory of the project, run this command:
jekyll serve

Pushing your changes

Add all your changes:
git add --all

Commit and add a commit message:

git commit or git commit -m 'my commit message'

Push to the master branch:

git push -u origin master

Adding new pages and posts

Using Markdown: