From 0f7e7ebaddd88654f42f111f9fda8dd7111fc0d7 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Thu, 24 Jul 2025 14:23:12 +0200 Subject: Cleaned up the home page --- hugo.toml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index fcaedb7..a2acf16 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,8 +1,9 @@ # Main Configuration baseURL = 'https://karanjayachandra.com' languageCode = 'en-gb' -title = 'Karan Jayachandra' +title = "Karan Jayachandra" timeZone = 'Europe/Amsterdam' +copyright = "Creative Commons Attribution-ShareAlike 4.0 International" # Theme Configuration theme = 'hugo-bearblog' @@ -13,16 +14,21 @@ enableRobotsTXT = true [menu] [[menu.main]] - name = 'Posts' - url = '/nano' - [[menu.main]] - name = 'Profile' + name = 'CV' url = 'https://karanjayachandra.gitlab.io/cv' + [[menu.main]] + name = 'Email' + url = 'mailto:mail@karanjayachandra.com' + [[menu.main]] + name = 'Gitlab' + url = 'https://gitlab.com/KaranJayachandra' + [[menu.main]] + name = 'LinkedIn' + url = 'https://www.linkedin.com/in/karanjayachandra' # Parameters for theming [params] - title = "Karan Jayachandra" - description = "Personal website of Karan Jayachandra" + title = "Karan Jayachandra's Home Page" favicon = "favicon.png" images = ["logo.png"] dateFormat = "2006-01-02" \ No newline at end of file -- cgit v1.3.1