aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorKaran Jayachandra <me@karanj.com>2025-09-24 14:36:55 +0200
committerKaran Jayachandra <me@karanj.com>2025-09-24 14:36:55 +0200
commited5a5cb55ffd0dcae696355b4123947e3630ce1f (patch)
tree1e4846fa87e0c0292a8109287f65bfc17c0c0c9c /hugo.toml
parentd2872828776c6ad32c8f959fea963b36f2732987 (diff)
Added the changes to use my own theme
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml5
1 files changed, 2 insertions, 3 deletions
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'