Skip to content

Commit

Permalink
Merge pull request #372 from flatcar/tormath1/bsky
Browse files Browse the repository at this point in the history
socials: add bluesky
  • Loading branch information
tormath1 authored Nov 27, 2024
2 parents 14298e0 + 6ba46df commit c058d74
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 6 deletions.
7 changes: 4 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ params:
Email: [email protected]
Subtitle: Linux for containers
social:
- title: twitter
url: 'https://twitter.com/flatcar'
image: 'twitter-icon'
- title: bluesky
url: 'https://bsky.app/profile/flatcar.org'
- title: github
url: 'https://github.com/flatcar'
image: 'github-icon'
- title: mastodon
url: 'https://hachyderm.io/@flatcar'
- title: x-twitter
url: 'https://x.com/flatcar'
favicon: "/media/brand-logo.svg"
docs:
github_edit_url: https://github.com/flatcar/flatcar-website/edit/master/content/docs/latest
Expand Down
2 changes: 1 addition & 1 deletion themes/flatcar/layouts/partials/socials.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{ range .Site.Params.social }}
<li class="list-inline-item socials__item">
<a href="{{ .url }}" class="socials__link" target="_blank" rel="noopener" aria-label="Flatcar Container Linux's {{ .title }}">
<i class="fab fa-{{ .title }}{{if ne .title "mastodon"}}-square{{ end }}"></i>
<i class="fa-brands fa-{{ .title }}"></i>
</a>
</li>
{{ end }}
Expand Down
8 changes: 6 additions & 2 deletions themes/flatcar/static/css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file modified themes/flatcar/static/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified themes/flatcar/static/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified themes/flatcar/static/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified themes/flatcar/static/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified themes/flatcar/static/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified themes/flatcar/static/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c058d74

Please sign in to comment.