115 Commits

Author SHA1 Message Date
f514edb52d fix: change remote repository url
All checks were successful
renovate / renovate (push) Successful in 29s
Build and Deploy / Build-Container-Image (push) Successful in 29s
2025-03-18 16:07:00 +01:00
Alex Wellnitz
330ccd39dd feat: add content blog, projects 2024-12-22 13:35:31 +01:00
Alex Wellnitz
389d2db502 feat: change the theme and the content 2024-12-22 12:01:07 +01:00
Óscar
761f546b30
📝 docs: add tabi-start integration (#441) 2024-11-28 00:00:48 +01:00
Óscar
39a6750d8b
🐛 fix: support relative paths in inherited social media card (#432) 2024-11-18 00:02:06 +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
ZzMzaw
0253799f23
feat: add series functionality (#406)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2024-11-08 00:01:30 +01: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
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>
2024-10-10 14:53:39 +02:00
welpo
c50edbd453
📝 docs: update comment in config.toml RE: #402 2024-10-02 17:30:37 +02:00
Óscar
a7e78b29ab
feat: add Mermaid diagram support (#370) 2024-08-28 14:56:30 +02:00
Óscar
c7b79552c4
feat: follow user OS theme with JS disabled (#357) 2024-07-24 19:14:57 +02:00
sam
5db006ac47
🐛 fix(post_listing_date): show original date for unedited articles (#355) 2024-07-14 16:35:17 +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
renovate[bot]
6ca5a56055
⬆️ chore(deps): update demo and CI to Zola v0.19.1 (#345)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2024-07-01 15:08:18 +02:00
welpo
ced0cb43b6
📝 docs: deprecate JS footnote backlinks
In favour of native `bottom_footnotes` available in Zola 0.19.0.
2024-07-01 14:20:29 +02:00
Phil Schumann
3d3f62cf20
feat: allow sorting tags based on post count (#344)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2024-06-29 17:39:31 +02:00
welpo
a907f56bd5
feat: add option to use sans-serif font everywhere 2024-06-29 17:21:23 +02:00
Óscar
fdb63c8cb6
🐛 fix(footer): show feed icon on Zola 0.19.0 (#336) 2024-06-22 00:13:32 +02:00
welpo
5ae629d171
📝 docs: explain how to use custom social icons 2024-06-19 21:39:02 +02:00
welpo
3b0d7e5a66
📝 docs: CSP requirements to use built-in syntax highlighting
Resolves #320.
2024-05-30 14:33:09 +02:00
Óscar
9d49a65354
feat: add option to show author in post metadata (#322) 2024-05-27 02:16:03 +02:00
welpo
b70efd1642
feat: enable adding URL/path to code blocks (#307) 2024-05-03 17:37:40 +02:00
Óscar
0cbd727f25
feat: add option to display/hide date in metadata (#306) 2024-05-02 23:32:42 +02:00
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.
2024-03-15 15:04:37 +01:00
welpo
7b13798a68
📝 misc(projects): load git-sumi demo from its repo 2024-02-19 17:17:18 +01:00
welpo
0158097594
🔧 misc(link_checker): skip vultr.com links 2024-02-16 15:29:46 +01:00
welpo
6efe2ee57d
📝 docs: fix various broken links 2024-02-16 12:53:41 +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
welpo
7fa208a2a5
🔧 chore: set full width prev/next article nav 2024-01-05 23:51:28 +01:00
Óscar
d50a85b5bc
feat: adjust width of prev/next link section (#248) 2024-01-05 14:50:14 +01:00
Óscar
dac6bfc024
feat: add previous/next article navigation (#246) 2024-01-04 19:05:06 +01:00
Óscar Fernández
d257e022ea
feat(tags): add compact_tags option (#232)
Co-authored-by: arichtman <10679234+arichtman@users.noreply.github.com>
2023-12-30 16:41:08 +01:00
Óscar Fernández
bf31f7ff47
feat(theme-switcher)!: respect theme_default when JS is enabled (#224)
BREAKING CHANGE: changes the behaviour of `theme_default`
2023-11-25 00:08:58 +01:00
ZzMzaw
b6fa54c556
feat(copyright): set copyright translations outside toml files & enhance $VARs (#215)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2023-11-05 21:20:21 +01:00
Óscar Fernández
46e0681193
📈 chore(demo-site): add analytics and privacy policy (#220) 2023-10-31 14:46:32 +01:00
Joberth Rogers
de91dfb0a7
🐛 fix(footer): fix external link redirection in footer (#219)
Co-authored-by: welpo <welpo@users.noreply.github.com>
2023-10-31 13:29:09 +01:00
welpo
7e6e1ddcc9
📝 chore: update contact e-mail 2023-10-27 22:26:59 +02:00
Óscar Fernández
be218c0b6c
🐛 fix(comments): fix malformed URLs in Isso mails (#211) 2023-10-25 17:47:46 +02:00
welpo
5458b1c533
🎨 style: fix whitespace issues 2023-10-07 23:31:59 +02:00
Óscar Fernández
8aabeaecc3
️ refactor: co-locate images (#200) 2023-10-07 23:27:55 +02:00
Óscar Fernández
1bc52944c9
feat(footer): add configurable footer menu (#197) 2023-10-05 14:20:34 +02:00
Óscar Fernández
228f1ea6e5
feat: support privacy-respecting analytics (#193) 2023-10-04 15:01:54 +02:00
welpo
78fd8b8f0e
📝 docs(i18n): mention IETF BCP 47 codes 2023-09-19 13:38:40 +02:00
Óscar Fernández Vázquez
99b8972cf6
📝 docs: add guide to all of tabi's features (#169) 2023-09-18 22:59:13 +02:00
Óscar Fernández Vázquez
88cc68f4a0
feat(header): add support for canonical URLs (#168) 2023-09-18 22:11:00 +02:00
Óscar
a113ba2271
feat(atom): add full_content_in_feed option (#164) 2023-09-17 14:12:12 +02:00
Óscar
6f269eee4a
feat(templates): introduce info-page template (#147) 2023-09-13 01:38:25 +02:00
Ó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.
2023-09-12 18:58:58 +02:00