aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2025-07-24 14:24:19 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2025-07-24 14:24:19 +0200
commitd2872828776c6ad32c8f959fea963b36f2732987 (patch)
tree37262052504ad05a27bc0839679eaf5fd50e650c /hugo.toml
parent205bd8db1e12f836a5b759990c2c9704be33f931 (diff)
parent0f7e7ebaddd88654f42f111f9fda8dd7111fc0d7 (diff)
Merge branch 'develop' into 'main'
Cleaned up the home page and removed the blog See merge request KaranJayachandra/karanjayachandra.gitlab.io!4
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml20
1 files changed, 13 insertions, 7 deletions
diff --git a/hugo.toml b/hugo.toml
index fcaedb7..a2acf16 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,8 +1,9 @@
# Main Configuration
baseURL = 'https://karanjayachandra.com'
languageCode = 'en-gb'
-title = 'Karan Jayachandra'
+title = "Karan Jayachandra"
timeZone = 'Europe/Amsterdam'
+copyright = "Creative Commons Attribution-ShareAlike 4.0 International"
# Theme Configuration
theme = 'hugo-bearblog'
@@ -13,16 +14,21 @@ enableRobotsTXT = true
[menu]
[[menu.main]]
- name = 'Posts'
- url = '/nano'
- [[menu.main]]
- name = 'Profile'
+ name = 'CV'
url = 'https://karanjayachandra.gitlab.io/cv'
+ [[menu.main]]
+ name = 'Email'
+ url = 'mailto:mail@karanjayachandra.com'
+ [[menu.main]]
+ name = 'Gitlab'
+ url = 'https://gitlab.com/KaranJayachandra'
+ [[menu.main]]
+ name = 'LinkedIn'
+ url = 'https://www.linkedin.com/in/karanjayachandra'
# Parameters for theming
[params]
- title = "Karan Jayachandra"
- description = "Personal website of Karan Jayachandra"
+ title = "Karan Jayachandra's Home Page"
favicon = "favicon.png"
images = ["logo.png"]
dateFormat = "2006-01-02" \ No newline at end of file