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