Commit Graph

283 Commits

Author SHA1 Message Date
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
7691b260a3 Fix missing labels (a11y)
Additionally add some missing translations
2024-06-20 06:48:56 +03:00
06abedb4b0 Fun footer links (Powered by Zola and Duckquill) 2024-06-20 03:32:05 +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
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
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
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
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
c12b8caa76 Drop support for johnverts (out of scope) 2024-06-11 17:27:38 +03:00
f2644b9b5c Get rid of the mobile menu
It wasn't as good as I would like it to be
2024-06-10 17:04:02 +03:00
1a51a28945 Mhm 2024-06-09 19:42:41 +03:00
a69c24ef0a Links menu in nav on mobile, DRY-er icon styles 2024-06-09 00:29:17 +03:00
d93bb90561 Custom focus indicator and accessebility fixes 2024-05-29 03:39:59 +03:00
0b9ea98cba Allow loading additional scripts (hopefully people won't do anything horrible with this) 2024-05-27 22:11:03 +03:00
a08d719088 Active navbar link indicator 3000
Totally not inspired by Discord
2024-05-27 01:33:51 +03:00
b32c51b71a Make source_url and issues_url optional and adapt content if not set 2024-05-21 16:23:18 +03:00
39d75b08c7 Use article element in article.html 2024-05-21 01:49:15 +03:00
a108cc7501 Fancier hr, goatcounter analytics, simplify bg-color variable, add default value for the locale setting 2024-05-16 17:20:34 +03:00
d6e9d094cd Fix the image shortcode 2024-05-13 17:34:32 +03:00
5b6ea6904c Revert "Convert colors to the superiour format (HSL)"
This reverts commit dad3e18d81.
2024-05-13 03:22:52 +03:00
dad3e18d81 Convert colors to the superiour format (HSL)
Still need to figure out how to make sure it's sompiled to rgb everywhere
2024-05-13 01:05:49 +03:00
1f7dab1f59 Proper support for heading anchors 2024-05-09 22:52:02 +03:00
3f87d78b33 Add optional copy code button! 2024-05-09 22:01:25 +03:00
86cc9a7ff3 Improve footer socials hoover state, make the structure cleaner 2024-05-04 22:41: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
8aa03d03fa Rewrite footer to support links and socials, tweak heading sizes, deprecate page/site links and replace with "external" class, change discalimer heading from plural to singular 2024-05-02 17:58:27 +03:00
af84b56ede Make the navbar non-mandatory
I can imagine duckquill being used for one-page sites that simply don't need it, plus we can get rid of one more variable from theme.toml
2024-05-02 00:32:32 +03:00
34ebf5a6dc Add drfated and archived badges in blog list, use archive icon for archived statement, remove ellipsis form load comments button 2024-04-29 17:05:11 +03:00
c1abdc238b Change the warning icon in disclaimer to bigger one
Outline variant appears too small, filled one on the other hand fits perfectly
2024-04-25 12:07:43 +03:00
13f280601b Fix cut-off emoji favicon, fix static favicon being used when animated one is available 2024-04-21 21:56:28 +03:00
41ff1c4748 Some improvements to the config (breaking changes!)
- Remove support for per-page/section emoji favicon (breaking change!)
- Update copyright year
- Improve code comments in config
- Introduce a new configuration variable: locale; used for defining comment timestamp locale
- Fix code blocks having every other line being darker in some complex cases (unset leftover styles from "table")
- Fix code block "mark" having an edge highlight (leftover style from "mark")
- Use get_url for code block styles
- Always use png favicon as a fallback
- Get rid of transparency and roundness in apple-touch-icon (as recommended by 🤮pple)
2024-04-21 20:44:52 +03:00
c80b47fa92 Use warning icon instead of a glyph, move QR styles to comments
-since it's not used anywhere else at the moment
2024-04-04 07:06:17 +03:00
5e6693e3d6 Use button instead of a link on 404, add cursor style, fix capitalisation 2024-04-04 01:20:25 +03:00
6630785ecb Improve nav links logic (BREAKING CHANGE) 2024-04-01 07:08:09 +03:00
16a73ef4d3 Get rid of the anchor tag in image shortcode 2024-03-31 00:15:01 +03:00
d999241592 Minor formatting fix 2024-03-30 23:09:54 +03:00
31aeba8ec3 Improve explanation text for comments, make abbr dotted again 2024-03-30 23:00:33 +03:00
ecbf5f96eb Spin boosts/faves icon on hover (more fun!) 2024-03-30 22:27:43 +03:00
1dd9b457ca Revert back to using goqr.me API for comment QR
DDG doesn't seem to work in "production" for some reason, while it works
perfectly fine locally :/
2024-03-30 21:38:06 +03:00