From 14bec01287b20bcb7e0a3a906ca05e01a2da390a Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Wed, 12 Jul 2023 10:50:13 +0600 Subject: [PATCH] update theme.toml --- theme.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/theme.toml b/theme.toml index e0a5d34..1aa6438 100644 --- a/theme.toml +++ b/theme.toml @@ -1,7 +1,7 @@ -name = "Theme Name" +name = "Hugoplate" license = "MIT" -licenselink = "Link to theme's license" -description = "Theme description" +licenselink = "https://github.com/zeon-studio/hugoplate/blob/main/LICENSE" +description = "Hugoplate is a free starter template built with Hugo, and TailwindCSS, providing everything you need to jumpstart your Hugo project and save valuable time." homepage = "https://github.com/zeon-studio/hugoplate" demosite = "https://hugoplate.netlify.app/" @@ -18,7 +18,13 @@ tags = [ "tailwindcss", ] -features = ["Responsive", "Minimal", "Multilingual", "Dark Mode"] +features = [ + "Multi-Authors", + "Search", + "Multilingual", + "Dark Mode", + "Taxonomies", +] [author] name = "Zeon Studio"