Skip to content

Commit

Permalink
add bluesky to socials
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Nov 12, 2024
1 parent ef88611 commit c63f215
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/about/people/russ_biggs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title = "Russ Biggs"
group = "team"
position = "Director of Technology"
email = "[email protected]"
x = "https://x.com/russ_biggs"
bluesky = "https://bsky.app/profile/russbiggs.com"
linkedin = "https://www.linkedin.com/in/russell-biggs-02238019"
github = "https://github.com/russbiggs"
image = "/uploads/russ_biggs.png"
Expand Down
1 change: 1 addition & 0 deletions static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ collections:
- { label: 'Position', name: 'position', widget: 'string', required: true }
- { label: 'Biography', name: 'body', widget: 'markdown', required: true }
- { label: 'Email', name: 'email', widget: 'string', required: false }
- { label: 'Bluesky', name: 'bluesky', widget: 'string', required: false }
- { label: 'X', name: 'x', widget: 'string', required: false }
- { label: 'Linkedin', name: 'linkedin', widget: 'string', required: false }
- { label: 'Mastadon', name: 'mastadon', widget: 'string', required: false }
Expand Down
4 changes: 4 additions & 0 deletions static/svg/bluesky_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions themes/openaq/layouts/about/people/person-social.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<img src="/svg/X_logo.svg" height="13" width="15" alt="X icon">
</a>
{{end}}
{{with .Params.bluesky}}
<a href="{{ . | safeURL }}" target="_blank" rel="noreferrer noopener">
<img src="/svg/bluesky_logo.svg" height="15" width="15" alt="bluesky icon">
</a>
{{end}}
{{with .Params.mastadon}}
<a href="{{ . | safeURL }}" target="_blank" rel="noreferrer noopener">
<img src="/svg/mastadon.svg" height="15" width="15" alt="mastodon icon">
Expand Down

0 comments on commit c63f215

Please sign in to comment.