Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 517 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 517 Bytes

BarCamp London X

Web Site for BarCamp London X

How to build

Built using Middleman. Any changes should be make in the source/ directory.

  • 'bundle' to install required gems. Written for Ruby 2.1, but should work anywhere with Ruby >1.9.3
  • 'middleman' to preview the site. Also, we use livereload so you can see changes to the source files live in the browser.
  • 'middleman deploy' to build and deploy the site. Force-pushes to gh-pages branch in repo.