19 lines
339 B
TOML
19 lines
339 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "5Sigma"
|
||
|
description = "Documentation theme for 5Sigma"
|
||
|
tags = []
|
||
|
features = []
|
||
|
min_version = "0.41"
|
||
|
|
||
|
[author]
|
||
|
name = ""
|
||
|
homepage = ""
|
||
|
|
||
|
# If porting an existing theme
|
||
|
[original]
|
||
|
name = ""
|
||
|
homepage = ""
|
||
|
repo = ""
|