Skip to content

Commit

Permalink
add bluesky to social
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Feb 19, 2024
1 parent eb16e80 commit 351840c
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,35 @@ ignoreFiles = ["\\.qmd$", "\\.ipynb$", "\\.Rmd$", "\\.Rmarkdown$",
icon = "github"
weight = 1
url = "https://github.com/danielroelfs/"
[[params.social]]
name = "Twitter"
icon = "x"
weight = 2
url = "https://twitter.com/dthroelfs/"
[[params.social]]
name = "LinkedIn"
icon = "linkedin"
weight = 3
weight = 2
url = "https://www.linkedin.com/in/danielroelfs/"
[[params.social]]
name = "Bluesky"
icon = "bluesky"
weight = 3
url = "https://bsky.app/profile/danielroelfs.bsky.social"
[[params.social]]
name = "Twitter"
icon = "x"
weight = 4
url = "https://twitter.com/dthroelfs/"
[[params.social]]
name = "ORCID"
icon = "orcid"
weight = 4
weight = 5
url = "https://orcid.org/0000-0002-1083-002X"
[[params.social]]
name = "Google Scholar"
icon = "googlescholar"
weight = 5
weight = 6
url = "https://scholar.google.com/citations?user=QmVQcsAAAAAJ&hl=en"
[[params.social]]
name = "Mail"
icon = "minutemailer"
weight = 6
weight = 7
url = "mailto:[email protected]"

# Menu links
Expand Down

0 comments on commit 351840c

Please sign in to comment.