aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
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]