Óscar
1ffe43f934
✨ feat(search): hide "clear search" icon if input is empty ( #388 )
5 months ago
Óscar
1027f5ba53
🌐 style: improve RTL styling consistency ( #381 )
5 months ago
Óscar
35dcf55019
🐛 fix: improve dark mode and OS theme handling ( #380 )
5 months ago
Óscar
823e2ba99b
♿ ️ fix: reduce main page header/list sizes ( #375 )
6 months ago
Óscar
a7e78b29ab
✨ feat: add Mermaid diagram support ( #370 )
6 months ago
Mohammed Alotaibi
13d305ac1a
🐛 fix(RTL): fix blockquote style ( #368 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
6 months ago
Óscar
89d3544db5
💄 style(error): enhance visibility of Zola errors ( #359 )
7 months ago
sam
a76d6888b6
✨ feat: add date visibility options to post list ( #330 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
8 months ago
welpo
0f18ac264d
💄 style: match footnote backlinks size on Zola v0.19
8 months ago
Óscar
d689c15145
✨ feat(admonitions): allow swapping admonition icons ( #340 )
8 months ago
welpo
faa9633531
💄 style(admonitions): reduce thickness of strong tag
...
Matches the rest of the theme, improving cohesion across browsers.
8 months ago
Óscar
27525fc13f
✨ feat(shortcodes): add inline option to image shortcodes ( #315 )
9 months ago
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
9 months ago
welpo
f081a92f59
💄 fix(add_src_to_code_block): avoid overlapping text
10 months ago
welpo
b70efd1642
✨ feat: enable adding URL/path to code blocks ( #307 )
10 months ago
welpo
50123c09ef
🐛 fix: ensure spacing when all projects are shown
...
Fixes #303 .
10 months ago
Óscar
e7172a0432
✨ feat: allow showcasing featured projects on homepage ( #297 )
10 months ago
welpo
e965694cdf
💄 style(shortcodes): use colourful admonition icons
11 months ago
welpo
d0162291d9
✨ feat(shortcodes): add admonition shortcode ( #285 )
11 months ago
welpo
8537bbc10e
♻️ refactor: set visibility hidden in "hidden" class
12 months ago
welpo
22d4d68a69
💄 style(projects): set entire card as link target
1 year ago
Óscar
1b21b6397b
💄 style(projects): minor redesign ( #278 )
1 year ago
Óscar
011d24a74b
🐛 fix(article-navigation): adjust spacing for RTL ( #275 )
1 year ago
Mohammed Alotaibi
b3ef23f305
🐛 fix(i18n): reverse arrows in RTL languages ( #272 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
1 year ago
Mohammed Alotaibi
009d2f646d
🐛 fix(i18n): fix header anchor for RTL ( #270 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
1 year ago
Mohammed Alotaibi
afc82449fa
🐛 fix(tags): Arabic tags stuck together ( #264 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
1 year ago
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>
1 year ago
Óscar
906bc9dec0
✨ feat: add search functionality ( #250 )
1 year ago
Óscar
dac6bfc024
✨ feat: add previous/next article navigation ( #246 )
1 year ago
Óscar Fernández
9fc45f288d
✨ feat(tags): dynamically adjust tag list columns based on tag count ( #233 )
1 year ago
Óscar Fernández
6b69cf7a3e
🐛 fix: prevent background overflow on link hover ( #226 )
1 year ago
welpo
1e33b9bc1f
✨ feat: improve clickability cue by adding pointer cursor to details summary
1 year ago
welpo
e20e1c467c
💄 style: hide navigation buttons on print view
1 year ago
Óscar Fernández
1df3f7f89c
✨ feat(sitemap): add XML styling ( #221 )
1 year ago
Donovan Glover
944ad4db35
💄 fix(style): add line-height to .section-title ( #205 )
1 year ago
Donovan Glover
6058957e48
💄 fix(quick-navigation): limit width of toc ( #204 )
1 year ago
Xavier Vello
40df48fd87
✨ feat(list_posts.html): display draft status in post list ( #203 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
1 year ago
welpo
5458b1c533
🎨 style: fix whitespace issues
1 year ago
Óscar Fernández
afbf4017e2
✨ feat(theme-switcher): add theme reset button ( #198 )
1 year ago
welpo
c7bd9b36ce
⏪ ️ style(footer): set paragraph margin to 0
...
Without this, there's too much spacing around the copyright notice.
Partially reverts #197 .
1 year ago
Óscar Fernández
1bc52944c9
✨ feat(footer): add configurable footer menu ( #197 )
1 year ago
Óscar Fernández
2c6ac293ad
♿ ️ fix: improve accessibility and i18n ( #183 )
1 year ago
Jake G
437c55cf33
💄 style(language-switcher): update icon to be lighter ( #173 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
1 year ago
welpo
e78451dbba
💄 style(projects): add border-radius and cleaner shadow
1 year ago
Óscar
6f269eee4a
✨ feat(templates): introduce info-page template ( #147 )
1 year ago
Óscar
14ccb208cf
🎨 refactor: turn macros into partials & sort CSS ( #146 )
1 year ago
Óscar
32a2d5094b
🌐 feat(i18n): overhaul translation system & add languages ( #145 )
...
Revamp the existing translation system, simplifying
management and adding several new languages. The new system reads from
TOML files in the `/i18n` directory and improves template structures.
It also enhances customisation options and robustness by providing
fallbacks and modularity.
- Implement a new, streamlined translation macro.
- Load translations from `/i18n` TOML files.
- Remove redundant configuration requirements.
- Refactor templates to align with new i18n system.
- Add support for Hindi, Japanese, Russian, Portuguese, Chinese,
Italian, German, Ukranian, Korean, and French languages.
- Credit Thomas Weitzel (@thomasweitzel) for inspiration.
1 year ago
welpo
0a61bd3405
💄 style(code tags): set border radius to inline code
...
Improves cohesion with the rest of the theme.
1 year ago
Óscar
0055a3613e
♿ ️ fix(a11y): update heading tags ( #140 )
1 year ago
Óscar
d6a5b1ab93
💄 style(code blocks): change syntax highlighting theme & text size ( #131 )
...
📝 docs: remove opening and closing +++ in TOML codeblocks
1 year ago