Generating a PDF Resume with Pandoc and Docker

In this post, we look at how to compile a markdown-formatted resume into a clean, print-ready PDF using Pandoc inside a container. ...

June 12, 2026 · 2 min · Tyler Samples

Containerizing Hugo with Nginx on Google Cloud Run

In this post, we containerize this Hugo static site using Nginx and migrate our deployment pipeline from Google App Engine to Google Cloud Run. ...

June 11, 2026 · 3 min · Tyler Samples

Basic Build and Deploy Pipeline

This is a basic yaml pipeline used in GitHub Actions in order to build this Hugo site and deploys it. After every commit to the main branch, this process converts markdown files to HTML using the Hugo build actions then deploys the updated site to an App Engine on Google Cloud Provider. ...

September 8, 2023 · 1 min · Tyler Samples