mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-12-21 08:22:53 +00:00
fix merge conflict
This commit is contained in:
commit
a22303ea26
1 changed files with 32 additions and 0 deletions
32
config.toml
32
config.toml
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue