Commit Graph

97 Commits

Author SHA1 Message Date
3499501b44 Close all other navbar dropdowns when different one opens (fixes #59) 2024-08-25 02:01:32 +03:00
7808d906f1 Use modern RGB format (fixes #54) 2024-08-23 23:18:59 +03:00
568829797c Fix the "Feed" button in multi-lang sites 2024-08-23 05:43:41 +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
b7eb0b7d69 Add home icon to home button 2024-08-17 22:51:18 +03:00
0b180de74f Temporary fix for #43 2024-08-15 00:11:16 +03:00
5325d17667 Display status if there's no comments 2024-08-08 05:56:48 +03:00
83b7e84292 Allow custom styles to override primary color 2024-08-08 05:29:09 +03:00
9d1eae1707 Fix search bar being present when search is disabled 2024-08-06 19:50:13 +03:00
f1b90e3b23 Turn on lazy images for testing 2024-08-02 04:40:35 +03:00
4f73263fba Don't use duplicate labels 2024-07-31 05:24:26 +03:00
350e5378b0 Add title to copy button and qr code 2024-07-31 05:21:46 +03:00
96799f7617 Add titles to buttons without visible text 2024-07-30 03:26:44 +03:00
1b313189c8 Allow archiving pages without reasoning (fixes #38) 2024-07-29 21:43:34 +03:00
69c409ba4d Change default color to slate 2024-07-29 21:24:12 +03:00
16762b4bc4 Images can be lazy as well! (fixes #39) 2024-07-29 17:47:26 +03:00
7c176c09d2 Set rel attributes to links (fixes #40) 2024-07-29 17:18:25 +03:00
ef5211749f Attempt to pass w3 validator 2024-07-26 03:04:12 +03:00
716e4abfc8 Replace path to tabi with duckquill 2024-07-24 06:31:38 +03:00
a16f02e7a2 Use <strong> instead of <b> 2024-07-23 05:44:23 +03:00
2292081c1f Fix search bar getting stuck in disabled state-
When page is reloaded with the search open
2024-07-23 05:35:01 +03:00
bbbf1d1967 Support more media attachment types in comments
Types taken from
https://github.com/dpecos/mastodon-comments/blob/master/mastodon-comments.js
2024-07-21 22:46: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
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
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
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
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
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
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
c3466f9810 Add l10n strings for comments QR code alt text 2024-07-09 01:06:03 +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
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
b7ce98f381 Omit old-style type attributes 2024-06-30 06:12:55 +03:00
7ebac23811 Bump minimal Zola version, make primary color non-essential 2024-06-30 03:10:19 +03:00
3eaa81e755 Add search support
Only supports elasticlunr_json
2024-06-30 02:58:34 +03:00
494cb5474f Multiple feeds support introduced in Zola v0.19.0 2024-06-27 04:25:07 +03:00
e2a03a455d Use custom domain: duckquill.daudix.one 2024-06-22 22:54:00 +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
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
8e77b6f931 Smart syntax highlighting theme loading 2024-06-20 09:52:50 +03:00