Vercel-like style portfolio template for developers.
Overview:
The Slick Portfolio with Svelte is a portfolio template designed for developers. It is inspired by the style of Vercel, offering a modern and sleek design. The template provides the flexibility for users to customize it according to their needs. It includes features such as updating data, custom styling, and customizing the tab’s icon. However, users should be aware of known issues related to Node version compatibility.
Features:
- Customizable Data: Users can update the template’s src/lib/params.ts file with their own data, allowing them to personalize the content of their portfolio.
- Custom Styling: The src/lib/index.scss file can be modified by users to apply custom styles to the portfolio template, ensuring it matches their desired aesthetic.
- Tab Icon Customization: Users have the ability to replace the default tab icon by updating the static/favicon.ico file, enabling them to add their own unique branding to the portfolio.
Installation:
To use the Slick Portfolio with Svelte template, follow these steps:
- Update the src/lib/params.ts file with your own data.
- Modify the src/lib/index.scss file to apply custom styles.
- Customize the tab’s icon by replacing the default static/favicon.ico file with your preferred icon.
- Explore and adapt the template to suit your specific requirements by making additional changes as desired.
- Before deploying to GitHub Pages, ensure that you have changed the “base” parameter in the svelte.config.js file.
- Make sure to allow GitHub Pages in your repository settings to enable smooth deployment.
- Take note that Svelte no longer supports Node version 14, so it is suggested to use a newer version to avoid compatibility issues.
Summary:
The Slick Portfolio with Svelte is a portfolio template designed for developers, offering a modern and stylish design inspired by Vercel. With its customizable data, styling options, and tab icon customization, users have the flexibility to personalize and adapt the template to match their unique requirements. However, users should be aware of the known issue related to Svelte’s compatibility with Node version 14 and are advised to use a newer version of Node to prevent any potential conflicts.