diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2023-09-26 15:33:28 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2023-09-26 15:33:28 +0200 |
| commit | bf638c66683da3aaebd0ec84aef67f585187091a (patch) | |
| tree | a408c8a4652cf2ad4c13f981dbd1d21c4e7b0af9 /hugo.toml | |
| parent | 8f33d5655bebba3a3da941e23530588df81fa5e6 (diff) | |
Added links in a more appropriate position
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -1,17 +1,26 @@ # Main Configuration baseURL = 'https://karanjayachandra.gitlab.io' -languageCode = 'en-us' +languageCode = 'en-gb' title = 'Karan Jayachandra' +timeZone = 'Europe/Amsterdam' # Theme Configuration theme = 'hugo-bearblog' +enableEmoji = true # Enable SEO service enableRobotsTXT = true -# Navigation -[permalinks] - cv = "/cv" +[menu] + [[menu.main]] + name = 'Email' + url = 'mailto:mail@karanjayachandra.com' + [[menu.main]] + name = 'Social' + url = 'https://www.linkedin.com/in/karanjayachandra' + [[menu.main]] + name = 'Code' + url = 'https://gitlab.com/KaranJayachandra' # Parameters for theming [params] |
