This repository is now deprecated! The group decided to not maintain the blog.
This is where the raw posts for the CWDG blog are stored. Members are encouraged to submit posts! Any markdown file except the README will be parsed and posted to the website.
- Fork the repository (button in the top-right of the page)
- Pull your copy
git pull git@github.com:YOUR_USER/blog.git
- Write and commit your post
git commit -m "A totally awesome post about..."
- Push your changes
git push origin master
- Send us a pull request! (Pull requests -> New pull request)