fix merge conflict

This commit is contained in:
aditya 2023-06-18 00:32:40 +05:30
commit a22303ea26
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -1,3 +1,35 @@
baseURL = 'https://adityakumar.xyz/'
languageCode = 'en-us'
title = "Aditya's Website"
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"