# My first blog post

1 min read
Table of Contents

Creating this blog

The idea of actually creating this blog as a way to share my thoughts started to take shape a few months ago, as I started trying to refactor Skim’s TUI.

For those who do not know it and use the terminal frequently, the project is pretty similar to fzf, but in Rust. I took over as the maintainer nearly a year ago, and this refactor is my most important work to date on this project, since the TUI and business logic of the app are intertwined and share the same event loop and timers. I hope I’ll go into it further in future blog posts.

The technical bit

For those not interested in the technical part, thank you for reading this far. For the others, this blog is built on a premade Astro theme that I spent a few minutes simplifying even further, to ensure that I could focus only on the posts. Shout out to @stelcodes on GitHub for their simple Multiterm astro theme. It is then built as a cloudflare page and served through their network, as I feel like GH Pages are a bit clunky and quite often slow.

avatar image

Thanks for reading this blog post. Feel free to share it with anyone you think might find this interesting.