Hugo
A Small Checklist for Shipping Technical Notes
A publishing checklist should be short enough to use every time. Mine asks five questions.
- Does the opening state the problem without requiring a page of background?
- Do commands and code samples still run?
- Do external claims link to the original source?
- Does every informative image have useful alternative text?
- Does the production build complete without warnings?
For a Hugo site, the final check can remain pleasantly boring:
hugo --panicOnWarning --minifyPreview the generated site at both narrow and wide viewport sizes. Long titles, tables, code blocks, and navigation labels expose layout assumptions faster than placeholder text ever will.
The purpose of the checklist is not ceremony. It is to move recurring mistakes out of memory and into a process that remains reliable on a busy day.
