Commit Graph

66 Commits

Author SHA1 Message Date
58e4507229 Add YouTube and Vimeo embed shortcodes (fixes #57) 2024-08-26 05:17:16 +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
7808d906f1 Use modern RGB format (fixes #54) 2024-08-23 23:18:59 +03:00
0bbb407804 Some wording changes 2024-08-21 02:36:11 +03:00
0eb2a8d163 Optimize and simplify CRT styling
Woah, transforms weren't needed at all
2024-08-17 21:00:37 +03:00
bdf5f3213c Fix full_bleed shortcode variable
Oh and nicer duck pics
2024-08-12 18:05:01 +03:00
5eb376a232 Add example code 2024-08-12 05:16:39 +03:00
d0407506f0 Style sliders (fixes #41) 2024-08-12 02:26:40 +03:00
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
ccb9fdb4b8 Fix symlinks 2024-07-24 05:34:55 +03:00
7e4f701d84 Replace lang-specific content with symlinks 2024-07-24 05:29:54 +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
c526a5ad07 Use alerts on home page, fix button on cake page 2024-07-07 17:18:50 +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
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
8ae127d4ce Simpler translation demos 2024-06-20 07:04:15 +03:00
77fdb7c6d8 Don't use !important in media styles 2024-06-20 01:51:52 +03:00
fe3a058dfc Add some basic arabic demo
Yes, the translation is dogshit, I didn't have time to translate it
myself, so here we are, using DeepL
2024-06-18 08:52:50 +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
25068859f7 Fix fancy code blocks having table styles 2024-04-03 03:01:55 +03:00
cef25880eb Abraham Lincoln -> Quill (as it makes more sense)
Quill... Duckquill... get it?
2024-03-05 03:51:03 +03:00
898ac9f6de "Fix" comments demo
Yes, it's not my post :)
2024-03-05 03:44:19 +03:00