How to Host a Svelte Blog

April 08, 2024, by Auzi Abbruzzesi

Introduction

Choose a Svelte template, such as the one used to make this website -- https://github.com/K-Sato1995/sveltekit-blog-template

Svelte

npm install
npm run dev

Hosting

Cloudflare Pages -- point to your github repo, make sure the root directory is correct
Configure nameservers for your domain and add a CNAME record to point to your cloudflare pages site

Other stuff

Zero Trust