diff options
Diffstat (limited to 'themes/docsy/theme.toml')
-rw-r--r-- | themes/docsy/theme.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/docsy/theme.toml b/themes/docsy/theme.toml new file mode 100644 index 000000000..1a7b62773 --- /dev/null +++ b/themes/docsy/theme.toml @@ -0,0 +1,12 @@ +name = "Docsy" +license = "Apache 2.0" +licenselink = "https://github.com/google/docsy/blob/master/LICENSE" +description = "A Hugo theme for technical documentation sites" +homepage = "https://docsy.dev" +tags = ["documentation", "multilingual", "customizable", "responsive", "docs"] +features = [] +min_version = 0.53 + +[author] + name = "The Docsy Authors" + homepage = "https://docsy.dev" |