Commit Graph

516 Commits

Author SHA1 Message Date
11d0eb30e9 Be more specific as for why banner has these specific dimensions 2024-07-21 20:08:30 +03:00
67201978bb Fix broken code blocks with complex settings (again)
Additionally, utilize `unset` instead of transparent in more places
2024-07-21 19:59:23 +03:00
ddf9e2fb77 Bump to v4.1.0, update screenshot 2024-07-21 04:11:12 +03:00
6fd12215f6 Thank more awesome people 2024-07-21 02:44:52 +03:00
f786ca3cbb Self closing tag! 2024-07-21 02:15:41 +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
9a2b0aca95 Allow setting different primary color for dark mode (fixes #35) 2024-07-20 22:07:29 +03:00
8b200e577d Support comment img/video attachments (fixes #30) 2024-07-20 21:03:05 +03:00
0bfb92729c Bump to v4.0.0 2024-07-20 04:14:39 +03:00
85b27b4542 Mention the recommended banner dimensions 2024-07-20 04:13:54 +03:00
7fd73e0360 Rewrite the demo (fixes #27) 2024-07-20 03:39:21 +03:00
a6e0471fb2 Display multiple post authors of present, align tags to the right 2024-07-20 02:00:53 +03:00
0866d0725b Make more XHTML5 compliant in theory (fixes #31) 2024-07-19 22:26:15 +03:00
425de4235d Allow reloading comments (fixes #32) 2024-07-19 21:54:07 +03:00
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
f1ca685eaa Allow statements on regular pages (fixes #34) 2024-07-19 21:32:32 +03:00
f72225103f Don't use :has for copy code animation
And move the main container to _general.scss
2024-07-18 22:14:01 +03:00
54c75f36a6 Reset button appearance using appearance: none 2024-07-18 17:36:17 +03:00
61adc17752 Shine the code block header on copy 2024-07-18 02:38:37 +03:00
19e976375c Use code block header if copy button is enabled
Now copy button doesn't cover the code, because it's not on top of it!
2024-07-18 01:55:09 +03:00
95751760fd Fix shadow on hover with .transparent class 2024-07-18 00:54:45 +03:00
506623face Remove dead links 2024-07-17 21:43:02 +03:00
e8cc17a4a0 A11y improvements and style tweaks
- Use button element instead of anchors, fixes keyboard navigation and
other issues
- Disable search input until it's open, prevents being able to write
inside it while it's closed
- Use :root instead of html in CSS
- Add minimal size for separator between home button and other links
2024-07-16 23:42:46 +03:00
354b4050af Center custom emojis vertically in comments 2024-07-15 08:13:34 +03:00
14a76359ad Target alert title icon, not every icon inside it 2024-07-15 08:09:43 +03:00
12408de744 Much fancier banners 2024-07-15 07:10:12 +03:00
462e248be9 Make stuff work better in ShitKit (aka Safari) 2024-07-15 06:30:20 +03:00
70d7a0ee0e Nuh uh, can be easily done with custom css 2024-07-15 04:10:12 +03:00
0d3c539880 Allow setting different primary color for dark mode 2024-07-15 01:30:31 +03:00
792a4a14ea Simplify banner and improve readability when used 2024-07-14 08:17:36 +03:00
35733fe153 Ensure that copy code button doesn't cover code 2024-07-14 06:11:20 +03:00
6615b14471 Change copy code button color depending on whether it has light/dark variant 2024-07-14 05:57:46 +03:00
26aea8cf46 Trim whitespace in more places 2024-07-13 22:57:02 +03:00
f690ec1105 Post banners! 2024-07-13 22:48:55 +03:00
2ae84fb5d5 Add orzklv.uz 2024-07-12 21:14:16 +03:00
c3466f9810 Add l10n strings for comments QR code alt text 2024-07-09 01:06:03 +03:00
fb2674d2ed Fix height of instance badge in comments 2024-07-09 00:54:08 +03:00
da137b3603 Fix first post having long next button 2024-07-08 07:23:54 +03:00
dc69ae295a Allow navbar/footer to grow past container width 2024-07-07 20:01:41 +03:00
84860ddbdf Fix typos 2024-07-07 19:17:54 +03:00
54366fecd3 Add spell checking step to the CI 2024-07-07 19:07:41 +03:00
9ff2d6c316 Don't blur background of copy button
It can potentially prevent user from reading text behind it, plus it can
affect the performance for little benefit
2024-07-07 17:32:04 +03:00
c526a5ad07 Use alerts on home page, fix button on cake page 2024-07-07 17:18:50 +03:00
83e01c1aa3 Revamp the post nav (the "prev/next" post one) 2024-07-07 16:48:39 +03:00
7e629c95ff Float tags to the end of post card 2024-07-07 16:48:19 +03:00
746f71bdf7 Fix demo full-bleed image alt text 2024-07-05 07:18:22 +03:00
5ab1557a93 Make the search bar visually part of the navbar
Plus make it nicer structucally
2024-07-05 06:43:45 +03:00
1758eb99a8 Make margins/paddings automatically adapt in rtl
No need for separate rules for rtl, yay!
2024-07-05 05:54:19 +03:00
4edb6e9760 Make blog description optional 2024-07-05 05:53:25 +03:00
b4e5574288 Return .domains to repo's root
Turns out it's being copied to every site using Duckquill theme, not
good
2024-07-05 05:52:20 +03:00