aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2023-09-25 11:00:43 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2023-09-25 11:00:43 +0200
commit0b044b098e33c8cbb455ddae024949f08ba09039 (patch)
tree215fbeccb3563c4e1451144e9449cf27e8bd771e /hugo.toml
parent23cc02b989ce5641f30f3a3ab595e0080b2b4171 (diff)
Added the profile
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml17
1 files changed, 15 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index 9a9dc5b..e908a8f 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,4 +1,17 @@
-baseURL = 'https://example.org/'
+# Main Configuration
+baseURL = 'https://karanjayachandra.gitlab.io'
languageCode = 'en-us'
-title = 'My New Hugo Site'
+title = 'Karan Jayachandra'
+
+# Theme Configuration
theme = 'hugo-bearblog'
+
+# Enable SEO service
+enableRobotsTXT = true
+
+[params]
+ title = "Karan Jayachandra"
+ description = "Personal website of Karan Jayachandra"
+ favicon = "favicon.png"
+ images = "logo.png"
+ dateFormat = "2006-01-02" \ No newline at end of file