mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2025-02-05 16:20:00 +00:00
add contact methods, rss button, change project layout
This commit is contained in:
parent
5e91ad90ff
commit
7d8afae8d9
1 changed files with 33 additions and 0 deletions
33
config.toml
33
config.toml
|
@ -1,3 +1,36 @@
|
||||||
baseURL = 'http://example.org/'
|
baseURL = 'http://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue