Skip to content

Commit b1dbc23

Browse files
author
Ian
committed
Added bluesky profile to main page
1 parent a60d122 commit b1dbc23

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

config/_default/languages.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ logo = ""
1313
[params.author]
1414
image="headshot.JPG"
1515
name = "Ian Jones"
16-
links = [ { github = "https://github.com/eonloop" }, { linkedin = "https://www.linkedin.com/in/ianj1993/" } ]
16+
links = [ { github = "https://github.com/eonloop" }, { linkedin = "https://www.linkedin.com/in/ianj1993/" }, { bluesky = "https://bsky.app/profile/eonloop.bsky.social" } ]
1717
headline = "Building Better Systems Through Documentation and Code"
1818

config/_default/menus.en.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ url = "https://linkedin.com/in/ianj1993"
4343
identifier = "nir8zxeQez"
4444
weight = 9_999
4545

46+
[[main]]
47+
pre = "bluesky"
48+
url = "https://bsky.app/profile/eonloop.bsky.social"
49+
identifier = "5hWKhOzSox"
50+
weight = 9_999
4651

4752
[[footer]]
4853
none = "none"

0 commit comments

Comments
 (0)