Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 878 Bytes

README.rst

File metadata and controls

31 lines (19 loc) · 878 Bytes

mydaddyji.com

Local Setup

  1. Install complexity:

    pip install -r requirements/dev.txt

Github pages setup

This is deployed to GH pages using the docs folder on master branch option. A CNAME file is created at the top level for the custom domain. HTTPS is enabled in GitHub. Two CNAME records are created at the registrar for www and @, both pointing to vkurup.github.io.

It takes a while for the pages to be built and for the cert to be issues, at least the first time.

Site changes

  1. Make the changes in the src directory. Build the site (which will generate the files in the docs directory) and view it at localhost:9090:

    complexity src
  2. When you're satisfied, commit to the changes to master and Github Pages will deploy it.