Disabling Hugo's Automatic Hyperlinking of URLs [SOLVED]

Published: 2021 August 14

software development web development static site generator Hugo Hugo theme technical troubleshooting technical troubleshooting - solved

The Problem

This project is built with Hugo and uses the Minimal Hugo theme.

This post is part of an ongoing effort to tailor the theme over time.

For this post, we’ll look at the issue that when Hugo rendered a webpage from a markdown file it automatically converted text URLs to hyperlinks.

The Process

A web search for how to disable automatic hyperlinking in Hugo led to a few discussions of the issue:

Interpolating between them led to a solution.

The Solution

Adding the following to the config.toml file resolved the issue.

[markup]
[markup.goldmark]
[markup.goldmark.extensions]
linkify = false

Copying Directory Structure With a Bash Script - With Help From ChatGPT AI

Published: 2024 January 22

Trouble Adding Accounts to Mozilla Thunderbird Email Client [SOLVED]

Published: 2023 September 02

Backing Up Git Config Values With a Bash Script

Published: 2023 August 25