1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# theme.toml template for a Hugo theme: https://github.com/gohugoio/hugoThemes#themetoml
name = "Argo"
license = "GPL-3.0"
licenselink = "https://www.gnu.org/licenses/gpl-3.0.html"
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]
name = "Arne Rief"
homepage = "https://arnerief.net/"
|