From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- themes/docsy/theme.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 themes/docsy/theme.toml (limited to 'themes/docsy/theme.toml') diff --git a/themes/docsy/theme.toml b/themes/docsy/theme.toml new file mode 100644 index 0000000..1a7b627 --- /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" -- cgit v1.2.3