Commit Graph

50 Commits

Author SHA1 Message Date
0d83cb769f Add type to demo's script 2024-08-10 23:11:49 +03:00
242c10e050 Un-stick color picker from the bottom edge 2024-08-07 05:20:37 +03:00
e7aa38bc6c Move color-picker code to the end of a document 2024-08-07 05:14:28 +03:00
e676f7f612 Support disabled state 2024-08-07 04:25:17 +03:00
3be7726775 Style color input, add color picker to the demo 2024-08-07 04:16:15 +03:00
f86f950866 Disable lazy images for now
The feature is very unstable on Zola's side, it causes a lot of
rendering issues that I don't know how to fix because it's not an issue
on my end.
2024-08-05 05:42:03 +03:00
f1b90e3b23 Turn on lazy images for testing 2024-08-02 04:40:35 +03:00
ef02fa39c4 Proper footnote styling 2024-08-02 00:39:22 +03:00
69c409ba4d Change default color to slate 2024-07-29 21:24:12 +03:00
40b4198421 Fix typos 2024-07-29 03:41:44 +03:00
302b9d7aa1 Support external_links_no_referrer 2024-07-27 19:09:51 +03:00
716e4abfc8 Replace path to tabi with duckquill 2024-07-24 06:31:38 +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
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
7fd73e0360 Rewrite the demo (fixes #27) 2024-07-20 03:39:21 +03:00
f1ca685eaa Allow statements on regular pages (fixes #34) 2024-07-19 21:32:32 +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
462e248be9 Make stuff work better in ShitKit (aka Safari) 2024-07-15 06:30:20 +03:00
84860ddbdf Fix typos 2024-07-07 19:17:54 +03:00
746f71bdf7 Fix demo full-bleed image alt text 2024-07-05 07:18:22 +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
164385b720 Add styling for more HTML tags
Hope @gabs doesn't mind XD
2024-07-05 04:11:14 +03:00
29fa3ec522 Add GitHub-styled alerts 2024-07-05 03:01:00 +03:00
0404e9e5cb Full-bleed media 2024-06-28 20:28:30 +03:00
fa8b441f7b Allow floating images to start/end of a paragraph 2024-06-27 22:55:35 +03:00
77fdb7c6d8 Don't use !important in media styles 2024-06-20 01:51:52 +03:00
fbed171669 Add external class to external buttons 2024-06-18 06:42:40 +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
96031d9cdb Custom checkboxes and radios! 2024-05-26 21:40:15 +03:00
703bc99a0d Add ability to style images via the URL (fix #22) 2024-05-12 18:13:28 +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
cef25880eb Abraham Lincoln -> Quill (as it makes more sense)
Quill... Duckquill... get it?
2024-03-05 03:51:03 +03:00
28992f5d8d Figured it out;
Only opaque or frosted elements should cast shadow, othervise only edge highlight should be used
2024-02-16 01:57:09 +03:00
4e37f12afd feat: Support aside element, tweak media queries 2024-02-01 20:33:34 +03:00
14fd1a6dc3 feat: Keep custom stuff where it belongs; in my repo :P 2024-02-01 00:14:08 +03:00
7a844373a0 feat: Update docs 2024-01-30 21:02:45 +03:00
36d8dda804 feat: Use fonts provided by system, new navbar (again) 2024-01-28 20:41:32 +03:00
7fb135c2a9 fix: Minor text fixes 2024-01-16 17:33:01 +03:00
8bdd8d97a5 feat: Use JetBrains Mono again, new header styles, rounded table corners 2023-12-25 04:10:38 +03:00
41a35ef28f feat: Rename color variables, tweak some styles 2023-12-14 17:14:09 +03:00
84a1f95da4 feat: Contrast and legibility improvements 2023-12-05 20:36:38 +03:00
f9d2423bc8 chore: Add note about H1 in demo 2023-10-28 21:47:56 +03:00
d39b7f5630 feat: Bootstrap icons, new H1 style, symlink README to site index 2023-10-28 04:20:09 +03:00
bb7b4ead29 feat: Improve metadata, add blog descriptions 2023-10-19 23:50:28 +00:00
6b6c9a0a78 chore: Variable names and smth 2023-10-15 23:12:50 +00:00
5d330d543c feat: Redo code blocks 2023-10-15 20:01:21 +00:00
f0fb001554 chore: Tweak demo formatting 2023-10-15 17:32:16 +00:00
36926a0b79 feat: Rewrite in Zola 2023-10-13 00:55:20 +00:00