diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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' |
