Skip to content

84emllc/84emai

Repository files navigation

84EM.AI

Personal AI resource site sharing workflows, discoveries, tool reviews, and practical applications.

Live site: https://84em.ai

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.

See AGENTS.md for full documentation.

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.ai — AI workflows, tool reviews, and practical applications.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published