This directory contains the reference structure for content repositories that use indiestead-platform.
When the platform introduces new configuration files or directories, content repositories need a way to sync these changes. This reference structure serves as the template.
Content repositories run the sync script to copy missing files from this reference structure:
cd platform
npm run sync-structure # Apply changes
npm run sync-structure:dry # Preview changes only
config/ - Configuration file templates (.example suffix)content/ - Content directory structure (.gitkeep files)custom/ - Custom extensions directoryscripts/ - Automation scripts directory.github/workflows/ - GitHub Actions examplesWhen adding new required files to the platform:
.example version to this reference structureSee CONTENT-REPO-SYNC.md for complete documentation on syncing your content repository with platform updates.