Skip to content

ItzaMi/sveltekit-markdown-blog-starter

Repository files navigation

SvelteKit Markdown Blog Starter

Welcome to this SvelteKit Markdown blog starter!

With it, you get the barebones for you to create your own blog website using Svelte and Markdown (powered by powered by mdsvex) 🎉

How can I create a blog entry?

You can easily create any blog post by creating a new entry inside src/blog with the .svx extension. The best part of it? It's not just regular Markdown, it's MDX! So you'll be able to import any component that you create!

How do I change the theme for my code blocks?

See the __layout.svelte inside src/blog? There's you'll find a script tag importing a PrismJS theme (which is handled by the prism-themes dependency). You can change the theme by simply changing for the name of another theme! 😄

What to do if I have any further questions?

If you're stuck with anything, please create an issue here or you can contact me directly via Twitter!

Have fun! 🤘

About

A barebones repo for anyone wanting to create a blog using SvelteKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published