mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-12 23:47:03 +01:00
22 lines
621 B
TOML
22 lines
621 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/spf13/hugoThemes#themetoml for an example
|
|
|
|
name = "Hugo Bootstrap4 Blog"
|
|
license = "GPL-3.0"
|
|
licenselink = "https://github.com/alanorth/hugo-theme-bootstrap4/blob/master/LICENSE.txt"
|
|
description = "A simple Hugo theme based on the Bootstrap v4 blog example."
|
|
homepage = "https://github.com/alanorth/hugo-theme-bootstrap4"
|
|
tags = ["bootstrap", "blog"]
|
|
features = ["responsive", ""]
|
|
min_version = 0.15
|
|
|
|
[author]
|
|
name = "Alan Orth"
|
|
homepage = "https://englishbulgaria.net"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = ""
|
|
homepage = ""
|
|
repo = ""
|