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
- Host: GitHub
- URL: https://github.com/bufferapp/buffer-talks
- Owner: bufferapp
- Created: 2017-02-07T15:20:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T07:42:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-01T09:09:37.955Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 31 MB
- Stars: 4
- Watchers: 55
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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