2016-03-17 11:01:39 +00:00
|
|
|
# theme.toml template for a Hugo theme
|
|
|
|
# See https://github.com/spf13/hugoThemes#themetoml for an example
|
|
|
|
|
2016-04-10 22:09:03 +00:00
|
|
|
name = "Learn"
|
2016-03-17 11:01:39 +00:00
|
|
|
license = "MIT"
|
|
|
|
licenselink = "https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md"
|
|
|
|
description = "Documentation theme for Hugo, based on Grav Learn theme"
|
2017-07-30 16:02:07 +00:00
|
|
|
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
|
2016-03-17 11:01:39 +00:00
|
|
|
|
|
|
|
[author]
|
|
|
|
name = "Mathieu Cornic"
|
2016-04-10 23:07:42 +00:00
|
|
|
homepage = "http://matcornic.github.io/"
|
2016-03-17 11:01:39 +00:00
|
|
|
|
|
|
|
[original]
|
2016-04-10 22:09:03 +00:00
|
|
|
name = "Grav Learn"
|
2016-03-17 11:01:39 +00:00
|
|
|
homepage = "http://learn.getgrav.org/"
|
|
|
|
repo = "https://github.com/getgrav/grav-learn"
|