Simple portfolio website made in svelteKit
SvelteKit-Portfolio is a personal portfolio website built using SvelteKit, a framework for building web applications with Svelte. The website showcases a modern and minimal UI design with sections for Home, Projects, About, and Blog. The blog section is powered by the DEV.TO API, although it is still a work in progress. The website is fully responsive and optimized for performances and SEO. It can be easily deployed on Netlify.
To add a new route (page) to the website, follow these steps:
src\lib\NavRoutes.js file.routes array. Each route should have an object with the necessary information.routes folder with the same name as the route. For example, if you added a route named “about”, create a file named about.svelte in the routes folder.To deploy the website on Netlify, follow these steps:
SvelteKit-Portfolio is a personal portfolio website built using SvelteKit, featuring a modern UI design, dedicated sections for Home, Projects, About, and Blog, and optimized performances and SEO. The website can be easily customized by adding new routes, and it can be quickly deployed on Netlify for smooth website hosting. Although the blog section is still a work in progress, the website provides a visually appealing showcase of the owner’s personal portfolio.