AGENTS.md

This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.

Project Overview

Studio Ember marketing website — a static site built with Eleventy (11ty) v4 alpha and Tailwind CSS v4. Content is authored in Markdown with Nunjucks templating. No client-side framework; interactivity is vanilla JS.

Commands

No test suite or linter is configured.

Architecture

Content & Routing

Blog Images

Templates

Styling

Configuration

Deployment

GitHub Actions (.github/workflows/gh-pages.yml) deploys on push to main. Note: the workflow currently references Hugo and needs updating to use Eleventy.