Lucas-C / devopsweekly

Content for the Devops Weekly site

Home Page:http://devopsweekly.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build jekyll static website

bundle install
rake build

Local development with Docker

docker run --rm -it -v $PWD:/app -w /app -p 4000:4000 ruby:2.3 bash
bundle install && rake develop open_in_browser=no

About

Content for the Devops Weekly site

http://devopsweekly.com


Languages

Language:HTML 99.1%Language:CSS 0.5%Language:Ruby 0.4%