Hugo Modules: Importing a Theme
A brief guide on how to install Hugo themes using Hugo Modules.
A brief guide on how to install Hugo themes using Hugo Modules.
In this post, I introduce a little library I created for ox-hugo
to
have a robust mechanism for generating TOML from any Lisp expression.
A Hugo partial to parse all the backlinks to any post from the same Hugo-generated website.
In my previous post, I talked about how info:
Org link export
support got added to ox-hugo
. This post is about making those
exported links a tiny 🤏 bit better.
Journey of Org links from copying (storing) them, inserting them in
Org documents and exporting them. The focus of this post is on the
info:
type Org links, but the same concept would apply to any Org
link type.
Use goat
code blocks if you have ASCII diagrams with a mix of text
and box drawing characters.
A custom Hugo shortcode to create cross-references to other posts using their title strings.
What are Hugo Modules and should you convert your Hugo site to be one?
Let Hugo do the counting of how far along I got into the #100DaysToOffload challenge.
Adding sidenotes using a Hugo shortcode and ox-hugo.
A little cheat sheet to help remember the Go time formatting syntax.
Follow-up post to my earlier post on octals in Golang – Feedback to reactions that varied from ridicule to helpfulness to empathy.
Someone in the Golang team thought that it would be a good idea to consider all numbers (represented as strings) starting with “0” as Octals.. so “010” is actually 8.. Really?
Content organization for Hugo posts/articles using Page Bundles.
Outdated post on how to build hugo
from source with the latest
commit from the goorgeous package.
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.