My (second, see first) personal web is officially up and running!
This time, rather than spending the time building components and using a library for compiling my org files, I decided for everything to be as close to the bone as possible: static site generation. Since I support Rust deeply (and trying to push it forward inside Amazon), I found Zola to be particularly appealing.
One of the features that I was missing from my old website was a Travel Map, with all the places I have traveled and the dates, so I can know when something specific happened in my life, in Spain, or another country.
I found that the DeepThought zola theme has the integration ready, so might bring over some of that. Currently, there's a pretty static map by default, but mapbox includes very nice realistic themes if interested, which fit better with how we want to run our site.
{% if config.extra.mapbox.enabled %}
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/v2.6.1/mapbox-gl.css" integrity="sha384-oGm59HWAkwO32h2w8u0B98wKBZJwd6MbWtAJwQKCTffZjOXHXrnyv9Syjovgc+UV" crossorigin="anonymous">
{% endif %}