Skip to content

Commit

Permalink
update: change profile view
Browse files Browse the repository at this point in the history
  • Loading branch information
afrid18 committed Mar 9, 2024
1 parent a564e7b commit 9cafa7d
Showing 1 changed file with 31 additions and 23 deletions.
54 changes: 31 additions & 23 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ params:
# safari_pinned_tab: "./static/favicons/favicon.ico"

label:
text: "Home"
# icon: /apple-touch-icon.png
iconHeight: 35
text: "Afrid Hussain"
icon: /apple-touch-icon.png
iconHeight: 25

# profile-mode
profileMode:
enabled: true # needs to be explicitly set
enabled: false # needs to be explicitly set
title: Afrid Hussain
subtitle: "I tinker with linux and contribute to open source. BTW I use vim!"
# imageUrl: ""
Expand All @@ -76,8 +76,12 @@ params:

# home-info mode
homeInfoParams:
Title: "Hello \U0001F44B, I am Afrid"
Content: Learning Java and Go. Many more posts to come soon!
Title: "Hi there! \U0001F44B"
Content: >
I'm Afrid, a software engineer who loves to play with linux systems and contribute to open source. I am currently focused on learning system programming. I use **_vim_** BTW!
- **[Résumé](/resume/):** Find my resume here!
- **[about](/about/):** Learn more about me here!
socialIcons:
- name: github
Expand All @@ -97,11 +101,11 @@ params:
# yandex:
# SiteVerificationTag: "XYZabc"

# cover:
# hidden: false # hide everywhere but not in structured data
# hiddenInList: false # hide on list pages and home
# hiddenInSingle: false # hide on single page
# linkFullImages: false
cover:
hidden: false # hide everywhere but not in structured data
hiddenInList: false # hide on list pages and home
hiddenInSingle: false # hide on single page
linkFullImages: true

editPost:
URL: "https://github.com/afrid18/afrid18.github.io/tree/main/content"
Expand All @@ -121,6 +125,10 @@ params:
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: about
name: about
url: /about/
weight: 10
- identifier: search
name: search
url: /search/
Expand All @@ -133,18 +141,18 @@ menu:
name: archives
url: /archives/
weight: 30
- identifier: tags
name: tags
url: /tags/
weight: 20
- identifier: GitHub
name: GitHub
url: https://github.com/afrid18
weight: 30
- identifier: Twitter
name: Twitter
url: https://twitter.com/afrid1808
weight: 30
# - identifier: tags
# name: tags
# url: /tags/
# weight: 20
# - identifier: GitHub
# name: GitHub
# url: https://github.com/afrid18
# weight: 30
# - identifier: Twitter
# name: Twitter
# url: https://twitter.com/afrid1808
# weight: 30
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true
markup:
Expand Down

0 comments on commit 9cafa7d

Please sign in to comment.