diff --git a/config.toml b/config.toml index 2ac27b7..03900b1 100644 --- a/config.toml +++ b/config.toml @@ -6,9 +6,9 @@ publishdir = "/var/www/localhost/htdocs" [menu] [[menu.main]] - identifier = "knowledge" - name = "Knowledge" - url = "/knowledge/" + identifier = "blog" + name = "Blog" + url = "/blog/" title = "" weight = 1 @@ -68,6 +68,7 @@ publishdir = "/var/www/localhost/htdocs" [params.home.profile] enable = true title = "Hi, ich bin Tom!" + avatarURL = "/images/avatar.png" subtitle = "" typeit = true social = false diff --git a/static/images/avatar.png b/static/images/avatar.png new file mode 100644 index 0000000..da920fb Binary files /dev/null and b/static/images/avatar.png differ