From 7d8afae8d924c98bc2c9455c87c253d10f164634 Mon Sep 17 00:00:00 2001 From: aditya Date: Sun, 18 Jun 2023 00:30:35 +0530 Subject: [PATCH] add contact methods, rss button, change project layout --- config.toml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/config.toml b/config.toml index 1d7c819..974e5d8 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,36 @@ baseURL = 'http://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' +theme = "introduction" + +[params] + themeStyle = "auto" # choose "light", "dark" or "auto" + favicon = "/img/fav.ico" + showMenu = true + showRSSButton = true + fadeIn = true + +# Configure the home page + [params.home] + introHeight = "fullheight" # "medium", "large" or "fullheight" + localTime = true + timeZone = "Asia/Kolkata" + timeFormat = "en-GB" + [params.projects] + useTwoColumns = true + + [[params.social]] + url = "https://www.linkedin.com/in/adityakr082/" + icon = "linkedin-in" + icon_pack = "fab" + + [[params.social]] + url = "https://gitea.adityakumar.xyz/aditya" + icon = "git-alt" + icon_pack = "fab" + + [[params.social]] + url = "https://github.com/akr2002" + icon = "github" + icon_pack = "fab" +