Skip to content

codehub-kirans/sveltekit-kirans

Repository files navigation

Kiran S

This is my personal website built with HTML, CSS(SASS), Javascript and SvelteKit!

Code is open-sourced - so feel free to fork and customize for your own content!

Uses

  • ⚡️ Super fast static site generation with hydration. Every route is compiled down to static HTML and routed with (optional) JavaScript, thanks to the SvelteKit static adapter (pre-installed)
  • 📦 Zero-config preloading for automatic, fast background preloading of all top-level pages
  • ✍️ Markdown support (with my own posts)
    • 📑 Pagination included (can customize posts per page)
    • Category pages included
    • 💬 Posts JSON API
  • 💅 Sass pre-installed and configured
  • 📝 mdsvex pre-installed--use Svelte components inside Markdown!
    • 🔗 Rehype plugins are included to generate unique heading IDs, for direct linking
  • 📱 Responsive and accessible defaults; includes a "skip to content" link and accessible mobile nav menu
  • 🔄 Page transitions (fancy!)
  • 🔎 Basic SEO for blog posts
  • 📰 RSS feed set up and ready to go (though it could also likely benefit from some optimization)