Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.toml - github.com/cowboysmall-tools/hugo-business-frontpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f18232f479de7559bad5cadaaacee4600c1af007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Business Frontpage"
license = "MIT"
licenselink = "//github.com/cowboysmall-tools/hugo-business-frontpage-theme/blob/master/LICENSE.md"
description = "Business Frontpage is a basic HTML starter template for creating a Bootstrap based website for a small business or other organization."
homepage = "//github.com/cowboysmall-tools/hugo-business-frontpage-theme"
tags = ["starter", "business", "home", "page"]
features = ["marketing", "boxes", "responsive"]
min_version = "0.41"

[author]
  name = "Jerry Kiely"
  homepage = "//github.com/cowboysmall"

# If porting an existing theme
[original]
  name = "Start Bootstrap"
  homepage = "//startbootstrap.com/templates/business-frontpage"
  repo = "//github.com/BlackrockDigital/startbootstrap-business-frontpage"