Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Hugo port of the Start Bootstrap Business Frontpage template for small business websites.

Free Bootstrap 5 HTML5 multipage website template for renewable energy companies, including 10 pages, hero header, and Google Maps.

Free single-page responsive Bootstrap 3 website template for small businesses, with slider, portfolio, pricing tables, and contact sections.

Free Bootstrap 4 HTML5 business website template with hero header, sticky nav, portfolio grid, testimonials, and a working contact form.

Free responsive Bootstrap 5 gardening website template with 10 HTML pages, fun fact counters, and geolocation for landscaping businesses.
Hugo Business Frontpage Theme is a Hugo static-site theme that ports the Start Bootstrap Business Frontpage HTML starter into a small-business homepage with a fixed navbar, full-width image header, call-to-action boxes, and three-column marketing sections.
Hugo Business Frontpage Theme is a theme for the Hugo static site generator, ported from the Start Bootstrap Business Frontpage template. It takes a Hugo site configured through config.toml — including site name, navigation menu, header image, and marketing box content — and produces a responsive static HTML and CSS website. The theme is maintained by the cowboysmall-tools project on GitHub and is released under the MIT license, while the original template is copyright 2013-2019 Blackrock Digital.
hugo to generate a static site.hugo to generate the public folder.hugo server and open localhost:1313 to see changes live as you edit configuration.Clone the repository into your Hugo project's themes directory, copy the exampleSite/config.toml to the site root, and edit the values. Running hugo server starts a local preview at localhost:1313; running hugo outputs the finished site to the public folder. The theme uses Hugo's template engine with Bootstrap 4 CSS, so no separate Node.js build step is required.
Yes, the theme is free to use under the MIT license. The original Business Frontpage template is copyright 2013-2019 Blackrock Digital, and the Hugo port follows the same permissive license.
The theme includes a fixed top navigation menu, a full-width image header with text overlay, three call-to-action boxes, and three-column marketing boxes with images, all styled with Bootstrap 4. It also adds Google Analytics support, which the original template did not have.
Add a [params.footer] block with copyright = "" to the end of config.toml to replace the default copyright text, as shown in the README.
The theme's documented scope is a single-page business frontpage; it does not list blog list or single-post templates. For a blog, you would need to add templates or choose a different Hugo theme.
Post bugs and contributions on the cowboysmall-tools/hugo-business-frontpage-theme issue tracker, or open a pull request on the same repository.