Skip to content

Commit

Permalink
feat: add bluesky info
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Dec 7, 2024
1 parent ecdd2d7 commit d669f10
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,3 @@ Run `npm run build` to build the client/server project. The client build artifac
## Test

Run `npm run test` to run unit tests with [Vitest](https://vitest.dev).

## Community

- Visit and Star the [GitHub Repo](https://github.com/analogjs/analog)
- Join the [Discord](https://chat.analogjs.org)
- Follow us on [Twitter](https://twitter.com/analogjs)
- Become a [Sponsor](https://github.com/sponsors/brandonroberts)
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<meta property="og:image" content="https://k9n.dev/images/k9n.png" />
<meta property="profile:first_name" content="Danny" />
<meta property="profile:last_name" content="Koppenhagen" />
<meta property="profile:gender" content="male" />
<link rel="manifest" href="manifest.webmanifest" />
<meta name="theme-color" content="#e7e7e7" />
</head>
Expand Down
14 changes: 6 additions & 8 deletions src/app/components/contact/contact.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ <h2 class="major">Kontaktieren Sie mich</h2>
<li class="icon brands fa-github">
<a href="https://github.com/d-koppenhagen">github.com/d-koppenhagen</a>
</li>
<li>
<a rel="me" href="https://bsky.app/profile/k9n.bsky.social">
bsky.app/profile/k9n.bsky.social
</a>
</li>
<li class="icon brands fa-twitter">
<a href="https://twitter.com/d_koppenhagen"
>twitter.com/d_koppenhagen</a
>
<a href="https://twitter.com/d_koppenhagen">x.com/d_koppenhagen</a>
</li>
<li class="icon brands fa-linkedin">
<a href="https://www.linkedin.com/in/d-koppenhagen/"
Expand All @@ -26,11 +29,6 @@ <h2 class="major">Kontaktieren Sie mich</h2>
>xing.com/profile/Danny_Koppenhagen</a
>
</li>
<li class="icon brands fa-mastodon">
<a rel="me" href="https://techhub.social/&#64;k9n"
>https://techhub.social/&#64;k9n</a
>
</li>
</ul>
<ul class="copyright">
<li>&copy; 2023 by Danny Koppenhagen</li>
Expand Down
2 changes: 1 addition & 1 deletion src/content/blog/2020-08-my-development-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ The actual cronjob config is the following:
## Feedback

Now as you know my dev setup, it's your turn! Is there any great tool or plugin you can recommend?
Then just contact me via [E-Mail](mailto:[email protected]) or [Twitter](https://twitter.com/d_koppenhagen) and let me know!
Then just contact me via [E-Mail](mailto:[email protected]) or [Bluesky](https://bsky.app/profile/k9n.bsky.social) and let me know!

**Thank you**

Expand Down

0 comments on commit d669f10

Please sign in to comment.