orhun / personal-blog

The source of my blog ✍🏼
https://blog.orhun.dev
27 stars 3 forks source link

Add new blog post #24

Closed orhun closed 5 months ago

orhun commented 5 months ago

The preview is here: https://blog.orhun.dev/pr-preview/pr-24/stdout-vs-stderr/

You can also install zola and reading it locally via zola serve:

git clone https://github.com/orhun/personal-blog orhun-blog
cd orhun-blog
git checkout stdout-vs-stderr
# install Zola: <https://www.getzola.org/documentation/getting-started/installation/>
zola serve

The code repository is not public yet (I'm making the last adjustments) but it should be fine because the post already contains all of the code.

github-actions[bot] commented 5 months ago

PR Preview Action v1.4.6 :---: :rocket: Deployed preview to https://orhun.github.io/personal-blog/pr-preview/pr-24/ on branch gh-pages at 2024-01-10 09:20 UTC

orhun commented 5 months ago

This is now published at https://blog.orhun.dev/stdout-vs-stderr/, thank you all for review!