sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit 7f46cd5102a29e84bf9d9d0939311e87f072d58d
parent c1e3ca64e106c7c1b6386c29c35ace603091415f
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed, 22 Oct 2025 08:49:30 +0200

Published AV2 pages link and blog post

Diffstat:
Asrc/blog/2025-10-22-hike/hike.md | 18++++++++++++++++++
Msrc/home.md | 5+++++
Mtop.html | 1+
3 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/blog/2025-10-22-hike/hike.md b/src/blog/2025-10-22-hike/hike.md @@ -0,0 +1,18 @@ +# The hike + +Hello, people who read my rants about software! This update is not +about copmuter stuff, so it does not quite fit the theme of this blog. +I'll keep it short. + +A couple of months ago I went on a crazy hike together +with my dad. For 9 consecutive days we walked on [Alta Via +2](https://en.wikipedia.org/wiki/Alta_Via_2), a high mountain route +through the Dolomites. After the hike, I took some time to write about +it in these pages: + +[My Alta Via 2 pages](../../av2) + +If you are interested in this story, or if you just want to see some +cool pictures, do check them out! + +![Me walking on a trail](../../av2/img/25-1033-farangole.jpg) diff --git a/src/home.md b/src/home.md @@ -10,3 +10,8 @@ and [my talks](talks). During my free time I enjoy tinkering with my computer, [programming](git) and playing with the [Rubik's cube](speedcubing). + +In August 2025 I completed +[Alta Via 2](https://en.wikipedia.org/wiki/Alta_Via_2), a 9-day hiking +route through the Dolomites. I wrote about this adventure in [this page](./av2) +- check it out if you want to see some beautiful pictures! diff --git a/top.html b/top.html @@ -23,6 +23,7 @@ <a href="/blog">Blog</a> | <a href="/tronto-cv.pdf" title="pdf, 205Kb">CV</a> | <a href="/git">Git</a> | + <a href="/av2">Hikes</a> | <a href="/research">Math</a> | <a href="/speedcubing">Speedcubing</a> | <a href="/talks">Talks</a>