export type Site = { TITLE: string DESCRIPTION: string EMAIL: string NUM_POSTS_ON_HOMEPAGE: number SITEURL: string }