Update theme.toml and add config.toml

Following the instructions at https://github.com/gohugoio/hugoThemesSiteBuilder
This commit is contained in:
Joe Roe 2021-07-28 20:39:25 +02:00
parent 616c52ea4b
commit 9a51d64732
2 changed files with 8 additions and 2 deletions

3
config.toml Normal file
View File

@ -0,0 +1,3 @@
[module]
[module.hugoVersion]
min = "0.41.0"

View File

@ -2,8 +2,11 @@ name = "risotto"
license = "MIT"
licenselink = "https://github.com/joeroe/risotto/blob/master/LICENSE"
description = "A minimalist, responsive theme inspired by terminal ricing aesthetics."
homepage = "https://risotto.joeroe.io"
tags = []
homepage = "https://github.com/joeroe/risotto"
# demosite = "https://risotto.joeroe.io"
tags = ["responsive", "minimal", "dark mode"]
features = []
min_version = "0.41.0"