Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Bulma-based HTML template from Themefisher for building documentation or portfolio sites, with optional Gulp build workflow.
godocs-bulma is a free static HTML template for building documentation websites, created by Themefisher and styled with the Bulma CSS framework. It ships with simple HTML and CSS files that you can edit directly, plus an optional Gulp-based workflow for live reload and production builds.
godocs-bulma is a free HTML template by Themefisher designed for documentation sites, and it also works as a portfolio template. It takes a set of HTML and CSS files in a theme folder and outputs a static website you can host anywhere. You can edit the source files directly and open index.html in a browser for instant preview, or use the included package.json scripts to run a local development server with Gulp.
theme folder and open index.html; no build step is required for basic use.npm run dev starts a local server with live reload, and npm run build creates a production-ready theme folder with your changes.npm run build outputs a static theme folder that can be deployed directly as the main site.After downloading the template from GitHub, you can either open the theme folder and edit files directly, or use the advanced workflow: install Node.js and Gulp globally, run npm install, then npm run dev to preview with live reload. When done, npm run build generates the final static folder.
Yes, the template is free to download and use. The code is released under the MIT license, so you can use it in personal and commercial projects without paying.
You need Node.js installed on your machine and Gulp installed globally via npm install --global gulp-cli. Then you run npm install in the project folder and npm run dev to start the preview server.
The images included in the demo are for demonstration purposes only. They are not covered by the MIT license, and Themefisher does not have permission to share them, so you should replace them with your own images.
No, for basic usage you can simply open index.html in your browser after editing the HTML and CSS files in the theme folder. Node.js and Gulp are only needed for the advanced local development workflow.