Content Management
Content Management
The TEEI main website is built with Astro and deployed to Cloudflare Pages. Content is managed through Markdown/MDX files in the source repository.
Content Types
| Type | Location | Who Updates |
|---|---|---|
| Programme pages | src/pages/ | Content manager |
| Blog posts | src/content/blog/ | Content manager |
| Landing pages | src/pages/ | Ops manager directs, content manager builds |
| ABM pages | src/pages/for/ | Ops manager directs |
Blog Hubs
The website has 7 content marketing hubs:
- Corporate Social Responsibility
- Employee Volunteering
- Ukrainian Refugees Support
- Women in Tech
- ESG and CSRD Reporting
- Language Learning
- Skills Development
Writing Guidelines
All website copy must follow TEEI writing constraints:
- No “empower” or variants
- No pity language
- No NGO cliches
- Canonical impact numbers only
- Agency-first framing
- No em dashes
- Person-first narrative
Deployment
Changes are deployed via Cloudflare Pages CI/CD. The main branch deploys to production automatically after passing build checks.