diff --git a/config.toml b/config.toml index 090a5a5..ab90352 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://beta.lumbung.space" +baseURL = "https://lumbung.space" languageCode = "en-gb" title = "lumbung.space" theme = "lumbung-theme" @@ -7,6 +7,9 @@ pluralizeListTitles = "false" [params] logo = "/img/logo.svg" favicon = "/img/favicon.ico" + description = 'a digital living room for artists' + images = ['/img/logo.png'] + title = 'lumbung dot space' [markup.goldmark.renderer] unsafe = true diff --git a/themes/lumbung-theme/static/img/logo.png b/themes/lumbung-theme/static/img/logo.png new file mode 100644 index 0000000..09e2aad Binary files /dev/null and b/themes/lumbung-theme/static/img/logo.png differ