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

20 lines
261 B
TypeScript
Raw Normal View History

2021-06-08 15:12:07 +00:00
export const TEMPLATES = [
,
{
title: 'Starter Kit (Generic)',
value: 'starter',
},
{
title: 'Blog',
value: 'blog',
},
{
title: 'Documentation',
value: 'docs',
},
{
title: 'Portfolio',
value: 'portfolio',
},
];