Current dev static site is located at: http://www.gdiphilly.com
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/.
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
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
Using Markdown: