Skip to content

Commit

Permalink
Add link to Bluesky profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrego committed Oct 21, 2024
1 parent 3f0d7c7 commit 1a0ba65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions _data/social.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
{ "title": "GitHub", "color": "github-color", "url": "https://github.com/servo/servo", "icon": "fab fa-github" },
{ "title": "Mastodon", "color": "mastodon-color", "url": "https://floss.social/@servo", "icon": "fab fa-mastodon" },
{ "title": "Bluesky", "color": "bluesky-color", "url": "https://bsky.app/profile/servo.org", "icon": "fab fa-bluesky" },
{ "title": "Twitter", "color": "twitter-color", "url": "https://twitter.com/ServoDev", "icon": "fab fa-twitter" }
]
4 changes: 3 additions & 1 deletion assets/sass/style.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "utf-8"

@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,600,700|Fira+Mono:300,400,600,700|Fire+Sans:100,200,300,400,500,600,700")
@import url("https://use.fontawesome.com/releases/v5.12.0/css/all.css")
@import url("https://use.fontawesome.com/releases/v6.5.2/css/all.css")

// Site-specific variables here
Expand Down Expand Up @@ -58,8 +58,10 @@ $menu-item-hover-background-color: $dark
$github-color: #000000
$twitter-color: #00aced
$mastodon-color: #6d6eff
$bluesky-color: #0085ff
$colors: mergeColorMaps(("github-color": ($github-color, $white)), $colors)
$colors: mergeColorMaps(("twitter-color": ($twitter-color, $white)), $colors)
$colors: mergeColorMaps(("bluesky-color": ($bluesky-color, $white)), $colors)
$colors: mergeColorMaps(("mastodon-color": ($mastodon-color, $white)), $colors)

// Bulma core
Expand Down

0 comments on commit 1a0ba65

Please sign in to comment.