How to Install a Specific Version of a Homebrew Package with brew extract

Use brew extract to install a specific version of a homebrew package.

Proxying GoatCounter Requests for a Hugo Blog on CloudFront to bypass Ad Blockers

Using CloudFront to proxy requests to GoatCounter so that adblockers don’t block page views.

2026-04-09 ·  · 5 min · 919 words
Proper Hugo Template Syntax Highlighting with go-html-template

Improve Hugo template code highlighting using go-html-template Markdown code blocks.

2025-08-03 ·  · 2 min · 330 words
A Trick To Remove Unwanted Whitespace After Links in Hugo

Use this template syntax to remove unwanted whitespace after links in Hugo.

2025-07-11 ·  · 4 min · 642 words
Remove Unnecessary Hugo Meta Tag to Keep HTML Lean

Remove an unnecessary and auto-generated Hugo meta tag by setting disableHugoGeneratorInject to true.

2025-06-15 ·  · 1 min · 126 words
How to Generate and Format the Current Date and Time in Hugo with dateFormat

Several examples of dateFormat including date only, date + 12-hour time, date + 24-hour time, date + timezone, and date + UTC offset.