Tom's Website


Projects -- TBD

Website

The first project that I'll document is this website itself, which was surprisingly simple.

First, I followed this guide, created the basic site in VS Code, and deployed it using the Azure extension in VS Code.

Then I registered the domain on Cloudfare, followed this to point to it, and voila!

Not much more than that, and I have a newly-hosted site as a base for other projects. I do plan on expanding the site, hosting a couple of other things, and making it look nicer, but for now it serves it's purpose.

Website 2.0

Here only to test appearances.

I realized that deploying a static website via Azure's blob storage would not allow me to serve the site using https; therefore, I redeveloped the site in Flask and published it using this guide.

I will soon add the capability to publish further projects here using some form of database service, but this has not yet been completed.