From d58c8ecbee37f8397a14d89732059a9c5ad8bd5c Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Sat, 16 Dec 2023 13:12:56 +0700 Subject: [PATCH] Added Vontigo (#415) * Added Vontigo * 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 4b6a467..d156a92 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -672,6 +672,13 @@ "category": "Svelte", "tags": ["storybook", "typescript"] }, + { + "title": "Vontigo", + "repository": "https://github.com/Vontigo/Vontigo", + "description": "🛸 Vontigo is an open-source CMS built with SvelteKit, featuring 🤖 AI-powered (ChatGPT) content generation. With fast page loads and seamless routing, Vontigo offers a user-friendly interface with customizable themes and templates.", + "category": "SvelteKit", + "tags": ["blog", "templates", "typescript", "components and libraries", "component sets"] + }, { "title": "svelte-pilot-template", "repository": "https://github.com/svelte-pilot/svelte-pilot-template",