A minimal markdown blog template built using SvelteKit
Hagura SvelteKit is a port of the Hagura Jekyll Theme. It is a simple blog theme with pagination and a highly legible layout. The theme utilizes TailwindCSS for styling and processes markdown (.md) posts into HTML using mdsvex.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.