diff options
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] |
