mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
20 lines
618 B
TOML
20 lines
618 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/spf13/hugoThemes#themetoml for an example
|
|
|
|
name = "learn"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md"
|
|
description = "Documentation theme for Hugo, based on Grav Learn theme"
|
|
#homepage = "http://siteforthistheme.com/"
|
|
tags = ["documentation", "grav", "learn"]
|
|
features = ["documentation"]
|
|
min_version = 0.15
|
|
|
|
[author]
|
|
name = "Mathieu Cornic"
|
|
homepage = "http://matcornic.com"
|
|
|
|
[original]
|
|
name = "Grav"
|
|
homepage = "http://learn.getgrav.org/"
|
|
repo = "https://github.com/getgrav/grav-learn"
|