Running Hugo Website

In order to run a hugo webserver you will need a few things in order first. I will mention the requirements; however, I will not be going into detail here. If you would like me to write a post on these pre-requisites. Please let me know in the comments! Pre-Requisites Service Provider Virtual Private Server Vultr Domain Name Registrar Epik DNS Cloudflare Git GitHub Domain, VPS, and nginx Configuration Setup your A Record to point your domain name to your webserver...

August 1, 2021 · 5 min · David Spencer

Building Custom Docker Image With Github Actions

This post will explain the process I followed to achieve an automated deployment of a Docker Hub image with version numbers. You will need to have a few things in order before we can get started GitHub Account Docker Hub Account Podman Installation Creating Website Files Create your project directory wherever you prefer. For this tutorial I’ll be using ~/Projects/container-demo for the project folder. In your terminal, navigate to this project folder and create a content folder....

July 21, 2021 · 5 min · David Spencer