Commit Graph

28 Commits

Author SHA1 Message Date
36812777f9 Implement backlinks 2024-10-17 01:28:07 +03:00
aa43730750 Adjust strings to make translation to specific languages possible (#100) 2024-10-05 17:15:31 +03:00
f66f757022 Make it possible to rearrange the "Powered by" links (for i18n) 2024-10-03 08:02:36 +03:00
c00e2da03e Replace tricks with mods (fixes #88) 2024-09-25 20:51:11 +03:00
20fe6e82dd Replace "From newest to oldest" with the total amount of posts (fixes #85) 2024-09-24 02:25:16 +03:00
bd572912bd Add support for pagination (fixes #81) 2024-09-19 22:11:56 +03:00
3b633f63b4 Add i18n string for "Share" 2024-09-17 04:07:46 +03:00
a9ac35a3a8 Add missing demo translation strings 2024-08-27 04:47:39 +03:00
d8cc59e7b8 Change navbar links 2024-08-27 04:42:12 +03:00
8b24b68c0e Add missing i18n strings 2024-08-26 03:41:02 +03:00
839a76bffb Remove unused "Repo" i18n string 2024-08-22 16:55:59 +03:00
19bafc179a Add missing "By $AUTHOR" string to i18n files (fixes #52) 2024-08-22 16:53:39 +03:00
c69b4a3e4f Add repository button to the navbar 2024-08-18 02:32:22 +03:00
67c698b949 Add manual theme switcher (fixes #5) 2024-08-18 02:19:34 +03:00
5325d17667 Display status if there's no comments 2024-08-08 05:56:48 +03:00
94cbdaed62 Add "tricks" page (partially fixes #29) 2024-07-21 21:37:00 +03:00
089755c89f Add estimated read time counter, remove tags from the post
Shoutout to Cassidy for
https://cassidyjames.com/blog/read-time-estimate-jekyll/
2024-07-20 23:00:11 +03:00
a6e0471fb2 Display multiple post authors of present, align tags to the right 2024-07-20 02:00:53 +03:00
425de4235d Allow reloading comments (fixes #32) 2024-07-19 21:54:07 +03:00
c3466f9810 Add l10n strings for comments QR code alt text 2024-07-09 01:06:03 +03:00
29fa3ec522 Add GitHub-styled alerts 2024-07-05 03:01:00 +03:00
f962a7594f Add missing translation keys 2024-06-30 03:56:39 +03:00
b157f81a07 Allow making posts "featured", tweak article list styles 2024-06-22 06:29:52 +03:00
fe6de0eb17 Deprecate the animated_favicon variable
APNG seems to be well supported so it's not needed I guess
2024-06-21 20:39:43 +03:00
238f84de30 Make dates respect current locale (deprecations!)
And make comments use it in a smart way (it's not but it works)

Deprecate "extra.date_format" and "extra.comments.locale" and replace it
with "date_format" and "date_locale" in translation files
2024-06-20 19:26:12 +03:00
13fad928f7 Rename translation keys 2024-06-20 10:19:27 +03:00
37e0939391 Continue previous commit 2024-06-20 09:03:46 +03:00
40b1895618 Redo the translation system (steal from tabi) 2024-06-20 08:42:24 +03:00