export interface Project { name: string; desc: string[]; short: string; more?: string; repo?: string; }