Skip to content

Commit 1611597

Browse files
committed
consolidate social icons
1 parent 7d26385 commit 1611597

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

config/_default/hugo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ headline = "Software developer, engineering manager, I can ops."
1111
bio = "A little bit about me"
1212
links = [
1313
{ github = "https://github.com/masci" },
14+
{ bluesky = "https://bsky.app/profile/massi.pippi.im" },
1415
{ linkedin = "http://www.linkedin.com/in/masci"}
1516
]
1617

config/_default/menus.en.toml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,3 @@ weight = 40
2222
name = "cv"
2323
pageRef = "resume"
2424
weight = 50
25-
26-
[[main]]
27-
name = "GitHub"
28-
url = "https://github.com/masci/dev"
29-
weight = 100
30-
[main.params]
31-
icon = "github"
32-
showName = false
33-
target = "_blank"
34-
35-
[[main]]
36-
name = "Bluesky"
37-
url = "https://bsky.app/profile/massi.pippi.im"
38-
weight = 110
39-
[main.params]
40-
icon = "bluesky"
41-
showName = false
42-
target = "_blank"

0 commit comments

Comments
 (0)