Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Modern Portfolio Template for Developers with easy setup process documented(with hosting).

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
DevFolio is a free, open-source one-page developer portfolio template built with plain HTML, SCSS, and JavaScript that you can set up and deploy to GitHub Pages without installing Node.js or any package managers.
DevFolio is a single-page portfolio template created by Anil Seervi, distributed under the MIT License. It takes your personal information, project descriptions, and social links as inputs and produces a fully responsive, SEO-optimized portfolio website. The template relies on vanilla HTML5 and CSS3 compiled from SCSS, plus the ScrollReveal.js and Tilt.js libraries, and it is designed to run anywhere static HTML is hosted, with GitHub Pages deployment documented step by step.
index.html file with six clearly commented sections.$primary-color and $secondary-color) in style/base/_variables.scss, so you can create a custom gradient without touching CSS.Clone the repository, remove the origin remote, and delete the .github folder. Open the project in VSCode, start the Live Sass Compiler to watch your .scss files, and launch Live Preview to see the site at http://127.0.0.1:3000/. Then edit index.html section by section and adjust the two color variables in the _variables.scss file.
DevFolio is free and open source under the MIT License. You can use it for personal or commercial projects without paying a license fee.
Yes, DevFolio is released under the MIT License, so you can use, modify, and distribute it freely.
No. The template is designed for people who don't know Node.js and packages. You only need VSCode, Git, and two extensions: Live Preview and Live Sass Compiler.
The README explains pushing your repository to GitHub and enabling GitHub Pages from the master branch; your site will be live at https://username.github.io/repoName/.
Edit the $primary-color and $secondary-color variables in style/base/_variables.scss, save the file, and Live Sass Compiler will recompile the CSS.
