From 0b044b098e33c8cbb455ddae024949f08ba09039 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Mon, 25 Sep 2023 11:00:43 +0200 Subject: Added the profile --- hugo.toml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'hugo.toml') 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 -- cgit v1.3.1