Cache busting in Hugo

note, May 1, 2023, on Mitja Felicijan's blog

\{\{ $cachebuster := delimit (shuffle (split (md5 "6fab11c6669976d759d2992eff1dd5be") "" )) "" \}\}

<link rel="stylesheet" href="/style.css?v=\{\{ $cachebuster \}\}">

This 6fab11c6669976d759d2992eff1dd5be can be random string you generate use. You can use whatever you want.

Other notes

DateTitle
Add lazy loading of images in Jekyll posts
Change permissions of matching files recursively
Drawing Pixels in Plan9plan9
Online radio streaming with MPV from terminal
Take a screenshot in Plan9plan9
Compile drawterm on Fedora 38plan9
Using ffmpeg to combine videos side by side
Parse RSS feeds with Lua
Previews how man page written in Troff will look like
Simple presentations with Markdown
Download list of YouTube files
#cat-v on weechat configuration
Embedding resources into binary with Cc
Write ISO to USB Key
Change Alt key to Win key under Xfce4