Óscar
|
c9f8d27b96
|
✨ feat: add force_text_direction shortcode (#414)
|
2024-10-18 19:01:15 +02:00 |
|
Óscar
|
092ccdd1ba
|
💥 feat!: force code blocks LTR rendering (#412)
BREAKING CHANGE: Code blocks default to LTR. Set `force_codeblock_ltr = false` to keep previous behaviour.
|
2024-10-18 19:00:14 +02:00 |
|
Óscar
|
1ffe43f934
|
✨ feat(search): hide "clear search" icon if input is empty (#388)
|
2024-09-19 16:00:34 +02:00 |
|
Óscar
|
1027f5ba53
|
🌐 style: improve RTL styling consistency (#381)
|
2024-09-16 17:50:16 +02:00 |
|
Óscar
|
35dcf55019
|
🐛 fix: improve dark mode and OS theme handling (#380)
|
2024-09-12 22:57:46 +02:00 |
|
Óscar
|
823e2ba99b
|
♿️ fix: reduce main page header/list sizes (#375)
|
2024-09-01 22:15:15 +02:00 |
|
Óscar
|
a7e78b29ab
|
✨ feat: add Mermaid diagram support (#370)
|
2024-08-28 14:56:30 +02:00 |
|
Mohammed Alotaibi
|
13d305ac1a
|
🐛 fix(RTL): fix blockquote style (#368)
Co-authored-by: welpo <welpo@users.noreply.github.com>
|
2024-08-26 15:38:33 +02:00 |
|
Óscar
|
89d3544db5
|
💄 style(error): enhance visibility of Zola errors (#359)
|
2024-07-24 19:59:42 +02:00 |
|
Óscar
|
c7b79552c4
|
✨ feat: follow user OS theme with JS disabled (#357)
|
2024-07-24 19:14:57 +02:00 |
|
sam
|
a76d6888b6
|
✨ feat: add date visibility options to post list (#330)
Co-authored-by: welpo <welpo@users.noreply.github.com>
|
2024-07-11 23:19:14 +02:00 |
|
welpo
|
0f18ac264d
|
💄 style: match footnote backlinks size on Zola v0.19
|
2024-07-01 15:08:59 +02:00 |
|
welpo
|
a907f56bd5
|
✨ feat: add option to use sans-serif font everywhere
|
2024-06-29 17:21:23 +02:00 |
|
Óscar
|
d689c15145
|
✨ feat(admonitions): allow swapping admonition icons (#340)
|
2024-06-27 21:08:05 +02:00 |
|
welpo
|
faa9633531
|
💄 style(admonitions): reduce thickness of strong tag
Matches the rest of the theme, improving cohesion across browsers.
|
2024-06-20 19:12:28 +02:00 |
|
welpo
|
94b3b1d804
|
💄 style: increase font size of h1
Resolves #321.
|
2024-05-24 21:54:32 +02:00 |
|
Óscar
|
27525fc13f
|
✨ feat(shortcodes): add inline option to image shortcodes (#315)
|
2024-05-18 14:52:39 +02:00 |
|
welpo
|
6a4f4244e0
|
✨ feat: add inline image CSS class
Regular images get a `block` display to be centered.
This allows vertically aligned inline images.
Related: #314
|
2024-05-15 21:59:21 +02:00 |
|
welpo
|
f081a92f59
|
💄 fix(add_src_to_code_block): avoid overlapping text
|
2024-05-03 23:40:19 +02:00 |
|
welpo
|
b70efd1642
|
✨ feat: enable adding URL/path to code blocks (#307)
|
2024-05-03 17:37:40 +02:00 |
|
welpo
|
50123c09ef
|
🐛 fix: ensure spacing when all projects are shown
Fixes #303.
|
2024-05-02 00:17:49 +02:00 |
|
Óscar
|
e7172a0432
|
✨ feat: allow showcasing featured projects on homepage (#297)
|
2024-04-23 17:59:35 +02:00 |
|
welpo
|
e965694cdf
|
💄 style(shortcodes): use colourful admonition icons
|
2024-03-22 01:59:41 +01:00 |
|
welpo
|
d0162291d9
|
✨ feat(shortcodes): add admonition shortcode (#285)
|
2024-03-21 01:21:11 +01:00 |
|
welpo
|
8537bbc10e
|
♻️ refactor: set visibility hidden in "hidden" class
|
2024-03-11 12:32:36 +01:00 |
|
welpo
|
22d4d68a69
|
💄 style(projects): set entire card as link target
|
2024-02-16 12:29:02 +01:00 |
|
Óscar
|
1b21b6397b
|
💄 style(projects): minor redesign (#278)
|
2024-02-15 19:02:47 +01:00 |
|
Óscar
|
011d24a74b
|
🐛 fix(article-navigation): adjust spacing for RTL (#275)
|
2024-02-12 19:32:37 +01:00 |
|
Mohammed Alotaibi
|
b3ef23f305
|
🐛 fix(i18n): reverse arrows in RTL languages (#272)
Co-authored-by: welpo <welpo@users.noreply.github.com>
|
2024-02-12 18:46:48 +01:00 |
|
Mohammed Alotaibi
|
009d2f646d
|
🐛 fix(i18n): fix header anchor for RTL (#270)
Co-authored-by: welpo <welpo@users.noreply.github.com>
|
2024-02-12 17:40:42 +01:00 |
|
Mohammed Alotaibi
|
afc82449fa
|
🐛 fix(tags): Arabic tags stuck together (#264)
Co-authored-by: welpo <welpo@users.noreply.github.com>
|
2024-02-10 11:47:01 +01:00 |
|
ZzMzaw
|
b011f58da6
|
✨ feat: allow inverting previous/next article links (#261)
- Adds next/previous labels for clarity
- Truncated long titles get "…" appended
Co-authored-by: welpo <welpo@users.noreply.github.com>
|
2024-01-29 00:00:30 +01:00 |
|
Óscar
|
906bc9dec0
|
✨ feat: add search functionality (#250)
|
2024-01-08 01:00:52 +01:00 |
|
Óscar
|
dac6bfc024
|
✨ feat: add previous/next article navigation (#246)
|
2024-01-04 19:05:06 +01:00 |
|
Óscar Fernández
|
9fc45f288d
|
✨ feat(tags): dynamically adjust tag list columns based on tag count (#233)
|
2023-12-30 17:42:26 +01:00 |
|
Óscar Fernández
|
6b69cf7a3e
|
🐛 fix: prevent background overflow on link hover (#226)
|
2023-12-02 19:54:04 +01:00 |
|
welpo
|
1e33b9bc1f
|
✨ feat: improve clickability cue by adding pointer cursor to details summary
|
2023-11-21 19:42:36 +01:00 |
|
welpo
|
e20e1c467c
|
💄 style: hide navigation buttons on print view
|
2023-11-19 19:15:12 +01:00 |
|
Óscar Fernández
|
1df3f7f89c
|
✨ feat(sitemap): add XML styling (#221)
|
2023-11-14 23:26:44 +01:00 |
|
Xavier Vello
|
4d12cfe3fa
|
💄 fix(style): proper nested lists spacing (#218)
|
2023-10-28 16:01:36 +02:00 |
|
Donovan Glover
|
944ad4db35
|
💄 fix(style): add line-height to .section-title (#205)
|
2023-10-18 00:12:27 +02:00 |
|
Donovan Glover
|
6058957e48
|
💄 fix(quick-navigation): limit width of toc (#204)
|
2023-10-16 15:04:09 +02:00 |
|
Xavier Vello
|
40df48fd87
|
✨ feat(list_posts.html): display draft status in post list (#203)
Co-authored-by: welpo <welpo@users.noreply.github.com>
|
2023-10-14 00:55:00 +02:00 |
|
welpo
|
5458b1c533
|
🎨 style: fix whitespace issues
|
2023-10-07 23:31:59 +02:00 |
|
Óscar Fernández
|
afbf4017e2
|
✨ feat(theme-switcher): add theme reset button (#198)
|
2023-10-06 01:36:56 +02:00 |
|
welpo
|
c7bd9b36ce
|
⏪️ style(footer): set paragraph margin to 0
Without this, there's too much spacing around the copyright notice.
Partially reverts #197.
|
2023-10-05 19:48:41 +02:00 |
|
Óscar Fernández
|
1bc52944c9
|
✨ feat(footer): add configurable footer menu (#197)
|
2023-10-05 14:20:34 +02:00 |
|
welpo
|
4687418469
|
⏪️ revert: use ttf serif font for compatibility
|
2023-10-03 12:13:19 +02:00 |
|
Óscar Fernández
|
a7044d2d8a
|
⚡️ feat(fonts): optimise font size (#186)
|
2023-10-03 01:23:38 +02:00 |
|
Donovan Glover
|
317a1d1645
|
💄 fix(style): prevent videos from overflowing container (#185)
|
2023-10-03 00:41:38 +02:00 |
|