Skip to content

Commit

Permalink
feat: feed post
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Dec 23, 2023
1 parent f528778 commit 2bfd598
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/feed/website-launch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: First post on the new website
description: The first post on my the new website.
type: writing
date: 23 / 12 / 2023
---

# My site is live!

It finally happened – my new personal site is finally live. I've been working on it for a long time and I'm very happy with the result, and thankful for all the feedback I've received in the last month. If you have any questions or found bugs, feel free to [contact me](https://twitter.com/flornkm) on Twitter / X.

![Live Wording](/images/feed/live/site-live.png)
11 changes: 11 additions & 0 deletions design-system/feed.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ div > article.post {
text-underline-offset: 2px;
}

@media (prefers-color-scheme: dark) {
& a {
padding: 0.1rem 0rem;
border-radius: 0.2rem;
font-weight: 500;
color: white;
transition: all ease-in-out 0.1s;
cursor: alias;
}
}

& a:hover {
text-decoration: none;
}
Expand Down
Binary file added public/images/feed/live/site-live.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 2bfd598

@vercel
Copy link

@vercel vercel bot commented on 2bfd598 Dec 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.