From ed5a5cb55ffd0dcae696355b4123947e3630ce1f Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 24 Sep 2025 14:36:55 +0200 Subject: Added the changes to use my own theme --- hugo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index a2acf16..b1f04c2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,12 +1,11 @@ # Main Configuration -baseURL = 'https://karanjayachandra.com' +baseURL = 'https://karanj.com' languageCode = 'en-gb' title = "Karan Jayachandra" timeZone = 'Europe/Amsterdam' copyright = "Creative Commons Attribution-ShareAlike 4.0 International" # Theme Configuration -theme = 'hugo-bearblog' enableEmoji = true # Enable SEO service @@ -18,7 +17,7 @@ enableRobotsTXT = true url = 'https://karanjayachandra.gitlab.io/cv' [[menu.main]] name = 'Email' - url = 'mailto:mail@karanjayachandra.com' + url = 'mailto:me@karanj.com' [[menu.main]] name = 'Gitlab' url = 'https://gitlab.com/KaranJayachandra' -- cgit v1.3.1