Website for Progressive Hack Night.
Forked from Chi Hack Night
This website is built using Jekyll. You will need to install it first.
git clone https://github.com/ProgressiveHackNight/proghacknight.org.git
cd proghacknight.org
jekyll serve -w
Then open your web browser and navigate to http://localhost:4000
- Jekyll - Static site generator built in Ruby
- Bootstrap 3 - HTML and CSS layouts
- DataTables - for searching and sorting tables
- Mustache - templating library for javascript (used on projects page)
- jQuery Address - for deep linking URLs on the projects page
From s3_website
$ s3_website cfg create
s3_id: <%= ENV['S3_ID'] %>
s3_secret: <%= ENV['S3_SECRET'] %>
s3_bucket: blog.example.com
$ s3_website cfg apply
$ s3_website push
At any later time when you would like to synchronise your local website with the S3 website, simply run s3_website push
again. (It will calculate the difference, update the changed files, upload the new files and delete the obsolete files.)