Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.2 KB

README.md

File metadata and controls

55 lines (37 loc) · 2.2 KB

Sveltekit-blog-template

A minimalistic markdown based blog template built with Sveltekit.

Home Post Page
image image

Check out the example here

Comes with

image

  • Markdown Based Content
  • Code syntax highlighting
  • Greate Performance
  • Minimalistic UI
  • SEO Friendly
  • RSS Feed
  • Easy to deploy with Vercel

Getting started

Just clone this repo

git clone [email protected]:K-Sato1995/sveltekit-blog-template.git my-blog
cd my-blog

And run the commands below.

$ npm install
$ npm run dev

External Libraries this template uses

Deploy

SvelteKit projects can now be deployed with zero configuration on Vercel!! Just follow this doc!!

Set VITE_PUBLIC_BASE_PATH when you are deploying the application.

Example