Update logo_text and title in config.toml

This commit is contained in:
kylejcarlton 2021-11-25 10:55:05 -06:00
parent 88ceace400
commit bc952bd623

View file

@ -1,6 +1,6 @@
# Be sure to change these! # Be sure to change these!
base_url = "https://zola-theme-terminimal.pages.dev/" base_url = "https://zola-theme-terminimal.pages.dev/"
title = "Zola Terminimal theme" title = "Tech it Yourself"
# Sass compilation is required # Sass compilation is required
compile_sass = true compile_sass = true
@ -27,7 +27,7 @@ accent_color = "green"
background_color = "blue" background_color = "blue"
# The logo text - defaults to "Terminimal theme" # The logo text - defaults to "Terminimal theme"
logo_text = "Terminimal theme" logo_text = "Tech it Yourself"
# The logo link - defaults to base_url. # The logo link - defaults to base_url.
#logo_home_link = "/take/me/away!" #logo_home_link = "/take/me/away!"