Nick Zana
86ef6b2c2c
Improve multilingual support
4 weeks ago
Stephen Kershaw
e519864543
🔒 ️ fix(CSP): improve CSP coverage ( #471 )
4 weeks ago
Niels Gouman
36ff72b318
🐛 fix: remove `nofollow` robots meta tag ( #465 )
1 month ago
Niels Gouman
799f3c0681
✨ feat: support disabling header font-subset ( #458 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
1 month ago
welpo
de6fa58fe3
🐛 fix: show feed icon without socials
...
Previously the feed icon would not display when it was the only
configured "social" option, as the containing <ul> required either
socials or email to be present.
Fixes #456
2 months ago
Christian Franzl
28fe074ea0
✨ feat: support using info-page.html for sections ( #455 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
2 months ago
Ariel Richtman
3dcd7a33db
🐛 fix(analytics): update umami domain ( #448 )
2 months ago
welpo
180fc53384
♻️ refactor: only show project tag filter with 2 or more tags
...
Prior to this change, the project filters would show up even with a single
tag, which wasn't very useful for filtering. Now filters only appear when
there are 2+ unique tags.
3 months ago
Óscar
39a6750d8b
🐛 fix: support relative paths in inherited social media card ( #432 )
3 months ago
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.
3 months ago
welpo
3b7fd3db9c
🐛 fix: link to "All posts" in non-default-language root
...
Was linking to e.g. `es/blog/_index.es.md` instead of `/es/blog/`
3 months ago
Óscar
d7da6feaa4
✨ feat: allow pinned posts with pagination ( #428 )
3 months ago
Óscar
36e53dc646
✨ feat: add pinned posts functionality ( #424 )
3 months ago
Óscar
42f9bb9781
💄 style: improve navigation bar & metadata wrapping ( #425 )
3 months ago
ZzMzaw
0253799f23
✨ feat: add series functionality ( #406 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
4 months ago
Óscar
3442fd9ff0
📝 docs: clarify instructions for listing recent posts ( #418 )
4 months ago
Anett Seeker
34514c1869
🐛 fix: update CSP for GoatCounter ( #413 )
4 months ago
Ariel Richtman
886aa59545
✨ feat: add fediverse creator metadata support ( #409 )
...
Add `fediverse_creator` variable to highlight author's fediverse profile in Mastodon link previews.
Co-authored-by: Ariel Richtman <Ariel.Richtman@SilverRailTech.com>
Co-authored-by: welpo <welpo@users.noreply.github.com>
5 months ago
Soumendra kumar sahoo
608513952f
🐛 fix: set proper URL for self-hosted Umami ( #402 )
5 months ago
Óscar
1027f5ba53
🌐 style: improve RTL styling consistency ( #381 )
5 months ago
welpo
9e7b845e54
♻️ refactor(footer): lazy load social icons
6 months ago
Óscar
a7e78b29ab
✨ feat: add Mermaid diagram support ( #370 )
6 months ago
Arnold Loubriat
ce3be5c007
♿ ️ fix: add missing quotes to HTML attributes ( #367 )
6 months ago
Óscar
24896a5f77
🐛 fix(header): render feed links based on config ( #358 )
7 months ago
Óscar
fdb63c8cb6
🐛 fix(footer): show feed icon on Zola 0.19.0 ( #336 )
8 months ago
welpo
22925caf06
🐛 fix: allow quotation in page summary
...
Quotation marks were being escaped, as the `safe` filter was not being used.
9 months ago
Óscar
c54251ca7a
✨ feat(homepage): allow hiding posts listing ( #317 )
9 months ago
welpo
aef49bb225
🐛 fix(footer): allow showing only email/feed icons
...
Fixes #312
9 months ago
Ariel Richtman
26b9bbd7ba
🐛 fix(analytics): allow Umami through CSP ( #310 )
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
Ariel Richtman
341b80a2fd
🐛 fix(CSP): add Umami API URLs to CSP ( #301 )
10 months ago
welpo
b6b48cc3b4
🎨 refactor(search): close unclosed div
10 months ago
welpo
69094d6335
🐛 fix: align projects and posts properly
...
Caused by an unclosed div.
Fixes #300 .
10 months ago
Óscar
e7172a0432
✨ feat: allow showcasing featured projects on homepage ( #297 )
10 months ago
Mohammed Alotaibi
838e3566bd
🐛 fix: fix history url for GitLab & Codeberg ( #294 )
11 months ago
welpo
5e0cbdd67d
✨ feat: allow disabling CSP, following the hierarchy
...
Introduces new option `enable_csp`, true by default.
Can be set on a page, section or globally.
12 months ago
welpo
d825bef730
🎨 refactor: correct invalid attributes in search input
12 months ago
Smtbook
90410868ee
🐛 fix: allow translated drafts ( #282 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
12 months ago
Mohammed Alotaibi
c4893d4fdd
✨ feat(i18n): implement pluralization logic ( #277 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
1 year ago
welpo
22d4d68a69
💄 style(projects): set entire card as link target
1 year ago
welpo
90def02dd7
🐛 fix(404): fix broken language selection from 404 page
...
Fixes #279 .
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
welpo
ad03bd274c
📈 chore(stats): prevent non-demo sites from using demo GoatCounter
1 year ago
welpo
9f39b7fe47
💥 deprecate(i18n)!: force config.toml copyright translation ( #255 )
1 year ago
Óscar
1a1a7f79f2
💥 deprecate(home-banner)!: force proper header.img path ( #254 )
1 year ago
Óscar
906bc9dec0
✨ feat: add search functionality ( #250 )
1 year ago
welpo
dce495e71d
♿ ️ feat(a11y): add keyboard accessibility to theme toggler
1 year ago
welpo
f4c88266e7
🐛 fix(quick-navigation-buttons): fix overlapping background change
1 year ago
welpo
08ef628abe
💄 style(favicon): reduce emoji size for compatibility
...
Should look better on Windows (not cropped).
1 year ago