aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2023-09-26 15:33:28 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2023-09-26 15:33:28 +0200
commitbf638c66683da3aaebd0ec84aef67f585187091a (patch)
treea408c8a4652cf2ad4c13f981dbd1d21c4e7b0af9 /hugo.toml
parent8f33d5655bebba3a3da941e23530588df81fa5e6 (diff)
Added links in a more appropriate position
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml17
1 files changed, 13 insertions, 4 deletions
diff --git a/hugo.toml b/hugo.toml
index 7a9b733..97fbc08 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -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]