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
Online radio streaming with MPV from terminal
Lua performance in different environments
Drawing Pixels in Plan9plan9
Easy measure time took in a bash script
Set color temperature of displays on i3
Push to multiple origins at once in Git
Edsger W. Dijkstra Manuscripts ebook
Install Plan9port on Linuxplan9
Parse RSS feeds with Lua
Embedding resources into binary with Cc
60's IBM Computers Commercial
Convert all MKV files into other formats
Using ffmpeg to combine videos side by side
Display xterm color palette
Change permissions of matching files recursively