adityakumar.xyz/config.toml

36 lines
828 B
TOML
Raw Normal View History

2023-06-17 18:16:12 +00:00
baseURL = 'https://adityakumar.xyz/'
2023-06-11 10:24:55 +00:00
languageCode = 'en-us'
2023-06-17 18:16:12 +00:00
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"