Skip to content

A basic HTML starter template for creating a Bootstrap based website for a small business or other organization.

License

Notifications You must be signed in to change notification settings

cowboysmall-tools/hugo-business-frontpage-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Business Frontpage 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 = ""

About

A basic HTML starter template for creating a Bootstrap based website for a small business or other organization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published