The repository contains two intentionally separate content/ directories:
emergence/
├── content/ export.py's only target; currently .gitkeep only
├── export/
│ ├── manifest.yaml
│ └── export.py
└── site/
└── content/ the actual Quartz site contentNever add public pages to the top-level content/. The export process prunes files that are not allowlisted in export/manifest.yaml, whose entries currently remain empty.
Never edit export/export.py or export/manifest.yaml as part of site presentation work.
See Site maintenance for the rest of the maintenance self-check.