mirror of
https://github.com/jimeh/jimeh.github.io.git
synced 2026-02-19 09:06:40 +00:00
feat(links): replace twitter with bluesky
This commit is contained in:
10
_config.yml
10
_config.yml
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
6
fa/css/brands.min.css
vendored
6
fa/css/brands.min.css
vendored
File diff suppressed because one or more lines are too long
9
fa/css/fontawesome.min.css
vendored
9
fa/css/fontawesome.min.css
vendored
File diff suppressed because one or more lines are too long
4
fa/css/solid.min.css
vendored
4
fa/css/solid.min.css
vendored
@@ -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.
Reference in New Issue
Block a user