Commit Graph

14 Commits

Author SHA1 Message Date
Nikita Karamov a87bf08e2e
Add canonical URL 2022-11-14 10:58:41 +01:00
Nikita Karamov 3c2931cab6
Add GoatCounter analytics
I know, it sounds horrible, but it isn't as bad as it sounds. This is a
GDPR-friendly analytics engine that respects adblockers and doesn't
store any identifying data about the page. I am using it to estimate the
visitors count of this page.

Statistics are available here:
https://share2fedi.goatcounter.com/
2022-11-14 10:58:32 +01:00
Nikita Karamov 4ecf304519
Self-host Google Fonts
Due to questionable privacy policy of Google Fonts (including them being
called illegal by the Munich court [1]), I have decided to self-host the
fonts. I have used the google-webfonts-helper[2] to load the subset
version of the font.

I have also added the `local()` source so that the font will not be
loaded if the user has a font with the same name installed on their
system.

After this commit, toot requires no 3rd-party resources any more 🎉

[1]: https://rewis.io/urteile/urteil/lhm-20-01-2022-3-o-1749320/
[2]: https://google-webfonts-helper.herokuapp.com/
2022-03-16 13:44:00 +01:00
Nikita Karamov e699cc20eb
Update years in licence headers 2022-02-12 12:36:08 +01:00
Nikita Karamov 929338c93f
Update hosting to Codeberg 2022-02-12 12:35:53 +01:00
Nikita Karamov a5acc3dfdf
Update usernames 2022-02-02 15:32:36 +01:00
Nikita Karamov 3b8e22a507
Replace karamoff.dev with kytta.dev 2021-11-04 18:01:45 +01:00
Nikita Karamov 0ad7c5595f
Add licence identifiers to the source
- add SPDX licence identifiers to every source file
- add LibreJS-compatible identifiers to the JS code
2021-08-29 13:54:14 +02:00
Nikita Karamov 555ac47080
Add description of toot
- adds a short description to the <title>
- adds a meta tag for description

See #13
2021-08-28 16:06:57 +02:00
Nikita Karamov 7839dfa6ff
Replace JS on form with a POST request
Closes #12
2021-08-27 15:03:24 +02:00
Nikita Karamov 4b545f4a14
Clean up JS code 2021-08-14 21:56:17 +02:00
Nikita Karamov d16f5ffa27
Update JS pipeline 2021-08-14 18:54:32 +02:00
Nikita Karamov d9dca764cc
Update styles pipeline 2021-08-14 18:50:53 +02:00
Nikita Karamov f036326abe
Replace Pug with pure HTML 2021-08-14 18:33:06 +02:00