This is the source code of the website for devopsdojocommons.org
gem install bundler
bundle install
./native-launch.sh
Feel free to submit pull requests
In /_data/authors.yml
add your information
In /_posts/
, Add a new post with the filename matching
YYYY-MM-DD-post-title.md
The format should be
---
layout: post
author: <your author userid>
---
Blog intro paragraph
<!--more-->
The rest of the blog post after the first paragraph