Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharu725/hagura-sveltekit
A minimal markdown blog template built using SvelteKit
https://github.com/sharu725/hagura-sveltekit
mdsvex svelte sveltejs sveltekit sveltekit-template
Last synced: about 2 months ago
JSON representation
A minimal markdown blog template built using SvelteKit
- Host: GitHub
- URL: https://github.com/sharu725/hagura-sveltekit
- Owner: sharu725
- Created: 2021-05-30T05:55:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T06:52:41.000Z (over 2 years ago)
- Last Synced: 2024-10-12T19:29:27.796Z (2 months ago)
- Topics: mdsvex, svelte, sveltejs, sveltekit, sveltekit-template
- Language: Svelte
- Homepage: https://hagura.sveltethemes.dev
- Size: 317 KB
- Stars: 64
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[![](https://img.shields.io/badge/featured%20on-ST-brightgreen)](https://sveltethemes.dev)
# Hagura SvelteKitThis is a port of [Hagura Jekyll Theme](https://webjeda.com/hagura/).
A simple blog with pagination and highly legible layout. It uses TailwindCSS for styles. It processess `.md`(markdown) posts into HTML using [mdsvex](https://mdsvex.com/).
**Demo:** [https://hagura.sveltethemes.dev/](https://hagura.sveltethemes.dev/)
## Features
- Markdown blog posts
- Pagination using [svelte-paginate](https://www.npmjs.com/package/svelte-paginate)
- Supports svelte components in markdown files
- Open-Props styles
- Basic SEO
- Vercel adapter(change as per your requirement)## Installation
Run the following commands.
`git clone https://github.com/sharu725/hagura-sveltekit`
`npm install`
`npm run dev` for development.
`npm run build` for production.
## Contribute
The app is still in development. Any contribution to improve it is appreciated.