From 7b4ff3bad122d3cf5369fa980602438ccdfa54f0 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Wed, 15 Nov 2023 23:28:22 +0100 Subject: [PATCH] add title --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"