diff options
| author | Arne Rief <riearn@proton.me> | 2025-09-04 20:05:27 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-09-04 20:05:27 +0200 |
| commit | 26df3baeb1afcb4c41ec99f940b237b9589caa42 (patch) | |
| tree | ee970fe0810d56a4b83174d282127593ba418547 /theme.toml | |
| parent | 2204aa9db535af9b0c38487f74a56bd0ac9f07e2 (diff) | |
Ready for deployment
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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] |
