diff --git a/config.toml b/config.toml index 731a43b..147bf18 100644 --- a/config.toml +++ b/config.toml @@ -65,14 +65,15 @@ publishdir = "/var/www/localhost/htdocs" rss = 10 [params.home.profile] enable = true - gravatarEmail = "arne@br0tkasten.de" + avatarURL = "/image/ego.jpeg" + #gravatarEmail = "arne@br0tkasten.de" title = "just my two cents" subtitle = "" typeit = true social = true disclaimer = "" [params.home.posts] - enable = true + enable = false paginate = 6 defaultHiddenFromHomePage = true @@ -229,6 +230,7 @@ publishdir = "/var/www/localhost/htdocs" name = "br0tkasten" email = "arne@br0tkasten.de" link = "" + avatar = "/image/ego.jpeg" [sitemap] changefreq = "weekly" diff --git a/static/image/ego.jpeg b/static/image/ego.jpeg new file mode 100644 index 0000000..7fcd6a0 Binary files /dev/null and b/static/image/ego.jpeg differ