diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index 02305c0..d2902ac 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -1,4 +1,11 @@ [ + { + "title": "Skinny Pug Starter Template", + "repository": "https://github.com/lightning-jar/svelte-typescript-tailwind-pug-starter", + "description": "Sveltekit template with Typescript, Tailwind, Pug, Playwright, EsLint, Prettier", + "category": "SvelteKit", + "tags": ["templates", "typescript"] + }, { "title": "SvelteKit Authentication Example", "repository": "https://github.com/nstuyvesant/sveltekit-auth-example",