Web development blog sharing insights, patterns, and practical solutions from the field.
Live site: https://84em.dev
# Development server
hugo server -D
# Build for production
hugoPosts with images use page bundles for automatic responsive image generation:
content/posts/my-post/
├── index.md # Post content
├── image1.jpg # Images in same folder
└── image2.png
Reference images with relative paths:
Hugo automatically generates srcset with multiple sizes, converts to WebP, and adds width/height.
Built with Hugo. Minimal JavaScript, no frameworks. Self-hosted Inter font, single CSS file, WCAG 2.2 AA accessible.
By Andrew Miller.
MIT License. See LICENSE for details.