What this site is about
The purpose of this site is twofold:
- A helpful place where I post things about me, my content, and technology.
- A place for me to document my thoughts and experiences as I further my education in the IT field.
How it works
I wrote this site using Hugo, I manage the files with Gitlab and host the site using Netlify.
Hugo is a fantastic and simple to use static site generator, I write my pages in Markdown, then Hugo converts the Markdown to HTML (and CSS and other website stuff) and sets it all up for me, then I push the changes to my Gitlab.
After that, Netlify reads my Gitlab repository, and if there are changes, builds the site and publishes the updates.
It all works pretty well, and is fairly simple.
Check out the Posts section for the blog style posts I do, and check out the Articles section for Tech/IT/Help articles.