When I first started this website I used flask and flask freeze to make a static website so when I wanted to make a blog post I could write it in markdown. It has gotten to the point where this setup has been holding me back in terms of what I want to build on this site. I am learning web development and trying to figure out how to implement what I have learned while working around flask has wasted too much time. So I have reverted the site to be purely html,css,js. This will allow me to experiment more as I learn web dev without needing to troubleshoot flask. Every post will now be coded in html from the start.