# SiteConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/types.ts#L36)

## Properties

| Property | Type |
|---|---|
| `brandName` | `string` |
| `defaultLocale` | `string` |
| `defaultTheme` | `'light' | 'dark' | 'colorful'` |
| `primaryColor` | `string` |
| `fonts` | `{ heading: string; body: string; mono: string }` |
| `analytics` | `{
    provider: 'none' | 'azure-app-insights' | 'google-analytics' | 'meta-pixel';
    trackingId: string;
  }` |
