From 9a51d64732442af825a282df5482101fcc696dec Mon Sep 17 00:00:00 2001 From: Joe Roe Date: Wed, 28 Jul 2021 20:39:25 +0200 Subject: [PATCH] Update theme.toml and add config.toml Following the instructions at https://github.com/gohugoio/hugoThemesSiteBuilder --- config.toml | 3 +++ theme.toml | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..7c79705 --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +[module] + [module.hugoVersion] + min = "0.41.0" diff --git a/theme.toml b/theme.toml index 2c1dde3..710f0bd 100644 --- a/theme.toml +++ b/theme.toml @@ -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"