Skip to content

Add src folder structure for all page sections#1

Open
stefan-burke wants to merge 1 commit intomainfrom
claude/organize-app-structure-JBEdA
Open

Add src folder structure for all page sections#1
stefan-burke wants to merge 1 commit intomainfrom
claude/organize-app-structure-JBEdA

Conversation

@stefan-burke
Copy link
Copy Markdown
Member

Summary

  • Creates a src/ directory tree mirroring every section in the site navigation
  • Adds Eleventy conventions: _data/, _includes/layouts/, _includes/components/, and assets/css|js|images
  • Includes sub-folders for existing nested routes (menus: brunch/dinner/lunch; locations: fulchester/royston-vasey/springfield; guide: advanced-topics/getting-started)
  • Each folder has a .gitkeep so it's tracked before content is added

Test plan

  • Verify all expected folders exist under src/
  • Drop a new page file into the relevant folder and confirm the site builds correctly

https://claude.ai/code/session_019dBRufC4KTcMjE9Rs1ke1r


Generated by Claude Code

Mirrors the navigation from the site: products, categories, events,
news, menus (brunch/dinner/lunch), locations (3 cities), properties,
reviews, contact, team, guide, videos, search, and instructions.
Includes _data, _includes/layouts, _includes/components, and assets
(css/js/images) for Eleventy conventions.

https://claude.ai/code/session_019dBRufC4KTcMjE9Rs1ke1r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants