blob: 002fb0220b807adfa1eb141852b0867ed088d985 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Argo"
license = "GLPv3"
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"]
min_version = "0.146.0"
[author]
name = "Arne Rief"
homepage = "https://arnerief.net/"
|