diff --git a/config.toml b/config.toml index a96e964..071e4a2 100644 --- a/config.toml +++ b/config.toml @@ -76,7 +76,7 @@ publishdir = "/var/www/localhost/htdocs" mobileMode = "auto" [params.header.title] name = "" - logo = "/logo.jpeg" + logo = "/schuessel.png" [params.footer] enable = true @@ -101,7 +101,7 @@ publishdir = "/var/www/localhost/htdocs" rss = 10 [params.home.profile] enable = true - avatarURL = "/logo.jpeg" + avatarURL = "/schuessel.png" title = "my creative space" subtitle = "" typeit = true @@ -263,8 +263,8 @@ publishdir = "/var/www/localhost/htdocs" name = "matt" email = "matt@br0tkasten.de" link = "" - picture = "/logo.jpeg" - avatar = "/logo.jpeg" + picture = "/schuessel.png" + avatar = "/schuessel.png" [sitemap] changefreq = "weekly" diff --git a/static/logo.jpeg b/static/logo.jpeg deleted file mode 100644 index eea6f5d..0000000 Binary files a/static/logo.jpeg and /dev/null differ diff --git a/static/schuessel.png b/static/schuessel.png new file mode 100644 index 0000000..02a04eb Binary files /dev/null and b/static/schuessel.png differ