Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 882 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 882 Bytes

ekklesia.github.com

ekklesia.github.com is the public-facing website of Ekklesia Blacksburg. It is primarily built using Jekyll, Compass, and jQuery. Build and deployment tasks are built with Ruby and Rake.

Setup

Before following the setup steps below, you will need to install Git and Ruby 1.9.x on your system. To get the development environment up and running, follow these steps:

git clone [email protected]:ekklesia/ekklesia.github.com.git
cd ekklesia.github.com
gem install bundler
bundle install

That's it! You can use any web server to see the site. If you'd like, use Jekyll's built-in webserver by typing jekyll --server inside your project directory.

Directory Structure

???

Adding Content

Building the Site

Publishing the Site

Rake Tasks