Denver-Devs / -old-denver-devs.github.io

Denver developers lil website.
http://denver-devs.github.io
12 stars 9 forks source link

Setup Jekyll #11

Closed willklein closed 9 years ago

willklein commented 9 years ago

What does this PR do?

This sets up Jekyll with events as the first supported post type. It will build index.html to match what it currently contains. Resolves #6.

This does not yet integrate the events added by @kylecoberly on the event-development branch. I would like to handle those in a separate PR after this is accepted.

Is there any background context?

This was discussed first on #6 and then on Slack (see July 2nd).

Where should the reviewer start?

To enable templating, index.html was split up into index.html and _templates/default.html. Content items go under _posts/ and events go under _posts/events/

How should this be tested?

The README.md has instructions for previewing the Jekyll site locally.

How does this PR make you feel? (http://giphy.com/categories/emotions/)

talon commented 9 years ago

Excellent PR format! I like the precedence it sets!

I was able to clone your branch and serve the site locally confirming that it replicates the existing sites functionality inside of the jekyll structure.

:+1: from me