Skip to content

ReyanshKharga/kloudkoncepts.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KloudKoncepts.com

This repository is used to host KloudKoncepts.com

How to Build?

Step 1: Create a Python3 Virtual Environment

python3 -m venv venv
{OR}
virtualenv venv

Step 2: Activate the Virtual Environment

source venv/bin/activate

Step 3: Install Packages

pip3 install -r requirements.txt

Deploying to GitHub Pages

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.

About

This repository is used to host kubekoncepts.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published