diff --git a/Makefile b/Makefile
index 20d56bf..6894d64 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ new-post:
POST_DIR="content/blog/$$YEAR/$$MONTH/$$DAY/dummy"; \
mkdir -p "$$POST_DIR"; \
echo "+++" > "$$POST_DIR/index.md"; \
- echo "title = Dummy Post" >> "$$POST_DIR/index.md"; \
+ echo "title = \"Dummy Post\"" >> "$$POST_DIR/index.md"; \
echo "date = $$(date +%Y-%m-%d)" >> "$$POST_DIR/index.md"; \
echo "draft = false" >> "$$POST_DIR/index.md"; \
echo "+++" >> "$$POST_DIR/index.md"; \
diff --git a/content/blog/2025/04/22/revisiting-butterrobot/butterrobot.png b/content/blog/2025/04/22/revisiting-butterrobot/butterrobot.png
new file mode 100644
index 0000000..2f9ce60
Binary files /dev/null and b/content/blog/2025/04/22/revisiting-butterrobot/butterrobot.png differ
diff --git a/content/blog/2025/04/22/revisiting-butterrobot/index.md b/content/blog/2025/04/22/revisiting-butterrobot/index.md
new file mode 100644
index 0000000..fa95bf6
--- /dev/null
+++ b/content/blog/2025/04/22/revisiting-butterrobot/index.md
@@ -0,0 +1,24 @@
++++
+title = "Butterrobot 0.2.4 released"
+date = 2025-04-22
+draft = false
+tags = ["butterrobot", "golang", "projects", "releases"]
++++
+
+I've decided to revive Butterrobot after a long hiatus.
+
+The project was originally written in Python and it was designed to be a simple way to have quality of life in Slack and Telegram channels. After I made [the initial implementation](https://github.com/fmartingr/butterrobot) I started going deeper into Golang and mostly abandoned it with a promise to come back and rewrite it in the future.
+
+That day is here.
+
+
+
+
+
+I went ahead and rewrote the entire thing in Golang. All previous features are still available and working as they should before. What I have lost is the ability to easily create plugins without making changes to the original repository. The implementation in Python relied on pip packages that could create entrypoints in the plugin and were automatically discovered by the application. In Golang, we need to manually register plugins and their entrypoints in the code so all _plugins_ go into the main repository. I could have gone the RPC route but it added unnecessary complexity and overhead. Instead, I opted for a more straightforward approach that allows for easy plugin development and maintenance.
+
+The main repository is now available on [my git forge](https://git.nakama.town/fmartingr/butterrobot) and it can be used on Telegram bots easily, as I am already using it in my groups. Right now a small subset of plugins are available but I plan to add more in the future as I add more capabilities to the bot framework.
+
+
+
+[Go get it!](https://git.nakama.town/fmartingr/butterrobot)
diff --git a/content/blog/2025/04/22/revisiting-butterrobot/plugins.png b/content/blog/2025/04/22/revisiting-butterrobot/plugins.png
new file mode 100644
index 0000000..b6c4921
Binary files /dev/null and b/content/blog/2025/04/22/revisiting-butterrobot/plugins.png differ
diff --git a/content/blog/2025/04/27/i-read-feel-good-productivity/feel-good-productivity-cover.jpg b/content/blog/2025/04/27/i-read-feel-good-productivity/feel-good-productivity-cover.jpg
new file mode 100644
index 0000000..6005cb4
Binary files /dev/null and b/content/blog/2025/04/27/i-read-feel-good-productivity/feel-good-productivity-cover.jpg differ
diff --git a/content/blog/2025/04/27/i-read-feel-good-productivity/index.md b/content/blog/2025/04/27/i-read-feel-good-productivity/index.md
new file mode 100644
index 0000000..47ee818
--- /dev/null
+++ b/content/blog/2025/04/27/i-read-feel-good-productivity/index.md
@@ -0,0 +1,24 @@
++++
+title = "I read Feel-Good Productivity"
+date = 2025-04-27
+tags = ["books", "I read"]
++++
+
+I've tried to read productivity books for a while, started with note-taking, time management, and goal-setting... but never managed to finish any of them. This is the first book that not only I finished, but also I found it enjoyable, insightful, and provides practical tips for improving productivity. And not only that, is the first one that I have used a marker on to highlight important passages.
+
+
+
+
+
+What did I like from this book that makes it different from other productivity books?
+
+- Productivity should be fun and enjoyable, not just a chore. That's just something basic but it didn't click for me until I stopped and thought about it for a moment. I have been doing some hobbies that just weren't fun for me, but I realized that I was doing them because I thought they were supposed to be fun, not because I actually enjoyed them. I replaced them with activities that I actually enjoy doing, or at least I'm trying to do so.
+- The book is organized in a way that makes it easy to follow and understand. Each block focuses on a specific aspect of productivity, such as motivation, focus, and time management, providing practical tips and **actionable advice**.
+- The writting style is easy going and enjoyable to read, relating to the author's personal experiences and insights and providing real-life examples to relate the content to the reader's own experiences.
+- It provides summaries of each chapter, making it easy to review the content and remember the key points.
+
+After reading it I bought the audiobook so I can focus on specific chapters that I want to deeply understand and apply into my daily life, there are some chapters that are very good for productivity nerds like me.
+
+I have already started to apply some of the tips from the book into my daily life, and I'm already seeing improvements in my productivity, habits, and overall well-being.
+
+If you are thinking into reading a book about productivity, I highly recommend this one. It's a great and easy read, and it's a book that I can recommend to anyone who wants to improve their productivity.
diff --git a/content/blog/2025/05/04/i-played-celeste-pico-8/cover.png b/content/blog/2025/05/04/i-played-celeste-pico-8/cover.png
new file mode 100644
index 0000000..2cb34c1
Binary files /dev/null and b/content/blog/2025/05/04/i-played-celeste-pico-8/cover.png differ
diff --git a/content/blog/2025/05/04/i-played-celeste-pico-8/index.md b/content/blog/2025/05/04/i-played-celeste-pico-8/index.md
new file mode 100644
index 0000000..5f8bffe
--- /dev/null
+++ b/content/blog/2025/05/04/i-played-celeste-pico-8/index.md
@@ -0,0 +1,22 @@
++++
+title = "I played Celeste (PICO-8)"
+date = 2025-05-04
+tags = ["videogames", "I played"]
++++
+
+> I bought an Anbernic device mainly to play PICO-8 games on it, but after playing two games the screen broke and I had to return it so I still have a nice backlog of PICO-8 games to go through when I sit down and set up my Retroid Pocket.
+
+
+