diff options
| author | Karan Jayachandra <me@karanj.com> | 2025-09-24 14:36:55 +0200 |
|---|---|---|
| committer | Karan Jayachandra <me@karanj.com> | 2025-09-24 14:36:55 +0200 |
| commit | ed5a5cb55ffd0dcae696355b4123947e3630ce1f (patch) | |
| tree | 1e4846fa87e0c0292a8109287f65bfc17c0c0c9c /hugo.toml | |
| parent | d2872828776c6ad32c8f959fea963b36f2732987 (diff) | |
Added the changes to use my own theme
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' |
