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

github.com/cowboysmall-tools/hugo-business-frontpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Kiely <jerry@cowboysmall.com>2019-11-06 01:06:56 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-06 01:06:56 +0300
commit01569a68340998007978be20c9cfd8182832e6f2 (patch)
treecdd80b00ab77156e6f27be4384bfb70b35da7720 /theme.toml
parent388df4d6731e03fbeaec119b7e462fa75275c91b (diff)
initial import and commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..f18232f
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,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"