February 16, 2026
#Hugo
June 3, 2025
Hugo Image Gallery
This script creates an image gallery. The script reads all images from a specific (user-defined) folder in the assets directory of Hugo, automagically crops them to 300px squares and shows them in rows of five.
Beautiful Mountains Museum of Pop Culture Seattle View Seattle by Night Space Needle How it works The script searches for any file in the folder ‘album’ in the assets directory of Hugo. It creates an image tag with a thumbnail for these images. The thumbnail is a 300 pixel wide square cropped version of the image. The script wraps the thumbnail in a link, which links to a larger version and will trigger a lightbox if present. The caption is the file name without extension.
May 8, 2025
Update schema_json.html by soda92 · Pull Request #1696 · adityatelange/hugo-PaperMod · GitHub
What does this PR change? What problem does it solve?
Was the change discussed in an issue or in the Discussions before?
PR Checklist
This change adds/updates translations and I have used the …
This is the simple trick to correct structured data in Google Webmaster Tools for Hugo Papermod theme.
April 30, 2025
WP2Hugo
This is the best migrator for migrating WordPress export to Hugo. It handles several weird edge cases that I encountered while trying to migrate my personal website to Hugo-based site.
While this primarily targets Hugo-based code generation, one can use it to convert WordPress blogs to Markdown-based files that can be used with other systems for example Mkdocs or Jekyll.
Should I use this to migrate Deuts.NET to Hugo?
April 26, 2025
HugoNest - Hugo Mobile iOS & Android APP with AI and Git Integration
Efficiently manage your Hugo static site anytime, anywhere. HugoNest offers seamless mobile Markdown editing, reliable AI Powered Git integration, and offline support—the ideal mobile companion for Hugo developers and content creators.
April 23, 2025
Missing template definitions breaks production builds in Hugo v0.146.0+
What you’d like to propose? Hi! In the latest version of PaperMod, the following templates are referenced inside _partials/head.html: {{ template “partials/templates/opengraph.html” . }} {{ template “partials/templates/twitter_cards.html…
This is what breaks in PaperMod theme if you’re running Hugo v. 0.146 and later.
April 6, 2025
Migrating from WordPress to Hugo
Discover why moving away from WordPress to a static site boosts security and reduces costs. Learn about the seamless migration process and optimized deployment.
Hopefully this will work when I need it to be.
March 28, 2025
Creating a Responsive Image Gallery Shortcode in Hugo
A comprehensive guide to implementing a responsive image gallery with modal view in Hugo using shortcodes
March 5, 2025
Relative Markdown Links in Hugo
The minimal example for relative markdown links:
[My Article](../my-article/index.md)Template:
/layouts/_default/_markup/render-link.html:<a href="{{ (.Page.GetPage .Destination).RelPermalink | safeURL }}"> {{ .Text | safeHTML }} </a>
This solves the problem of relative markdown links to other pages in Hugo.
February 19, 2025
Maverick Hugo Theme
Maverick is a minimal Hugo blog theme with introduction page and based on Listed by Ronalds Vilciņš. This Hugo theme features several content sections, front page, dynamic pages creation and a Github comment.
Another option for my future Hugo projects.