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.
What is Hugo Business Frontpage Theme?
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.
Key Features
- Bootstrap 4 layout — the theme ships with the Bootstrap 4 CSS framework, giving you a responsive grid and components without additional setup.
- Full-width image header with text overlay — the homepage hero displays a large background image with an overlaid title and tagline, configured from the site parameters.
- Fixed top navigation menu — the primary nav stays pinned to the top of the viewport, with links defined in config.toml.
- Call-to-action boxes — the middle of the page contains three CTA boxes that can hold headings, text, and buttons to direct visitors to actions.
- Three-column marketing boxes with images — the lower section presents three columns, each with an image and supporting text, suitable for services or product highlights.
- Google Analytics integration — the Hugo port adds a Google Analytics template, which the original Business Frontpage starter lacked; you add your tracking ID to the site configuration.
- HTML5 and CSS3 — the markup is built with modern HTML5 and CSS3 standards inherited from the Start Bootstrap source.
Who should use Hugo Business Frontpage Theme?
- Small business owners — quickly build a professional company homepage by copying the example config.toml, entering business details, and running
hugoto generate a static site. - Hugo developers — use the theme as a minimal starter for client brochure sites, then extend it with custom partials, shortcodes, or additional Bootstrap components.
- Non-technical site maintainers — manage content entirely through config.toml settings rather than editing template files directly.
What can you do with Hugo Business Frontpage Theme?
- Launch a company homepage — fill in the site name, navigation links, header image, call-to-action text, and three marketing columns via config.toml, then run
hugoto generate the public folder. - Preview and iterate quickly — run
hugo serverand open localhost:1313 to see changes live as you edit configuration. - Measure site traffic — enable Google Analytics by adding your tracking ID, letting you monitor visits on the static output without a separate analytics script.
How does Hugo Business Frontpage Theme work?
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.
FAQ
Is Hugo Business Frontpage Theme free?
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.
What does Hugo Business Frontpage Theme include?
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.
How do I change the footer copyright?
Add a [params.footer] block with copyright = "" to the end of config.toml to replace the default copyright text, as shown in the README.
Does this theme support blog posts?
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.
Where can I report issues?
Post bugs and contributions on the cowboysmall-tools/hugo-business-frontpage-theme issue tracker, or open a pull request on the same repository.




