This repository is used to host KloudKoncepts.com
python3 -m venv venv
{OR}
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
Make sure gh-pages
branch has a file created called CNAME
that contains the domain name you want. In my case it is www.kloudkoncepts.com.