Skip to content

Commit

Permalink
Fix deployment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwillhacking committed Jun 11, 2024
1 parent bf401e2 commit debab8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion assets/css/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
}
}

.profile{
margin-top: 5rem;
}

.param {
width: 49%;
min-height: 18rem;
Expand All @@ -32,7 +36,7 @@
}
.img {
img {
left: 25%;
left: 50%;
}
}
.bottom {
Expand Down
6 changes: 3 additions & 3 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ theme = "FeelIt"
defaultTheme = "auto"

[params.social]
GitHub = "xxxx"
GitHub = "goodwillhacking"
Linkedin = "xxxx"
Twitter = "tcpipeep"
Keybase = "xxxx"
Keybase = "goodwillhacking"

# Home page config
[params.home]
Expand All @@ -79,7 +79,7 @@ theme = "FeelIt"
# Gravatar Email for preferred avatar in home page
gravatarEmail = ""
# URL of avatar shown in home page
avatarURL = ""
avatarURL = "https://s3.amazonaws.com/keybase_processed_uploads/ed0f8c2aabe66a75453b4f588b43b005_360_360.jpg"
# title shown in home page (HTML format is supported)
title = ""
# subtitle shown in home page (HTML format is supported)
Expand Down

0 comments on commit debab8d

Please sign in to comment.