buffer-talks

buffer-talks

Bufferoo Talks - built on Jekyll and Remark

Buffer Talks

Getting Started

OSX

Install Homebrew (if you haven't already)

Install latest ruby (at least v2.1.0 will work ruby -v)

brew install ruby

Install dependencies

bundle install

Start the Jekyll Server

bundle exec jekyll serve --watch --drafts --baseurl ''

NOTE: This command restarts the server when file change and will display posts in the _drafts folder.

Open your browser with http://localhost:4000