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 }}