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"