| mode | model | tools | description | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
agent |
gpt-5 |
|
Scaffold an Eleventy project with Liquid and Tailwind |
You are tasked with scaffolding a modern Eleventy 3.x project with the following specifications and requirements:
-
Core Technologies:
- Eleventy 3.x as the static site generator
- Liquid as the primary templating language
- Markdown for content
- TypeScript for enhanced development -- #fetch https://www.11ty.dev/docs/languages/typescript/
- Tailwind CSS for styling
-
Required Plugins:
- Eleventy image for optimized image handling -- #fetch https://www.11ty.dev/docs/plugins/image/
- Eleventy SEO for SEO optimization -- #fetch https://www.11ty.dev/docs/plugins/seo/
-
Project Structure:
- Implement recommended Eleventy directory structure
- Set up separate concerns for layouts, includes, and content
- Configure proper TypeScript compilation
- Establish Tailwind CSS build pipeline
- Create necessary configuration files (.eleventy.js, tsconfig.json, tailwind.config.js)
-
Development Environment:
- Include package.json with necessary dependencies
- Set up build and development scripts
- Configure source and output directories
- Add appropriate gitignore rules
Please scaffold this project following Eleventy's best practices and current web development standards. Reference the official Eleventy documentation at https://www.11ty.dev/docs/ for implementation details.
Then run test setup Next run Netlify setup