diff --git a/config.toml b/config.toml index 28e376b..507b018 100644 --- a/config.toml +++ b/config.toml @@ -19,10 +19,15 @@ list_pages = true navbar_items = [ { code = "en", nav_items = [ { url = "/", name = "/home/"}, - { url = "/blog", name = "/blog/"}, + { url = "/posts", name = "/posts/"}, { url = "https://git.project-cloud.net", name = "/git/"}, { url = "https://cloud.project-cloud.net", name = "/cloud/"} ]}, ] [extra.social] + +# Author details +[extra.author] +name = "Asmir Abdulahovic" +avatar = "static/avatar.png" diff --git a/static/images/avatar.png b/static/images/avatar.png new file mode 100644 index 0000000..82f21df Binary files /dev/null and b/static/images/avatar.png differ