This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am divyekapoor on github. | |
* I am divyekapoor (https://keybase.io/divyekapoor) on keybase. | |
* I have a public key ASBtU4L_w3LsgpoI2QrJKPAstHyW9WOsjQBPOFH1L9MboAo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Author: Divye Kapoor (http://divye.in) | |
# | |
# This script sets up Github static pages for any repository. | |
# Just modify some of the lines below to specify your username and repository info | |
# and the script will do the rest. | |
# Modify these lines as per your requirements. | |
export GITHUB_USER=divyekapoor |