From 6a7b11b29f1673296498fca4744049824a21acd3 Mon Sep 17 00:00:00 2001 From: Dongsheng Zhao <41723543+Blackman99@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:55:08 +0800 Subject: [PATCH 1/4] Add sveltepress --- src/routes/templates/templates.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index e8fc6bfab..6a2be34d1 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -897,5 +897,18 @@ "category": "Svelte", "tags": ["storybook", "typescript"], "stars": 0 + }, + { + "title": "Sveltepress", + "url": "https://github.com/SveltePress/sveltepress", + "description": "A markdown centered site build tool with full power of sveltekit.", + "npm": "@sveltepress", + "addedOn": "2023-02-24", + "category": "SvelteKit", + "tags": [ + "markdown", + "integrations" + ], + "stars": 32 } ] From 534c9da9f9bb83f158189ff2e021963405c8e151 Mon Sep 17 00:00:00 2001 From: Dongsheng Zhao <41723543+Blackman99@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:58:31 +0800 Subject: [PATCH 2/4] Update templates.json --- src/routes/templates/templates.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index 6a2be34d1..6ee256ad2 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -905,10 +905,7 @@ "npm": "@sveltepress", "addedOn": "2023-02-24", "category": "SvelteKit", - "tags": [ - "markdown", - "integrations" - ], + "tags": ["markdown", "integrations"], "stars": 32 } ] From c279b43020fd96f25d3e79b552af898fb7dbaa47 Mon Sep 17 00:00:00 2001 From: Dongsheng Zhao <41723543+Blackman99@users.noreply.github.com> Date: Sun, 26 Feb 2023 21:37:26 +0800 Subject: [PATCH 3/4] update stars --- src/routes/templates/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index 6ee256ad2..03c2d1b88 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -906,6 +906,6 @@ "addedOn": "2023-02-24", "category": "SvelteKit", "tags": ["markdown", "integrations"], - "stars": 32 + "stars": 33 } ] From 6e137b1e92338d64e8d0504c7cf4a205c4d8c7ba Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 16 Dec 2023 18:05:48 +1100 Subject: [PATCH 4/4] Update templates.json --- src/routes/templates/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index 027248e5b..fd4b88387 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -681,7 +681,7 @@ }, { "title": "Sveltepress", - "url": "https://sveltepress.site/", + "url": "https://sveltepress.site/", "repository": "https://github.com/SveltePress/sveltepress", "description": "A markdown centered site build tool with full power of sveltekit.", "npm": "@sveltepress/create",