Fix alt URL + auto-update age

- It seems that Codeberg Pages doesn't support Submodules, so for now the alternative website is on Netlify
- I forgot to update my age on my birthday this year, so I figured I might as well automate it
This commit is contained in:
MassiveBox 2022-09-17 18:46:43 +02:00
parent e1fbe0782c
commit c7ffffc164
3 changed files with 12 additions and 4 deletions

View file

@ -8,4 +8,4 @@ Don't forget to clone the repo with `--recurse-submodules` to get all dependanci
- jQuery because plain JS is boring
- RSS Parser because Pleroma's feed is in RSS format
You can check out a live version at https://massivebox.net or https://massivebox.codeberg.page/website.
You can check out a live version at https://massivebox.net or https://massivebox.netlify.app/ (without the Pleroma feed since the path is relative, so it tries to fetch https://massivebox.netlify.app/feed.atom, which doesn't exist).