Rendering Images in Markdown Preview of Hugo Site

Hugo is an open-source static site generator written in Go that’s optimized for speed, ease of use, and flexibility. Hugo is designed for creating blogs, documentation sites, and other types of websites quickly and efficiently. You’re using Hugo to host your blog or website. Because of Hugo’s file structure, your articles are located in /content/posts and your images are located in /static/images as shown in the following example: my-hugo-site/ ├── archetypes/ ├── content/ | └── posts/ ├── resources/ ├── static/ | └── images/ ├── themes/ Hugo renders the images in your articles correctly using !...

February 8, 2023 · 2 min · 339 words · Mike F. Robbins

Install the Hugo Static Site Generator on ArcoLinux

Hugo is a lightning-fast open-source static site generator that’s written in Go. ArcoLinux is a rolling release Linux distribution based on Arch Linux. Prerequisites ArcoLinux was installed using the ArcoLinuxL ISO with the easy installation option. The examples shown in this article were performed using Xfce Terminal. ArcoLinux was fully updated using the sudo pacman -Syu command. Installation I downloaded version 0.89.4 of Hugo extended. For the latest version or a different version, see the Hugo GitHub repo....

August 4, 2022 · 2 min · 337 words · Mike F. Robbins