An open API service indexing awesome lists of open source software.

https://github.com/bufferapp/buffer-talks

Bufferoo Talks - built on Jekyll and Remark
https://github.com/bufferapp/buffer-talks

Last synced: 11 months ago
JSON representation

Bufferoo Talks - built on Jekyll and Remark

Awesome Lists containing this project

README

          

# Buffer Talks

## Getting Started

### OSX

Install [Homebrew](http://brew.sh/) (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