Embedding PDFs in a Hugo Static Website

Embedding PDFs in Your Hugo Static Website Embedding PDFs in a Hugo static website can be incredibly handy in different scenarios. In my case, I wanted to add my CV to my website. However, I’ve also seen other applications, like adding documentation inline with text. When I started, the documentation I found wasn’t comprehensive enough, and I had to piece together my solution from different sources. My main source of help was this GitHub repository....

June 13, 2024 · 2 min · 353 words · Amir Kiani

Setting Up Hugo - A Personal Guide

Setting Up Hugo: A Personal Guide Why am I spending time presenting this instruction? Because using the official wikis of Hugo and your theme of choice (PaperMod in my case) might not be as straightforward for beginners. Installation I’m using macOS. For installation instructions on other operating systems, check the Hugo installation page. To install Hugo on macOS, I use Homebrew: brew install hugo Creating Your Site I like my site to be stored in a directory called blog, but feel free to change the name as you wish:...

April 1, 2024 · 4 min · 831 words · Amir Kiani