A modern, fast, and SEO-friendly blog template built with SvelteKit, MDSvex, and TailwindCSS. Perfect for developers, writers, and creators looking to build a personal website with a blog.
npm install
# or
pnpm install
# or
yarn install
npm run dev
# or
npm run dev -- --open
src/variables.ts
with your personal informationsrc/routes/+layout.svelte
src/routes/+page.svelte
src/posts/
Create new .svx
files in the src/posts/
directory. Each post should include frontmatter:
---
title: Your Post Title
description: A brief description of your post
date: 2023-06-15
published: true
tag: svelte
---
Your content here...
# Run unit tests
npm run test
# Run tests in watch mode
npm run test:watch
# Run tests with coverage
npm run test:coverage
# Run end-to-end tests
npm run test:e2e
npm run build
Preview the production build:
npm run preview
This template is optimized for deployment on Vercel, but can be deployed on any platform that supports SvelteKit.
MIT
Created with โค๏ธ by the SvelteKit community. Based on the original work by Loke.