Agent Entrypoints
This file lists the highest-value files and commands to read first when working on this repo.
Config
- _config.yml
- _config.local.yml
- Gemfile
- Gemfile.lock
Layouts
Key includes (structure and content)
- _includes/site-nav.html
- _includes/hero.html
- _includes/audiences.html
- _includes/therapists.html
- _includes/approaches.html
- _includes/contact.html
- _includes/footer.html
- _includes/seo.html
Data (primary content)
- _data/gr/cove/
- _data/en/cove/
- _data/gr/cove/site_nav.yml
- _data/gr/cove/hero.yml
- _data/gr/cove/audiences.yml
- _data/gr/cove/therapists_section.yml
- _data/gr/cove/approaches_section.yml
- _data/gr/cove/therapists/
- _data/gr/cove/approaches/
- _data/gr/cove/contact.yml
- _data/gr/cove/footer.yml
Styles
- assets/css/base.css
- assets/css/layout.css
- assets/css/modules.css
- assets/css/therapy-cove.css (imports the three files above)
Scripts
- assets/js/approaches-tabs.js
Build / Dev commands
- PowerShell (Windows):
pwsh ./scripts/dev.ps1
- Jekyll (manual):
bundle exec jekyll serve --config _config.yml,_config.local.yml
- CSS bundle:
npm run build:css
- Git hooks (Husky):
npm install (runs prepare)