Óscar
123110ea43
💄 style: fix numbered code blocks ( #437 )
2024-11-23 16:49:19 +01:00
welpo
a7833299ff
💥 feat!: add tag filtering for projects ( #431 )
...
- Card (project) images no longer require manual top/bottom margin
adjustments for proper spacing. Action needed: Review existing card
images as previous manual margin adjustments may now be
unnecessary/excessive.
- Sites using `cards.html` with tags will now load JavaScript by
default when tags are present. To maintain no-JS behaviour, explicitly
set `enable_cards_tag_filtering = false` in either `config.toml` or the
`_index.md` file where `cards.html` is used.
2024-11-17 00:38:32 +01:00
welpo
557ea7786f
🐛 style: retain base code block style in admonitions
2024-11-16 16:06:25 +01:00
Óscar
1cf27322ba
💄 style: colour scrollbar to match primary colour ( #430 )
2024-11-14 18:12:13 +01:00
Óscar
34a330f384
💄 style: set accent color to match theme ( #429 )
2024-11-14 18:07:32 +01:00
welpo
5927409c41
💄 style: fix info admonition code color
2024-11-14 00:06:31 +01:00
Óscar
36e53dc646
✨ feat: add pinned posts functionality ( #424 )
2024-11-13 18:07:46 +01:00
Óscar
42f9bb9781
💄 style: improve navigation bar & metadata wrapping ( #425 )
2024-11-11 18:51:16 +01:00
ZzMzaw
0253799f23
✨ feat: add series functionality ( #406 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
2024-11-08 00:01:30 +01:00
welpo
87f1099caa
💄 style: fix hover color for <rt> element in links
...
Before, it would be invisible on hover.
2024-11-05 19:22:46 +01:00
welpo
51fee5d660
💄 style: add styling for <kbd> keyboard input
2024-11-05 17:28:22 +01:00
Ó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