Skip to content

Commit

Permalink
Add Bluesky as a Social (#518)
Browse files Browse the repository at this point in the history
* Update Font Awesome to latest

* Add Bluesky to social.toml

* Twitter to X
  • Loading branch information
davidmn authored Nov 14, 2024
1 parent 3fff655 commit 60605bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion data/beautifulhugo/social.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ icon = "fab fa-bitbucket"
id = "twitter"
url = "https://twitter.com/%s"
title = "Twitter"
icon = "fab fa-twitter"
icon = "fab fa-x-twitter"

[[social_icons]]
id = "slack"
Expand Down Expand Up @@ -214,3 +214,9 @@ id = "about"
url = "%s"
title = "About"
icon = "fas fa-at"

[[social_icons]]
id = "bluesky"
url = "%s"
title = "About"
icon = "fas fa-at"
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | absURL }}" />
{{- else -}}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/katex.min.css" integrity="sha384-3UiQGuEI4TTMaFmGIZumfRPtfKQ3trwQE2JgosJxCnGmQpL/lJdjpcHkaaFwHlcI" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.6.0/css/all.css" integrity="sha384-h/hnnw1Bi4nbpD6kE7nYfCXzovi622sY5WBxww8ARKwpdLj5kUWjRuyiXaD1U2JT" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
{{- end -}}

Expand Down

0 comments on commit 60605bb

Please sign in to comment.