mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 09:47:05 +01:00
22 lines
505 B
TOML
22 lines
505 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/yourname/yourtheme/blob/master/LICENSE.md"
|
||
|
description = ""
|
||
|
homepage = "http://siteforthistheme.com/"
|
||
|
tags = ["", ""]
|
||
|
features = ["", ""]
|
||
|
min_version = 0.15
|
||
|
|
||
|
[author]
|
||
|
name = "Alan Orth"
|
||
|
homepage = "https://englishbulgaria.net"
|
||
|
|
||
|
# If porting an existing theme
|
||
|
[original]
|
||
|
name = ""
|
||
|
homepage = ""
|
||
|
repo = ""
|