From 2e80bfa00d5c5859e6ec1b0143c1e4a53dd21f1e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:10:16 +0000 Subject: [PATCH 1/3] Initial plan From ec4b2ca5fd711fe8e31c915b4995ff1d1b0f1958 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:18:44 +0000 Subject: [PATCH 2/3] Add developer jokes to README Co-authored-by: adrianmg <589285+adrianmg@users.noreply.github.com> --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index b92a3b2..b07e9ad 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,26 @@ *Personal website based on Dr Jekyll and Mr Hide running a custom theme.* +> **Fun fact:** This site is powered by Jekyll. Not to be confused with Mr. Hyde, who handles the CSS... and occasionally the bugs. 🐛 + +## Why did the developer go broke? +Because he used up all his cache! 💸 + +## Developer Jokes + +**Q:** How many programmers does it take to change a light bulb? +**A:** None. It's a hardware problem. + +**Q:** Why do programmers prefer dark mode? +**A:** Because light attracts bugs! 🌙 + +**Q:** What's a developer's favorite place to hang out? +**A:** The Foo Bar. 🍺 + +--- + [![adrianmato.com](/assets/preview.png)](https://adrianmato.com) [Visit my website](https://adrianmato.com) + +> *Remember: There are only 10 types of people in the world: those who understand binary, and those who don't.* 😄 From 9171ce52b01fa4b6982a713bb238fb39d2502bca Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:20:27 +0000 Subject: [PATCH 3/3] Fix typo: Hide -> Hyde in README Co-authored-by: adrianmg <589285+adrianmg@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b07e9ad..2de00c7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # adrianmato.com [![Netlify Status](https://api.netlify.com/api/v1/badges/9482eaf2-54d5-4ee5-a190-5da6e2226aeb/deploy-status)](https://app.netlify.com/sites/adrianmato/deploys) -*Personal website based on Dr Jekyll and Mr Hide running a custom theme.* +*Personal website based on Dr Jekyll and Mr Hyde running a custom theme.* > **Fun fact:** This site is powered by Jekyll. Not to be confused with Mr. Hyde, who handles the CSS... and occasionally the bugs. 🐛