Commit Graph

435 Commits

Author SHA1 Message Date
ea9a01f6f7 Recolor links in statements 2024-06-23 02:08:38 +03:00
ca116cfb10 That draft style annoyed me 2024-06-23 01:48:17 +03:00
e2a03a455d Use custom domain: duckquill.daudix.one 2024-06-22 22:54:00 +03:00
078cf1a1b7 Switch to alpine v3.20.1 until zola is fixed 2024-06-22 06:47:33 +03:00
9ae2894d5f Switch away from alpine:edge in CI, bump to v3.1.0 2024-06-22 06:44:29 +03:00
b157f81a07 Allow making posts "featured", tweak article list styles 2024-06-22 06:29:52 +03:00
6c092ad49d Improve favicon loading logic, add language meta tag 2024-06-21 21:13:53 +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
b7807bb175 More info on translation and custom stylesheets 2024-06-20 23:40:20 +03:00
39a7c2d3e1 Merge pull request 'in the wild: Add gregorni.gitlab.io' (#25) from gregorni/duckquill:gregorni-gitlab-io into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/25
2024-06-20 19:53:15 +00:00
95658d9c89 in the wild: Add gregorni.gitlab.io 2024-06-20 19:51:46 +00:00
3ff75f2f7d Background-less footer, string tweaks 2024-06-20 20:17:52 +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
adcfdc6b72 Display -> show 2024-06-20 10:02:57 +03:00
8e77b6f931 Smart syntax highlighting theme loading 2024-06-20 09:52:50 +03:00
c425091260 Basic i18n docs (like very basic) 2024-06-20 09:33:05 +03:00
eaf35ed9fd Fix typo 2024-06-20 09:27:21 +03:00
7b7b89b366 Remove leftover code 2024-06-20 09:10:24 +03:00
84a5028c89 Allow settings custom copyright 2024-06-20 09:09: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
8ae127d4ce Simpler translation demos 2024-06-20 07:04:15 +03:00
7691b260a3 Fix missing labels (a11y)
Additionally add some missing translations
2024-06-20 06:48:56 +03:00
0a9b65d056 Rename language dropdown open animation, update screenshot 2024-06-20 04:06:39 +03:00
06abedb4b0 Fun footer links (Powered by Zola and Duckquill) 2024-06-20 03:32:05 +03:00
b70b152c53 Fix footer <p> spacing, give nav space to breathe
Why I used padding and not margin in the first place!?
2024-06-20 03:17:54 +03:00
77fdb7c6d8 Don't use !important in media styles 2024-06-20 01:51:52 +03:00
096aea2cf0 Add max width to footer 2024-06-19 17:13:17 +03:00
0160d2bcba Fix image shadow present with transparent class 2024-06-19 02:57:17 +03:00
fe3a058dfc Add some basic arabic demo
Yes, the translation is dogshit, I didn't have time to translate it
myself, so here we are, using DeepL
2024-06-18 08:52:50 +03:00
ee70e5fe46 More RTL improvements and some style tweaks 2024-06-18 07:52:13 +03:00
fbed171669 Add external class to external buttons 2024-06-18 06:42:40 +03:00
9344e4d4e5 Ditto for comments.scss 2024-06-18 06:34:01 +03:00
1f9fe1636d Fun footer links hover effect, re-nest nav styles 2024-06-18 06:28:33 +03:00
17634a94da Add "open post" button to comments
Since I started working on the i18n support, comments lost it's previous
link to the post, so it's been added back in a form of an actual button
2024-06-18 06:08:18 +03:00
bcf57b7147 Display posts count for each tag in the tag list
And increase the "small" for size to closest pixel-perfect value
2024-06-18 05:44:13 +03:00
276a3a37ea Tweak the height of home button separator 2024-06-18 04:15:32 +03:00
e39b499844 Less pixels, more REMs 2024-06-18 04:13:00 +03:00
d84ab215c3 Use rem for --rounded-corner 2024-06-18 04:07:24 +03:00
dce877ff85 Return footer links, with a bit different style 2024-06-18 04:02:52 +03:00
52e9cbeda0 Across the board style fixes and simplifications
Plus bump to v3
2024-06-18 03:19:37 +03:00
58f4e9975e Open animation for lang menu and emojis 2024-06-18 00:04:42 +03:00
dab00bd98c Make more strings translatable (I hate how i18n is handled in Zola) 2024-06-17 07:33:32 +03:00
2abb4d234c A set of style fixes for rtl langs 2024-06-17 05:21:54 +03:00
f7dcab6c1d Add language switcher
It's a bit WET but hey, better than nothing I guess
2024-06-16 05:59:33 +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
c1f9247c86 Make the anchor link visible on keyboard focus
Sorry keyboard users, completely overlooked this :<
2024-06-15 03:13:48 +03:00