Built with the Casper theme on top of Middleman-Blog.
git clone <repo url>
Enter in the following commands
bundle install
git checkout source
cd source/articles
Copy one of the existing markdown files and update the title, author, and date fields. Update the filename itself to correspond to the changes. Overwrite the blog post content with your own.
Once finished, while still in the source branch, enter the following:
git add .
git commit
git push
Once the changes are pushed to your repo, open a pull request to submit changes to Operation Code blog repo.
After merging the commits, pull down the new commits and run the following to update the website.
middleman build
middleman deploy