From d782fb89107fc5edb5296a60c86ba17f6d2b4d2e Mon Sep 17 00:00:00 2001 From: alibabaedge <49843222+alibabaedge@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:05:34 +0200 Subject: [PATCH] Update config.toml --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 284aaa75..0d69864b 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ # Be sure to change these! -base_url = "https://citizen-cosmos.github.io/manuscripts" -title = "Citizen Cosmos blog" +base_url = "https://citizenweb3.github.io/manuscripts" +title = "Citizen Web3 blog" # Sass compilation is required compile_sass = true @@ -28,7 +28,7 @@ accent_color = "blue" background_color = "blue" # The logo text - defaults to "Terminimal theme" -logo_text = "Citizen Cosmos" +logo_text = "Citizen Web3" # The logo link - defaults to base_url. #logo_home_link = "/take/me/away!" @@ -56,7 +56,7 @@ menu_items = [ {name = "our community", url = "$BASE_URL/community"}, # set newtab to true to make the link open in new tab - {name = "github", url = "https://github.com/citizen-cosmos", newtab = true}, + {name = "github", url = "https://github.com/citizenweb3", newtab = true}, ] # Whether to show links to earlier and later (aka. higher/lower) posts