Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 821 Bytes

File metadata and controls

38 lines (24 loc) · 821 Bytes

11ty-dotcom

Netlify Status

Personal site built with Eleventy (11ty) and Tailwind CSS.

Requirements

  • Bun (used for scripts and dependency management)

Setup

bun install

Development

bun start

Runs Eleventy in serve mode and Tailwind in watch mode.

Build

bun run build

Generates the production site into _site/.

Notes

  • Source files live in src/; templates are in src/_includes/.
  • Posts are Markdown files in src/posts/ with front matter.
  • Images are optimized via the Eleventy image shortcode.
  • Deployments run on Netlify and are already set up to build and publish on pushes to master.