I had to dig through many blog posts and forums to find a straightforward answer that would work with the latest Hugo (at this time 0.149.0). Shortcode| Ricard Torres dev
The nomination stats for the 2025 Hugo Awards have been posted by the Seattle Worldcon Hugo team after an excruciating several months wait since the winners were announced (you’re telling me …| Mr. Philip's Library
With August now in the rearview mirror, the Eat Arkansas team is fondly looking back at some of the best restaurant dishes we came across last month, while setting our sights on fall weather, soup recipes and chili in a bowl.| Arkansas Times
Hello, there! 👋 Creating content I decided to start a blog to write on topics that are interesting to me or something that I would like to explore. The topics in this blog should cover tech, software development, cybersecurity, AI, business, recent news, and occasional book reviews. Hopefully the learnings that will be discovered in this blog will be useful to many more people. Building a brand Building a personal or a professional brand is important these days. Brand is associated with tr...| Evgenii Pendragon
2026 predictions are live! UPDATED 4/7/25: Finalists have been announced! Reaction post here: https://mrphilipslibrary.wordpress.com/2025/04/07/2025-hugo-finalists-snubs-surprises-and-stats/ 2026 prediction post will go up in the next week or so. David F. Watson has set up prediction markets on Manifold for novel and novella that anyone is free to participate in and make their bets (with play money). Novel: […]| Mr. Philip's Library
2025 predictions are up! 3/15: Final predictions posted! EDIT 2/1/24: I have decided that I will continue to use the 2023 Hugo finalists as announced in my data. There’s no sure way to know e…| Mr. Philip's Library
How to introduce Elm incrementally into your existing web applications with a real-world example| cekrem.github.io
Hugo では JSON 形式のファイルも出力できる。| Baldanders.info
Hugo の環境を git で管理している場合はコミット情報等をテンプレートに組み込むことができる。| Baldanders.info
Hugo 0.45 から ref/relref の仕様が変わったので紹介する。| Baldanders.info
今回のアップデートの目玉は純正 Golang 製の Chroma を組み込んで Syntax Highlight に対応したことだろう。| Baldanders.info
たとえば記事の中に YouTube の動画や SlideShare の HTML コードを埋め込みたいとする。こういうときは Shortcodes の機能を使うと便利だ。| Baldanders.info
以前の回で紹介してなかったのだが, Categories や Tags の一覧ページを作る機能があるので紹介する。| baldanders.info
After years of building software and writing technical documentation, I decided to create a blog to share my experience and help others on similar journeys. This article walks through how I set up my technical blog, aimed at those new to blogging or Hugo. Choosing the platform For me, it’s important to have as minimal a solution as possible. While building my own Markdown-to-HTML publishing script is an idea for the future, my immediate priority was to get the blog online quickly.| nexo blog
Sorry for taking so long to get these up. This post will serve as the ongoing prediction post for the next year until the finalists are announced in 2026. I’ll update monthly-ish. These initi…| Mr. Philip's Library
Finalists for the 2025 Hugo Awards have been announced! The title includes “surprises”, although there weren’t many; it just seemed like the kind of title one should post after an…| Mr. Philip's Library
EDIT 3/24: I hate to edit the FINAL prediction post, but the Crawford Awards were announced on 3/23/25 (after Hugo voting closed) and I feel like I have to factor them in because I have in every pr…| Mr. Philip's Library
In this post I’ll detail how I spun up my blog specifically and how you can do the same easily.| sethforprivacy.com
Cookie Consent matters, even when your site is a tidy little static site that only makes one cookie call. The post Cookie Consent on Hugo appeared first on Half-Elf on Tech.| Half-Elf on Tech
Beyond webmention.io and static site integration| Brain Baking
Updating Hugo is hard. Here's what I did to help the upgrade process.| Chris Short
{{ define "main" }}| rossabaker.com
Contact info templates| rossabaker.com
We hook into the heading renderer to generate anchor targets for subheadings.| rossabaker.com
Article info| rossabaker.com
Taxonomy tag cloud| rossabaker.com
{{ define "main" }}| rossabaker.com
Most pages on the site are “single pages”. These are generally the| rossabaker.com
Talks template| rossabaker.com
Header template| rossabaker.com
Footer template| rossabaker.com
Head template| rossabaker.com
Simplify math rendering in Hugo by generating MathML at build time. No more CSS or JavaScript!| rossabaker.com
Resizing images in Hugo is neither obvious nor easy, but it is doable!| Half-Elf on Tech
As of this past weekend I’ve completed migrating this site from WordPress to Hugo. This isn’t the first time I’ve made the switch to Hugo. In 2019 I moved it from WordPress to Hugo only to go back to WordPress in 2020. So why go back to Hugo now? Frankly, because I no longer have to run WordPress for work. When I moved back to WordPress in 2020 I justified it with a lot of rationalization, particularly around content management, but if I’m really honest with myself my reasons then wer...| Chris Wiegman
Describes how to implement Atom feeds in Hugo, an alternative to RSS. Customizes the solution provided by the hugo-atom-feed module.| rossabaker.com
Implements callout blocks with a Hugo shortcode. Discusses issues of semantic markup, styling, and ox-hugo integration.| rossabaker.com
Defines a template for a custom 404 page.| rossabaker.com
When your Hugo site has a lot of images, you have to take additional measures. The post Hugo and a Lot of Images appeared first on Half-Elf on Tech.| Half-Elf on Tech
Let Hugo do the counting of how far along I got into the #100DaysToOffload challenge.| scripter.co
The 2024 Hugo Awards ceremony took place yesterday, August 11th, and the list of winners is now available on the Glasgow Worldcon site. Even more exciting (for me) was the release of the voting sta…| Mr. Philip's Library
So two hyphens (--) don’t become one (–).| OVERHEAD Blog
D2 is declarative language to generate diagrams, it's like mermaid on steroids, it has a cli so it's easy to use. Hugo doesn't support it at the moment of writing this, there is an open issue where the conversation is being done. So in the meantime official support is added we're going to make our own integration. It will have 2 parts: A little HTTP server that receives the d2 code and return a resulting SVG A custom hugo code block render hook A simple HTTP server in go This server only uses...| (ノ°Д°)ノ︵ ┻━┻
[UPDATE: Reactions and commentary on the finalists here!] It’s been a whirlwind year for the Hugo Awards. From the general feeling of unease and speculation all the way back in early 2023, to…| Mr. Philip's Library
[ETA 1/28: Dave has posted his first response in about a week on Facebook:]”For those playing along at home, get your bingo cards out because it’s time to mark the hard-to-fill space. I…| Mr. Philip's Library
Let's find out how to add chart.js to your static website built with Hugo.| kmcd.dev
The following snippet will list your Hugo site pages ordered by last modification date. You simply have to reverse it and limit to your liking. Shortcode themes/YOUR_THEME/layouts/shortcodes/last-edited-pages.html How to use? The post How to list recently edited pages in Hugo appeared first on Ricard Torres dev.| Ricard Torres dev
For static generated sites I'm loving more everyday Hugo. It's speed and zero JavaScript dependency (unlike Gatsby) is just what the doctor ordered. I have a private wiki for my, well, not public notes. The first version was done with WordPress (I even open sourced the theme). It worked okay, nice writing experience, one click […] The post Moving from Docusaurus to Hugo appeared first on Ricard Torres dev.| Ricard Torres dev
(Go)Hugo Generated Text File| The Grumpy Troll
A brief guide on how to install Hugo themes using Hugo Modules.| A Scripter's Notes
In this post, I introduce a little library I created for ox-hugo to| A Scripter's Notes
A Hugo partial to parse all the backlinks to any post from the same| A Scripter's Notes
In my previous post, I talked about how info: Org link export| A Scripter's Notes
Journey of Org links from copying (storing) them, inserting them in| A Scripter's Notes
Use goat code blocks if you have ASCII diagrams with a mix of text| A Scripter's Notes
A custom Hugo shortcode to create cross-references to other posts| A Scripter's Notes
What are Hugo Modules and should you convert your Hugo site to be one?| A Scripter's Notes
Adding sidenotes using a Hugo shortcode and ox-hugo.| A Scripter's Notes
A little cheat sheet to help remember the Go time formatting syntax.| A Scripter's Notes
Follow-up post to my earlier post on octals in Golang – Feedback to| A Scripter's Notes
Someone in the Golang team thought that it would be a good idea to| A Scripter's Notes
Content organization for Hugo posts/articles using Page Bundles.| A Scripter's Notes
Table of Contents| A Scripter's Notes
Outdated post on how to build hugo from source with the latest| A Scripter's Notes
I have been toying with the idea to use hugo as my static web site generator for few weeks now. And then the news of its version 0.17 release are announced, and hugo shows up on Hacker News once again.| A Scripter's Notes
Hugoとは 静的サイトジェネレーター、つまりブログとかのウェブサイトを簡単に生成できるやつ。 Go言語でできています。 とりあえず使ってみようと| 八階ないブログ
初投稿です。 かなり前から「せっかくVPS借りてるしブログも自分とこでやるか〜」って思っていまして、静的サイトジェネレーターとかCMSを探して| 八階ないブログ
There are a number of ways to publish content for a blog, and many people who have moved to static HTML platforms like hugo use a similar flow. In my Blog Migration Series, I went through how the migration process. This post will be about how I actually publish my content, and the flow that I have found that works for me. My tools The tools that I use are:| Technodrone
This is part of a series of posts about how I completed the migration of my blog from Blogger to a self-hosted solution based on AWS S3. Part 1 - Decide on where to host the new blog and which platform I would use Part 2 - Export all the content out of Blogger and new blog design Part 3 - Import all the content into the new blog Part 4 - Fix up all the content issues Part 5 - Redirect all old content to the new site (This post) Post URLs When generating the blog post URL’s for my relocated ...| Technodrone
This is part of a series of posts about how I completed the migration of my blog from Blogger to a self-hosted solution based on AWS S3. Part 1 - Decide on where to host the new blog and which platform I would use Part 2 - Export all the content out of Blogger and new blog design Part 3 - Import all the content into the new blog Part 4 - Fix up all the content issues (This post) Part 5 - Redirect all old content to the new site Welcome to the most tedious part of my migration.| Technodrone
This is part of a series of posts about how I completed the migration of my blog from Blogger to a self-hosted solution based on AWS S3. Part 1 - Decide on where to host the new blog and which platform I would use Part 2 - Export all the content out of Blogger and new blog design Part 3 - Import all the content into the new blog (This post) Part 4 - Fix up all the content issues Part 5 - Redirect all old content to the new site So if you remember from Part #2, the result of the export - was a...| Technodrone
This is part of a series of posts about how I completed the migration of my blog from Blogger to a self-hosted solution based on AWS S3. Part 1 - Decide on where to host the new blog and which platform I would use Part 2 - Export all the content out of Blogger and new blog design (This post) Part 3 - Import all the content into the new blog Part 4 - Fix up all the content issues Part 5 - Redirect all old content to the new site Export content The folks at Hugo have a set of tools that allow y...| Technodrone
This is part of a series of posts about how I completed the migration of my blog from Blogger to a self-hosted solution based on AWS S3. Part 1 - Decide on where to host the new blog and which platform I would use (This post) Part 2 - Export all the content out of Blogger and new blog design Part 3 - Import all the content into the new blog Part 4 - Fix up all the content issues Part 5 - Redirect all old content to the new site Let me first explain why I wanted to move off of Blogger.| Technodrone
It has been a journey, one that took a long time. A journey that took much longer than I had hoped, but now it is time to document how I migrated everything from my previous blog over to its new home. This is going to be a series of smaller posts - I have found that breaking these steps into smaller steps is easier to consume, and understand and easier for me to explain.| Technodrone
Integrating Mastodon into your static blog as an alternative to traditional comment systems.| GeekWare - Daniel Pecos Martínez
⏯️ Insert the Asciinema Player in your Hugo site with ease.| Clément Joly – Open-Source, Rust & SQLite
⏯️ Insert the Asciinema Player in your Hugo site with ease.| Clément Joly – Open-Source, Rust & SQLite
Warning on 2021-06-21: Don’t try this work-around With a pandoc 2.5 installation on Ubuntu 20.04.2 LTS I am not able to get this hack working anymore. My suggestion is to look into some of the better solutions that were later implemented in ox-hugo. Introduction I have written before explaining how you can use org-ref to insert citations into your org mode documents, and then have them export perfectly into PDF documents via LaTeX.| vxlabs