Skip to content

84emllc/84emdev

Repository files navigation

84EM.DEV

Web development blog sharing insights, patterns, and practical solutions from the field.

Live site: https://84em.dev

Quick Start

# Development server
hugo server -D

# Build for production
hugo

Creating Posts

Posts 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:

![Alt text](image1.jpg)

Hugo automatically generates srcset with multiple sizes, converts to WebP, and adds width/height.

About

Built with Hugo. Minimal JavaScript, no frameworks. Self-hosted Inter font, single CSS file, WCAG 2.2 AA accessible.

By Andrew Miller.

License

MIT License. See LICENSE for details.

About

Hugo source for 84em.dev — WordPress and web development insights.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published