A sleek portfolio & blog template built with SvelteKit and TailwindCSS. Easy to customize, with Markdown support and responsive design. Perfect for developers, students, and creators looking to shine online! π
- SvelteKit Framework: Powerful reactive components
- TailwindCSS: Easy styling and customization
- Markdown Blog Support: Integrated MDsveX for smooth Markdown rendering
- Catppuccin Color Scheme: Beautiful, customizable color palette π¨
- Responsive Design: Looks great on all devices π±π»
- Easy Customization: Most content editable in a single TypeScript file
- Code Syntax Highlighting: Shiki for attractive code blocks π»β¨
- SEO Friendly: Optimized for search engines π
- Fast Performance: Quick loading and smooth interactions β‘
- Clone the repository
- Install dependencies with
npm install
(oryarn
,pnpm
,bun
) - Run the development server with
npm run dev
- Start customizing and make it yours! π
For detailed instructions on customization and deployment, check out:
https://aarsh.vercel.app/use-this-template
- Edit
src/lib/profileDetails.ts
to update your personal information - Edit
tailwind.config.js
to change colors to your liking. - Modify theme in
svelte.config.js
to change code highlighting style - Add your own blog posts in the
src/posts/
directory
NOTE: make sure you follow this format for markdown posts.
---
title: How do I use this template ?
description: In this world it is important to have a portfolio and a blog whether you're student , working employee or retired superhuman.
date: '2024-07-30'
categories:
- template
- Open Source
- svelte
published: true
---
Want to help make this template even better? Here's how:
- Fork the repository
- Create a new branch (
git checkout -b feature/CoolNewFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some CoolNewFeature'
) - Push to the branch (
git push origin feature/CoolNewFeature
) - Open a Pull Request
Please ensure your PR description clearly explains the changes and motivations. We appreciate your contributions! π
Distributed under the MIT License. See LICENSE
for more information.
Aarsh Padia - @bukubukufps - [email protected]
Project Link: https://github.com/aarsh21/catppuccin-folio
- SvelteKit
- TailwindCSS
- MDsveX
- Catppuccin
- Shiki
If this template helps you create an awesome portfolio, consider giving it a star! β It means a lot to us!