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. ...
In this post, we look at how to compile a markdown-formatted resume into a clean, print-ready PDF using Pandoc inside a container. ...
In this post, we containerize this Hugo static site using Nginx and migrate our deployment pipeline from Google App Engine to Google Cloud Run. ...
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. ...