Commit Graph

17 Commits

Author SHA1 Message Date
598e5e9fb7 Remove description variable from article_list.html (fixes #33)
Instead use the normal page content. This allows much richer blog
descriptions!
2024-07-19 21:38:27 +03:00
26aea8cf46 Trim whitespace in more places 2024-07-13 22:57:02 +03:00
7e629c95ff Float tags to the end of post card 2024-07-07 16:48:19 +03:00
4edb6e9760 Make blog description optional 2024-07-05 05:53:25 +03:00
6f9c51fa5d Make the default locale en_US instead of en_IE
en_US is way more common and usual for most people than the weird
European en_IE (I do like it but that's just me)
2024-06-30 21:02:01 +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
40b1895618 Redo the translation system (steal from tabi) 2024-06-20 08:42:24 +03:00
52e9cbeda0 Across the board style fixes and simplifications
Plus bump to v3
2024-06-18 03:19:37 +03:00
88cf05a654 Fix nav active indicator, remove useless default values 2024-06-16 05:20:06 +03:00
7bb9b19e77 Make previous commit actually work
This is a huge mess, Zola is really not i18n-friendly
2024-06-16 04:57:51 +03:00
a4a68c8b61 Initial work on adding i18n support, drop footer link support (breaking change!) 2024-06-15 22:36:03 +03:00
7cfc1a9cd6 Make dialog buttons a <div> instead of <p>, render Markdown in blog and post descriptions 2024-06-15 02:58:51 +03:00
9eee1bc77d Move the rest of the icons to CSS mask
This way user can change the icon without overriding the template
itself, plus it's cleaner this way
2024-06-13 17:15:35 +03:00
05d44214be Rename blog* to article* (breaking change!)
Since these styles and templates can be used not only for blogs but for anything, more correct naming makes sense, at cost of a breaking change...
2024-05-02 21:54:47 +03:00