diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..afac5fa --- /dev/null +++ b/theme.toml @@ -0,0 +1,15 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "docs" +license = "MIT" +licenselink = "https://github.com/zkreations/docs/blob/master/LICENSE" +description = "Documentacion creada utlizando Hugo" +homepage = "https://github.com/zkreations/docs/" +tags = ["documentation", "docs", "multilingual"] +features = [] +min_version = "0.100.0" + +[author] + name = "Abel Daniel" + homepage = "https://github.com/danieIabel"