18 lines
668 B
TOML
18 lines
668 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/spf13/hugoThemes#themetoml for an example
|
|
|
|
name = "cookbook"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/jtom38/hugo-bulma-cookbook/blob/master/LICENSE.md"
|
|
description = "Minimal cookbook template for Hugo based on Bulma CSS."
|
|
#homepage = "https://github.com/matcornic/hugo-theme-learn/"
|
|
#repo = "https://github.com/matcornic/hugo-theme-learn"
|
|
tags = ["documentation", "grav", "learn", "doc", "search"]
|
|
features = ["documentation", "menu", "nested sections", "search", "mermaid"]
|
|
min_version = 0.25
|
|
|
|
[author]
|
|
name = "James Tombleson"
|
|
homepage = "https://github.com/jtom38/hugo-bulma-cookbook"
|
|
|