Now on Polymaths
Just a short little notice that my blog is now available on a second url, and it will be the one that I will be treating as the default https://sotolf.polymaths.page my codeberg page will still stay up, as it’s already configured in my scripts, so they will both be updated in parallell.
So what is polymaths.page, it’s amin’s new hosting project for static pages, and it’s really quite cool, it’s very simple to use for someone like me at least, I get an ssh login, with a folder in my home which basically is my page, so just stuffing my files there is enough to get it up there, it was just a little addition to my publishing script and it’s working, after a bit of back and forth, this is the addition that I had to make to get it running:
rsync -av --exclude .git -e ssh ~/hugo/public/ sotolf@polymaths.page:~/sotolf.polymaths.page/
And that’s it, now every time I publish, both gets updated, it’s nifty, and a really simple way to deal with it, and now I just go on as I always had, and don’t even have to remember anything, which is the best.