Commit Graph

131 Commits

Author SHA1 Message Date
Nikita Karamov d540ef5aca
v2.3.0 2022-03-16 13:51:17 +01:00
Nikita Karamov 13d400a03a
Update CHANGELOG 2022-03-16 13:50:34 +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 34d487c422
v2.2.2 2022-02-12 12:41:05 +01:00
Nikita Karamov 4f23cf8ab0
Update changelog 2022-02-12 12:40:48 +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 3633c954a9
Update README 2022-02-12 12:30:49 +01:00
Nikita Karamov b16144f274
Bump some dependencies 2022-02-12 12:30:28 +01:00
Nikita Karamov e9c773cf12
2.2.1 2022-02-02 15:36:45 +01:00
Nikita Karamov 6ad2591e6a
Update dependencies 2022-02-02 15:35:39 +01:00
Nikita Karamov a5acc3dfdf
Update usernames 2022-02-02 15:32:36 +01:00
Nikita Karamov 6b332252c0
Fix README 2021-11-04 18:20:24 +01:00
Nikita Karamov d35d39622b
v2.2.0 2021-11-04 18:18:24 +01:00
Nikita Karamov 4811c8add6
Migrate to pnpm 2021-11-04 18:18:09 +01:00
Nikita Karamov 3b8e22a507
Replace karamoff.dev with kytta.dev 2021-11-04 18:01:45 +01:00
Nikita Karamov cf0bee0a66
Add links to mirrors in the README 2021-08-29 14:10:23 +02:00
Nikita Karamov bfcf51a790
v2.1.0 2021-08-29 13:55:33 +02:00
Nikita Karamov b843c735dc
Update version in CHANGELOG 2021-08-29 13:55:20 +02:00
Nikita Karamov 8a5c5be19f
Update .prettierignore 2021-08-29 13:54:26 +02: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 5b43ee1568
Update CHANGELOG 2021-08-29 13:22:14 +02:00
Nikita Karamov 5eace98469
v2.0.0 2021-08-29 13:15:34 +02:00
Nikita Karamov 93ab837dcd
Merge pull request #19 from NickKaramoff/v2
v2
2021-08-29 13:14:53 +02:00
Nikita Karamov a770909df8
Fix `serve` NPM script 2021-08-29 13:13:27 +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 44ebe5fd3c
Add self-hosting instructions
Closes #17
2021-08-28 16:03:58 +02:00
Nikita Karamov 52b031b4b6
Remove `engines` field 2021-08-28 15:56:49 +02:00
Nikita Karamov fd2e403d98
Update `engines` field 2021-08-28 15:55:42 +02:00
Nikita Karamov e23e590251
Try implementing backend with Node's `http` 2021-08-27 15:49:51 +02:00
Nikita Karamov 699f93fdbc
Change output directory to public 2021-08-27 15:13:50 +02:00
Nikita Karamov 25cb59ac44
Update .gitignore 2021-08-27 15:06:04 +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 2636bedd37
Fix paths in Gulpfile 2021-08-14 21:56:01 +02:00
Nikita Karamov 1e0469ebee
Update robots.txt 2021-08-14 19:12:50 +02:00
Nikita Karamov 67808803a4
Use Prettier to format files 2021-08-14 19:12:42 +02:00
Nikita Karamov 55c1e677e0
Remove old logo.svg 2021-08-14 19:03:29 +02:00
Nikita Karamov 7b976026a4
Update package.json 2021-08-14 19:01:37 +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
Nikita Karamov 87be699401
Update CHANGELOG 2021-08-14 17:51:00 +02:00
Nikita Karamov bb8fcbfdda
v1.2.2 2021-08-14 17:49:39 +02:00
Nikita Karamov 9123922254
Update dependencies 2021-08-14 17:49:02 +02:00
Nikita Karamov 5b18cc8301
Replace cssnano with csso
This does better job at compressing the CSS and is lighter
2021-08-14 17:45:08 +02:00
Nikita Karamov a14e5deb5a
Migrate from asdf to nodenv 2021-08-14 17:43:45 +02:00
Nikita Karamov f0afff0f2a
Update README
* fix typographical errors
* replace licence link with SPDX
2021-05-13 14:24:32 +02:00
Nikita Karamov 83c05f647a
Fix CHANGELOG [skip ci] 2021-05-13 14:20:40 +02:00
Nikita Karamov b17fcc73e1
v1.2.1 2021-05-13 14:19:53 +02:00