Website Source Posted

2019-06-02

After cleaning up the souce, I've posted it to github. Django defaults to storing its secret_key in the settings file which is an issue when using git. I split the secret_key into an untracked file and rotated the key so I can post the source without any issues. I reused most of the previous static site but, added Django to use the built in admin interface so I can easily add posts. The javascript map has been setup so it doesn't load until asked for by the user to speed up page load time by up to 18 seconds. This improves user experience and SEO with little work.