Relatively basic SvelteKit blog-style website with no database, for easy JAM stack deployment. The goal of this project was to play with Svelte.
This project was originally a clone of https://hagura.sveltethemes.dev/ so I could bootstrap something that could read markdown posts, but since then has seen some expansion.
- Image viewer
- Typescript + eslint + prettier
- Markdown blog posts
- Pagination using svelte-paginate
- Supports svelte components in markdown files
- TailwindCSS styles
- Basic SEO
- Netlify adapter(change for your requirement)
- Clone directory, and
cd
into the root level of it npm install
npm run dev
for development server- see it in action on
localhost:3001
See scripts
section in package.json
for others