Skip to content

Instantly share code, notes, and snippets.

### 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:
@divyekapoor
divyekapoor / create_static_site.sh
Created January 9, 2016 02:20
Static site on Github using a custom domain
#!/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