diff --git a/src/routes/(marketing)/blog/(posts)/how_we_built_our_saas_website/+page.svelte b/src/routes/(marketing)/blog/(posts)/how_we_built_our_saas_website/+page.svelte new file mode 100644 index 00000000..9e0b93f3 --- /dev/null +++ b/src/routes/(marketing)/blog/(posts)/how_we_built_our_saas_website/+page.svelte @@ -0,0 +1,34 @@ +

How to use this template you to bootstrap your own site.

+ +

+ We've written a detailed blog post about how we took this template, and + created a real SaaS company website. Topics include: +

+ + + +Read the Blog Post + +

+ The blog post is over on criticalmoments.io, a page which uses this boilerplate as a starting point. +

+ +

+ If you're looking for examples of blog posts with rich content rendered inside + this template, checkout the other demo posts here. +

diff --git a/src/routes/(marketing)/blog/posts.ts b/src/routes/(marketing)/blog/posts.ts index 064c93df..eebc3e80 100644 --- a/src/routes/(marketing)/blog/posts.ts +++ b/src/routes/(marketing)/blog/posts.ts @@ -14,6 +14,12 @@ export type BlogPost = { // Update this list with the actual blog post list // Create a page in the "(posts)" directory for each entry const blogPosts: BlogPost[] = [ + { + title: "How we built a beautiful 41kb SaaS website with this template", + description: "How to use this template you to bootstrap your own site.", + link: "/blog/how_we_built_our_saas_website", + date: "2024-03-10", + }, { title: "Example Blog Post 2", description: "Even more example content!",