astro/packages/create-astro/src/templates.ts

16 lines
295 B
TypeScript
Raw Normal View History

export const TEMPLATES = [,
{
title: 'Starter Kit (Generic)',
value: 'starter'
}, {
title: 'Blog',
value: 'blog'
},
{
title: 'Documentation',
value: 'docs'
},
{
title: 'Portfolio',
value: 'portfolio'
}];