Skip to content

vkurup/mydaddyji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages