From bf638c66683da3aaebd0ec84aef67f585187091a Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 26 Sep 2023 15:33:28 +0200 Subject: Added links in a more appropriate position --- hugo.toml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 7a9b733..97fbc08 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,17 +1,26 @@ # Main Configuration baseURL = 'https://karanjayachandra.gitlab.io' -languageCode = 'en-us' +languageCode = 'en-gb' title = 'Karan Jayachandra' +timeZone = 'Europe/Amsterdam' # Theme Configuration theme = 'hugo-bearblog' +enableEmoji = true # Enable SEO service enableRobotsTXT = true -# Navigation -[permalinks] - cv = "/cv" +[menu] + [[menu.main]] + name = 'Email' + url = 'mailto:mail@karanjayachandra.com' + [[menu.main]] + name = 'Social' + url = 'https://www.linkedin.com/in/karanjayachandra' + [[menu.main]] + name = 'Code' + url = 'https://gitlab.com/KaranJayachandra' # Parameters for theming [params] -- cgit v1.3.1