Skip to content

Commit

Permalink
New blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Jul 28, 2024
1 parent a78a66a commit 421a84f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pnpm build
Generate an empty placeholder for the blog post

```shell
pnpm new:post
pnpm post:new
```

## Credit
Expand Down
2 changes: 1 addition & 1 deletion scripts/post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spell-checker: disable
title: WIP
description:
pubDate: $(date -u +%Y-%m-%dT%H:%M:%SZ)
slug: 2023/wip
slug: 2024/wip
---
" > src/content/blog/$(date +%F)-wip.md

Expand Down
14 changes: 14 additions & 0 deletions src/content/blog/2024-07-28-july-2024-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: July 2024 update
description: What happened it the last year
pubDate: 2024-07-28T14:43:07Z
slug: 2024/july-2024-update
---

Long time no see - I recently checked and it seems like the last blog post I wrote was about one year ago. I tried to come back to more regular writing schedule but having house is not easy task so I postponed it a couple of times and here we are - almost one year later.

**What changed in this one year?**

As I mentioned I bought a house in suburbs on Wrocław so almost all this year was connected with preparing it for living. It still amazes me how hard is to find good specialist for almost every stage of home renovating / preparing for use. Fortunately I managed to almost complete all of required work to have comfortable living (I wanted to avoid having renovation going on for next 10 years). That is why I think I can go back to writing more. At work I'm currently mainly focused on backend part of Next.js applications - it is quite fun to works with server less environment so I think I will write more about this year.

Let's get going and see you around 👋🏻
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const latestsPosts = await getLatestsPosts();
---

<BaseLayout>
<article class="prose mx-auto dark:prose-invert lg:prose-xl">
<article class="prose mx-auto lg:prose-xl dark:prose-invert">
<h1>
Hi, I'm Krzysztof Żuraw <span
class="inline-block origin-wave animate-wave">👋🏻</span
Expand All @@ -21,6 +21,7 @@ const latestsPosts = await getLatestsPosts();
width={460}
height={460}
class="w-[128px] rounded-full"
loading="eager"
/>
<div>
<p>Welcome to my blog. Here's a brief introduction about me:</p>
Expand Down

0 comments on commit 421a84f

Please sign in to comment.