Commit Graph

304 Commits

Author SHA1 Message Date
8b24b68c0e Add missing i18n strings 2024-08-26 03:41:02 +03:00
6124fdfc60 Add hot/poor article types, move article list to a partial (fixes #58 and #53)
Among other things introduce new --fg-contrast color variable.
2024-08-26 03:35:30 +03:00
7ebea6c1b2 Initial navbar menus implementation (fixes #56 and #62)
I'm aware that the styles are very messy, I'm going to rewrite the whole
_nav.scss to be more DRY later.
2024-08-25 23:56:17 +03:00
3499501b44 Close all other navbar dropdowns when different one opens (fixes #59) 2024-08-25 02:01:32 +03:00
813f0cdf68 Prevent navbar from obfuscating post banner on mobile (fixes #61) 2024-08-25 01:37:00 +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
bdf5f3213c Fix full_bleed shortcode variable
Oh and nicer duck pics
2024-08-12 18:05:01 +03:00
225d98e11e Fix adaptivity of post tags 2024-08-11 03:53:25 +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
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
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
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
12408de744 Much fancier banners 2024-07-15 07:10:12 +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
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
c3466f9810 Add l10n strings for comments QR code alt text 2024-07-09 01:06:03 +03:00
7e629c95ff Float tags to the end of post card 2024-07-07 16:48:19 +03:00