From 26df3baeb1afcb4c41ec99f940b237b9589caa42 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Thu, 4 Sep 2025 20:05:27 +0200 Subject: Ready for deployment --- theme.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index 002fb02..c5a0340 100644 --- a/theme.toml +++ b/theme.toml @@ -1,13 +1,12 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example +# theme.toml template for a Hugo theme: https://github.com/gohugoio/hugoThemes#themetoml name = "Argo" -license = "GLPv3" +license = "GPL-3.0" licenselink = "https://www.gnu.org/licenses/gpl-3.0.html" -description = "A clean, minimal, responsive Hugo theme. Comes with multilingual support, theme toggling & a site-wide search." -homepage = "" -tags = ["blog", "dark", "light", "minimal", "multilingual", "responsive"] -features = ["darkmode", "lightmode", "minimal", "multilingual", "responsive", "search"] +description = "A clean, minimalist Hugo theme. Comes with multilingual support, theme toggling, a site-wide search and focus on accessibility & SEO." +homepage = "https://codeberg.org/arrief/hugo-Argo" +tags = ["accessibility", "blog", "dark", "light", "minimal", "multilingual", "responsive", "seo"] +features = ["accessibility", "darkmode", "lightmode", "minimal", "multilingual", "responsive", "search", "seo"] min_version = "0.146.0" [author] -- cgit v1.2.3