How-To Articles


How to contribute to this blog (Short Method)

This method is easier because the editing will be done in github itself via the web browser. 1. Fork the original repository SRG Blog Repository This is accomplished in github and you must be logged in. You should have the repository under your account after the fork. The succeeding steps …

How to contribute to this blog (Long Method)

Contributions are encouraged from SRG members. 1. Set up the development environment $ virtualenv pelican-blog-venv $ source pelican-blog-venv/bin/activate $ pip install pelican markdown ghp-import 2. Fork the original repository SRG Blog Repository This is accomplished in github and you must be logged in. You should have the repository under your account …