Yuyutsu Sveltekit Theme
A minimal Sveltekit markdown theme designed for blogs and documentation sites.
Key features:
- Minimal layout with a sidebar.
- Markdown blog posts and pages with layout support.
- Categorize blog posts.
- Basic search engine optimization.
- Ready to host on Vercel.
Usage:
- Fork the repo.
- Run
npm install
to install all the dependencies. - Run
npm run dev
to start a dev server. - Run
npm run build
to build the production site. - The theme uses
@sveltejs/adapter-vercel
but you can change it if you're using a different platform to host the site.