Release EdgeKit 2.0 Released

Development

Local development workflow, project structure, and conventions.

Project structure

_data/         Data files (navigation, projects, products…)
_includes/     Reusable components
_layouts/      Page layouts
_services/     Services collection
_docs/         Documentation collection
assets/        CSS, JS, images

Live reload

bundle exec jekyll serve --livereload

Conventions

  • Keep components small and data-driven
  • Use semantic HTML and existing design tokens
  • Respect prefers-reduced-motion for any new animation

Continue to Deployment when you’re ready to ship.