A minimalistic markdown based blog template built with Sveltekit.
Home | Post Page |
---|---|
Check out the example here
- Markdown Based Content
- Code syntax highlighting
- Greate Performance
- Minimalistic UI
- SEO Friendly
- RSS Feed
- Easy to deploy with Vercel
Just clone this repo
git clone git@github.com:K-Sato1995/sveltekit-blog-template.git my-blog
cd my-blog
And run the commands below.
$ npm install
$ npm run dev
- remarkable: Markdown Parser
- highlightjs: Syntax highlighting
- fetcha: Date Formatting
- md-to-json-converter: Markdown to JSON converter
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.