From 32e95a572f000055192a15d27208f7897bed21a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:34:13 +0100 Subject: [PATCH] Update theme.toml for hugoThemesSiteBuilder (#896) * Update theme.toml * Add min hugo version --- theme.toml | 47 +++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/theme.toml b/theme.toml index 3ab652515..0032852dd 100644 --- a/theme.toml +++ b/theme.toml @@ -1,24 +1,14 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example -description = "A simple hugo theme for personal portfolio" -homepage = "https://hugo-toha.github.io/" +name = "Toha" license = "MIT" licenselink = "https://github.com/hugo-toha/toha/blob/master/LICENSE" -min_version = "0.118.0" -name = "Toha" +description = "A simple hugo theme for personal portfolio" + +# The home page of the theme, where the source can be found. +homepage = "https://github.com/hugo-toha/toha" + +# If you have a running demo of the theme. +demosite = "https://hugo-toha.github.io/" -features = [ - "Minimalist Design", - "Fully Responsive", - "Multiple Language Support", - "Carefully Designed Cards", - "Experience Timeline", - "Achievement Gallery", - "Sidebar to Categorize the Posts", - "Short Codes", - "Google Analytics Support", - "Disqus Comment Support", -] tags = [ "Portfolio", "Blog", @@ -34,7 +24,24 @@ tags = [ "Bootstrap", "Syntax highlighting", ] +features = [ + "Minimalist Design", + "Fully Responsive", + "Multiple Language Support", + "Carefully Designed Cards", + "Experience Timeline", + "Achievement Gallery", + "Sidebar to Categorize the Posts", + "Short Codes", + "Google Analytics Support", + "Disqus Comment Support", +] [author] -homepage = "https://hossainemruz.github.io" -name = "Emruz Hossain" + homepage = "https://hossainemruz.github.io" + name = "Emruz Hossain" + +[module] + [module.hugoVersion] + extended = true + min = "0.118.0" \ No newline at end of file