Skip to content

devopsdojoconsortium/devopsdojoconsortium.github.io

Repository files navigation

Dojo Consortium Website

This is the source code of the website for devopsdojocommons.org


Build

gem install bundler
bundle install
./native-launch.sh

Contribute

Feel free to submit pull requests

Adding authors

In /_data/authors.yml add your information

Adding blog posts

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