Hugo Themes
Business Frontpage
Business Frontpage is a basic HTML starter template for creating a Bootstrap based website for a small business or other organization.
- Author: Jerry Kiely
- Minimum Hugo Version: 0.41
- GitHub Stars: 15
- Updated: 2020-01-13
- License: MIT
- Tags: Company
Hugo Business Frontpage Theme
This is a Hugo port of Business Frontpage - a basic HTML starter template for creating a Bootstrap based website for a small business or other organization.
Screenshot
Features
Original
- Responsive
- HTML5 + CSS3
- Bootstrap 4
- Full width image header with text overlay
- Fixed top navigation menu
- Call to action boxes
- Three column marketing boxes with images
Added
- Google Analytics
Contents
Installation
Within the root of your Hugo project execute the following:
$ cd themes
$ git clone https://github.com/cowboysmall-tools/hugo-business-frontpage-theme.git
Getting Started
After successful installation as a minimum you need to take the following steps:
Setup
Go to exampleSite
and copy
config.toml
to the root of your site. Open config.toml
and add your relevant information.
Viewing
To view your site, execute the following:
$ hugo server
and go to localhost:1313
in your browser.
Building
To generate your site in the public
folder, execute the following:
$ hugo
within the root of your project.
Contributing
Post bugs and contributions to the issue tracker. Or make a pull request.
License
The original Business Frontpage template is copyright 2013-2019 Blackrock Digital LLC. Code released under the MIT license.
You may change the “Copyright…” line by adding the following to the end of config.toml
[params.footer]
copyright = ""