Reorganizing my digital space: a small experiment with my own domain
In the past few weeks, I decided to registered my own domain, danieleandreis.eu . Until now, my online presence was spread across different platforms — a blog, some code repositories, and various notes. Everything worked, but it did not feel fully under my control. This is why I decided to try something different organizing things starting from my homepage with links. My current structure I reorganized everything around a simple structure, using subdomains: danieleandreis.eu → homepage and central hub blog.danieleandreis.eu => current blog code.danieleandreis.eu => code and projects wiki.danieleandreis.eu => notes and knowledge base This setup will remain stable for now. The experiment: a new blog on GitHub The main idea behind this change is to experiment with running a blog directly on GitHub. This means: writing content in Markdown keeping everything versioned publishing through a static website This is just an experiment. ...