Hugo Python script to check for broken image links

This post provides a Python script that checks for broken image links in Markdown files used by the Hugo static site generator. The script scans all Markdown files in the content directory, extracts image links, and verifies their accessibility.

Example output


Check out similar posts by category: Hugo, Python