What problem does it solve?
This Skill addresses the complexity of building and customizing EmDash CMS sites on the Astro platform, streamlining the process and ensuring a seamless integration of EmDash's features.
Core Features & Use Cases
- EmDash Integration: Offers a comprehensive guide for setting up and configuring EmDash CMS with Astro.
- Schema Design: Provides detailed instructions on designing schemas and seeds for EmDash content.
- Page Construction: Covers techniques for querying and rendering content, including Portable Text and Image components.
- Site Features: Walks through implementing site features like settings, menus, taxonomies, and widget areas.
- Seed File Creation: Includes guidance on creating and validating seed files for content population.
- Quick Start: Offers immediate steps to start a new EmDash site, from project configuration to deployment.
Quick Start
Run the following commands to start a new EmDash site and configure it with your custom schema and content:
npm create emdash@latest
npx emdash seed seed/seed.json --validate
npx emdash dev