Example Module

Atomic workflow demonstration

This is the Example module - it shows the atomic workflow for adding features:

Steps to Create a New Module

  1. Define collection schema in /src/content/config.ts

[!IMPORTANT] In dev mode, the service must be restarted after editing this file

  1. Create content folder /src/content/your-module/
  2. Create section component /src/sections/YourModuleSection.astro
  3. Create page /src/pages/your-module.astro
  4. Add example content .md file
  5. (Optional) Create layout override CSS

That’s it! This example module follows that exact pattern.