feat(links): replace twitter with bluesky

This commit is contained in:
2024-12-01 16:52:49 +00:00
parent b8646ed434
commit 219c5ed998
11 changed files with 21 additions and 17 deletions

View File

@@ -13,8 +13,10 @@ permalink: /:title/
social: social:
name: Jim Myhrberg name: Jim Myhrberg
links: links:
- https://twitter.com/jimeh
- https://github.com/jimeh - https://github.com/jimeh
- https://bsky.app/profile/jimeh.me
- https://mastodon.social/@jimeh
- https://twitter.com/jimeh
- https://jimeh.io/ - https://jimeh.io/
- http://www.linkedin.com/in/jimeh - http://www.linkedin.com/in/jimeh
- http://www.last.fm/user/jimeh - http://www.last.fm/user/jimeh
@@ -33,9 +35,9 @@ links:
- name: github - name: github
url: https://github.com/jimeh url: https://github.com/jimeh
class: fa-brands fa-github class: fa-brands fa-github
- name: twitter - name: bluesky
url: https://twitter.com/jimeh url: https://bsky.app/profile/jimeh.me
class: fa-brands fa-twitter class: fa-brands fa-bluesky
- name: mastodon - name: mastodon
url: "https://mastodon.social/@jimeh" url: "https://mastodon.social/@jimeh"
class: fa-brands fa-mastodon class: fa-brands fa-mastodon

View File

@@ -9,11 +9,10 @@
{% seo title=false %} {% seo title=false %}
<link rel="shortcut icon" href="/favicon.ico?{{ site.time | date: '%s%N' }}" /> <link rel="shortcut icon" href="/favicon.ico?{{ site.time | date: '%s%N' }}" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png?{{ site.time | date: '%s%N' }}" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png?{{ site.time | date: '%s%N' }}" />
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400italic,700italic,400,700' <link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
rel='stylesheet' type='text/css'> <link href="/fa/css/fontawesome.min.css?{{ site.time | date: '%s%N' }}" rel="stylesheet">
<link href="/fa/css/fontawesome.min.css" rel="stylesheet"> <link href="/fa/css/brands.min.css?{{ site.time | date: '%s%N' }}" rel="stylesheet">
<link href="/fa/css/brands.min.css" rel="stylesheet"> <link href="/fa/css/solid.min.css?{{ site.time | date: '%s%N' }}" rel="stylesheet">
<link href="/fa/css/solid.min.css" rel="stylesheet">
<link rel="stylesheet" href="{{ " /css/main.css" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}"> <link rel="stylesheet" href="{{ " /css/main.css" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}">
</head> </head>
<body> <body>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
/*! /*!
* Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc. * Copyright 2024 Fonticons, Inc.
*/ */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900} :host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.