From 61a940db5859c984001a82a696acab9addec6e9f Mon Sep 17 00:00:00 2001 From: Kevin Peckham <3825256+kevinpeckham@users.noreply.github.com> Date: Sat, 16 Dec 2023 17:41:31 -0500 Subject: [PATCH] Add Skinny Pug starter template (#334) * Add Skinny Pug starter template I would like to submit my starter template to the templates page. * Update templates.json --------- Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> --- src/routes/templates/templates.json | 7 +++++++ 1 file changed, 7 insertions(+) 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",