A blog template built with SvelteKit, MDsveX, and Tailwind CSS. Write posts in Markdown with full Svelte component support.
git clone https://github.com/loke-dev/sveltekit-mdsvex-blog-template my-blog
cd my-blog
pnpm install
pnpm dev
Visit http://localhost:5173 to see your site.
Create .svx files in src/posts/:
---
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.sveltesrc/routes/+page.sveltepnpm test # Unit tests
pnpm test:e2e # End-to-end tests
pnpm test:coverage # Coverage report
Works on any platform that supports SvelteKit.
MIT