Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free Bulma-based portfolio template from Themefisher with Gulp build workflow for creating personal portfolio websites.
Kross is a free, open-source portfolio website template from Themefisher, built on the Bulma CSS framework, that lets you publish a personal portfolio site with nothing more than static HTML, CSS, and an optional Gulp build pipeline.
Kross is a portfolio website template created and maintained by Themefisher, distributed as an open-source project on GitHub. It provides a set of prebuilt HTML and CSS files inside a theme folder; you either edit those files directly and open index.html in your browser, or use the included Gulp workflow to run a local development server with live reload. The template code is released under the MIT license, and the current version carries a copyright from 2016 to the present.
npm run dev starts a local server with live reload, and npm run build compiles your edits into a theme folder ready for production.npm run build and upload the theme folder to your web host.Download the source from GitHub, then choose the basic path (edit the theme folder and open index.html) or the advanced path (install Node.js and Gulp, run npm install, then npm run dev for a live-reloading preview). When you are finished, npm run build outputs the final theme folder with all customizations applied.