From f46c4e4052b3e1a97d1523f07d7082140d329d3b Mon Sep 17 00:00:00 2001 From: gws Date: Wed, 6 Nov 2024 12:30:11 +0100 Subject: [PATCH] hero config --- config.toml | 4 ++++ templates/index.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 33c89ff..6cff4eb 100644 --- a/config.toml +++ b/config.toml @@ -22,6 +22,10 @@ highlight_themes_css = [ # Put all your custom variables here juice_logo_name = "GWS Consulting" juice_logo_path = "flat_blocks.svg" + +slogan = "Let's Build Something Together!" +intro = "Need help with Product development or IT? \n You have come to right place" + juice_extra_menu = [ { title = "Github", link = "https://github.com/glennwso"} ] diff --git a/templates/index.html b/templates/index.html index 8c7b1ab..af7660d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,10 +29,10 @@

- Let's Build Something Together! + {{ config.extra.slogan }}

- Hi my name is Glenn, trust me am a engineer... + {{ config.extra.intro | linebreaksbr | safe }}