Commit graph

288 commits

Author SHA1 Message Date
ecdbb09d59 tabi: add sysret skin 2025-09-17 22:30:35 -06:00
ddc5323846 tabi: posixlycorrect: update skin to make links underlined
also adds background to header
2025-09-16 16:08:36 -06:00
101a112661 tabi: add posixlycorrect skin 2025-09-16 12:10:36 -06:00
b283e52a7c tabi: replace hack with jetbrains mono 2025-09-16 12:09:26 -06:00
f6930d36f8
make the header use hack 2025-09-15 15:51:33 -06:00
efb42461fd
fonts: replace default fonts with Hack 2025-09-13 15:44:48 -06:00
Óscar
daa8b1a412
feat(iine): add like buttons (#550) 2025-08-01 21:43:04 +02:00
gortavoher
c325267bd1
feat: add support for webmentions (#485)
Co-authored-by: Jeremiah Russell <47631109+jerusdp@users.noreply.github.com>
Co-authored-by: Henri Bourcereau <henri.bourcereau@gmail.com>
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-06-08 21:49:54 +02:00
tzinm
c4f39d7643
feat(feed): add feed icon tag pages (#522)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-04-30 09:28:25 +02:00
rktjump
93af295d78
feat: parse markdown in post summary & description (#517)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2025-04-26 19:53:19 +02:00
Óscar
8678c477bf
💄 fix: fix external link icon breaking word wrapping (#498) 2025-03-15 10:12:11 +01:00
Clément Escolano
bf1d05e092
🐛 fix: fix padding hover on links with code (custom font) (#494) 2025-03-12 10:15:03 +01:00
welpo
1c067e708e
💄 fix: adapt footnotes styling for zola 0.19.x & 0.20.x
Also makes code tags slightly smaller (to match the font) in footnotes.

Zola 0.20.0 wraps footnotes in a <footer> tag, which broke existing styles.
This change makes the CSS selectors work with both old (<ol>) and new
(<footer>) HTML structures while maintaining the same visual appearance.
2025-02-16 16:25:40 +01:00
welpo
2b106b7c62
💄 style(admonitions): fix external link icon
Should've been done in #443
2025-02-15 22:45:31 +01:00
Óscar
61793b2e56
feat: support Zola's native code block names (#489) 2025-02-15 22:31:55 +01:00
Óscar
a5ab6259c6
feat: add indicator to external links (#443) 2025-02-15 09:34:54 +01:00
Óscar
05d042d27a
️ fix: improve menu accessibility (#482) 2025-02-02 14:54:03 +01:00
Óscar
98b0c8d161
feat(shortcodes): add 'aside' shortcode for side notes (#452) 2024-12-24 10:50:47 +01:00
welpo
a6b6c32050
💄 style: use text-colour for hover on rt in links
Didn't look good on dark mode in note admonition.
2024-12-04 19:20:23 +01:00
Óscar
9e58b3aca8
💄 style: fix home banner layout for short intro (#438) 2024-11-27 15:55:51 +01:00
welpo
4be8a5634f
💄 style: fix numbered code blocks on iOS Safari
Tables used for line numbers were inheriting incorrect font sizes on iOS Safari
due to WebKit's text size adjustment behaviour.

Short lines were being centred, too.
2024-11-24 01:07:35 +01:00
Ó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