From bc952bd6233838c606c8d5eb200f86550026a17f Mon Sep 17 00:00:00 2001 From: kylejcarlton Date: Thu, 25 Nov 2021 10:55:05 -0600 Subject: [PATCH] Update logo_text and title in config.toml --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 715859a..31d61b1 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ # Be sure to change these! base_url = "https://zola-theme-terminimal.pages.dev/" -title = "Zola Terminimal theme" +title = "Tech it Yourself" # Sass compilation is required compile_sass = true @@ -27,7 +27,7 @@ accent_color = "green" background_color = "blue" # The logo text - defaults to "Terminimal theme" -logo_text = "Terminimal theme" +logo_text = "Tech it Yourself" # The logo link - defaults to base_url. #logo_home_link = "/take/me/away!"