This is the source repository for the pythonkc.github.io
GitHub Pages output repostitory.
Make sure you are in the top-level directory of the repoistory.
$ pelican content/
Make sure you are in the top-level directory of the repository.
$ cd output
$ python -m pelican.server
Visit http://localhost:8000/
in your browser.
Make sure you are in the top-level directory of the repository.
$ ghp-import output
$ git push https://github.com/pythonkc/pythonkc.github.io.git gh-pages:master --force
Visit https://pythonkc.github.io/
in your browser to verify the deployment.