diff --git a/config.toml b/config.toml index 49eed3b..42455a9 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,6 @@ # The URL the site will be built for base_url = "https://project-cloud.net" +title = "project-cloud" # Whether to automatically compile all Sass files in the sass directory compile_sass = true @@ -42,4 +43,4 @@ navbar_items = [ # Author details [extra.author] name = "Asmir Abdulahovic" -avatar = "/images/my_avatar.webp" +avatar = "images/my_avatar.webp"