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"