Here is an overview of how one can add new articles to this blog
- Clone the repository - https://github.com/asciibitsgoa
- Navigate to the _posts folder
- Create a new file in the format YYYY-MM-DD-nameOfArticle.md
- Fill in your file with the proper header as an example shown here.
- Start writing your article in markdown. Consult this tutorial if you want to know more about markdown.
- Save the article push it into your repository and send a pull request.