Ó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
bdb1486ccc
🐛 fix: Isso comments in multilingual setups ( #427 )
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
e8381d05cc
✨ feat(shortcodes): support body admonitions ( #423 )
4 months ago
Óscar
3442fd9ff0
📝 docs: clarify instructions for listing recent posts ( #418 )
4 months ago
Óscar
c9f8d27b96
✨ feat: add force_text_direction shortcode ( #414 )
4 months ago
Ó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.
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
welpo
008b976e06
✨ feat(remote_text shortcode): support line ranges ( #399 )
5 months ago
Óscar
90c1da1ddb
✨ feat(remote_text shortcode): support relative paths ( #398 )
5 months ago
Óscar
adfe28eaf9
✨ feat(feed): make "Visit website" link context-aware ( #394 )
5 months ago
Óscar
52979f7f54
🐛 fix(feed): resolve Atom feed validation issues ( #393 )
5 months ago
Óscar
0bebcd1c6d
🐛 fix: allow pages within pages ( #385 )
5 months ago
Óscar
1027f5ba53
🌐 style: improve RTL styling consistency ( #381 )
5 months ago
welpo
b9bf4b2fd6
💄 style: use note admonition for TL;DR
6 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
c7b79552c4
✨ feat: follow user OS theme with JS disabled ( #357 )
7 months ago
sam
5db006ac47
🐛 fix(post_listing_date): show original date for unedited articles ( #355 )
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
Phil Schumann
3d3f62cf20
✨ feat: allow sorting tags based on post count ( #344 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
8 months ago
welpo
a907f56bd5
✨ feat: add option to use sans-serif font everywhere
8 months ago
Óscar
3bb2dbc355
🌐 refactor: improve "Last updated on" format ( #342 )
8 months ago
Óscar
d689c15145
✨ feat(admonitions): allow swapping admonition icons ( #340 )
8 months ago
Óscar
fdb63c8cb6
🐛 fix(footer): show feed icon on Zola 0.19.0 ( #336 )
8 months ago
welpo
be7628aeaa
✨ feat: allow HTML tags in multilingual quote author
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
Martijn Faassen
f5f195c90c
♻️ refactor: improve settings hierarchy performance ( #325 )
9 months ago
Óscar
9d49a65354
✨ feat: add option to show author in post metadata ( #322 )
9 months ago
Óscar
c54251ca7a
✨ feat(homepage): allow hiding posts listing ( #317 )
9 months ago
Óscar
27525fc13f
✨ feat(shortcodes): add inline option to image shortcodes ( #315 )
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
Óscar
0cbd727f25
✨ feat: add option to display/hide date in metadata ( #306 )
10 months ago
Óscar
5bc593b676
✨ feat(shortcodes): add remote_text shortcode ( #305 )
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