A blazing fast, modern blog template built with SvelteKit, MDSvex, and TailwindCSS. Perfect for developers, writers, and creators who want a performant, SEO-friendly personal website with a built-in blog.
git clone <your-repo-url>
cd <your-repo-name>
pnpm install
Start the development server:
pnpm dev
Visit http://localhost:5173
to see your site.
Create new .svx
files in src/posts/
with this frontmatter:
---
title: Your Post Title
description: A brief description of your post
date: 2023-06-15
published: true
tag: svelte
---
Your content here...
src/variables.ts
with your informationsrc/routes/+layout.svelte
src/routes/+page.svelte
pnpm test # Run unit tests
pnpm test:watch # Run tests in watch mode
pnpm test:coverage # Run tests with coverage
pnpm test:e2e # Run end-to-end tests
Build for production:
pnpm build
Preview the production build:
pnpm preview
This template is optimized for deployment on Vercel and will work out of the box. It's also compatible with any platform that supports SvelteKit.
MIT
Created by Loke and the SvelteKit community.