Commit Graph

957 Commits

Author SHA1 Message Date
Óscar
24896a5f77 🐛 fix(header): render feed links based on config (#358) 2024-07-24 19:33:26 +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
Óscar
57ff693eca ⬆️ chore(deps): update KaTeX to v0.16.11 (#354) 2024-07-04 22:23:30 +02:00
welpo
fbb81f9764 📝 docs: mention custom Twitter card & automatic OG tags
Related: #353
2024-07-04 15:03:41 +02:00
welpo
1111631325 📝 docs(mastering tabi): fix broken image 2024-07-04 15:01:01 +02:00
Óscar
f72f454ea7 🐛 fix(search): close modal when clicking current page result (#350) 2024-07-01 22:59:01 +02:00
welpo
0f18ac264d 💄 style: match footnote backlinks size on Zola v0.19 2024-07-01 15:08:59 +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
welpo
4145364e08 📝 docs: fix broken internal links
Fixes #346 and #347.
2024-07-01 11:22:34 +02:00
welpo
e0d1cdeb66 🔖 chore(release): prepare for v2.12.0 2024-06-30 01:50:54 +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
welpo
82ecbc1454 🍱 feat(socials): add Debian icon 2024-06-28 19:15:42 +02:00
Óscar
3bb2dbc355 🌐 refactor: improve "Last updated on" format (#342) 2024-06-28 19:09:35 +02:00
Óscar
d689c15145 feat(admonitions): allow swapping admonition icons (#340) 2024-06-27 21:08:05 +02:00
welpo
c9c8ed84a0 📝 docs(mastering tabi): clarify post sorting in Archive
Related: #339
2024-06-27 13:48:55 +02:00
welpo
0a8d01014f 🔖 chore(release): prepare for v2.11.0 2024-06-24 11:30:20 +02:00
welpo
7a3380c467 📝 docs(README): fix command to update tabi submodule
Related: #338
2024-06-23 19:16:18 +02:00
Óscar
fdb63c8cb6 🐛 fix(footer): show feed icon on Zola 0.19.0 (#336) 2024-06-22 00:13:32 +02:00
welpo
448250ff57 🐛 misc(pre-commit hook): handle filenames with spaces 2024-06-21 00:54:22 +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
be7628aeaa feat: allow HTML tags in multilingual quote author 2024-06-20 17:54:53 +02:00
welpo
5ae629d171 📝 docs: explain how to use custom social icons 2024-06-19 21:39:02 +02:00
Andrea C
39ba56f02c feat(socials): add bluesky icon (#333) 2024-06-19 19:53:27 +02:00
welpo
7d386283ff 📝 docs(README): clarify section_path format 2024-06-18 22:19:37 +02:00
welpo
4a47e0ad23 📝 docs(README): add commands to update the theme 2024-06-08 01:55:31 +02:00
welpo
be58172454 🔖 chore(release): prepare for v2.10.0 2024-05-30 14:39:16 +02:00
welpo
3b0d7e5a66 📝 docs: CSP requirements to use built-in syntax highlighting
Resolves #320.
2024-05-30 14:33:09 +02:00
welpo
22925caf06 🐛 fix: allow quotation in page summary
Quotation marks were being escaped, as the `safe` filter was not being used.
2024-05-30 14:12:44 +02:00
Martijn Faassen
f5f195c90c ♻️ refactor: improve settings hierarchy performance (#325) 2024-05-30 14:02:34 +02:00
Óscar
9d49a65354 feat: add option to show author in post metadata (#322) 2024-05-27 02:16:03 +02:00
Martijn Faassen
86a4e5f5f4 🍱 misc: update nani logo (#323) 2024-05-26 22:08:24 +02:00
welpo
94b3b1d804 💄 style: increase font size of h1
Resolves #321.
2024-05-24 21:54:32 +02:00
Óscar
c54251ca7a feat(homepage): allow hiding posts listing (#317) 2024-05-19 20:36:38 +02:00
welpo
349663f28f ✏️ docs(mastering tabi): fix typo 2024-05-19 20:27:56 +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
welpo
aef49bb225 🐛 fix(footer): allow showing only email/feed icons
Fixes #312
2024-05-15 13:28:32 +02:00
welpo
1894d550bc 📈 misc(analytics): stop collecting Language data
It didn't seem to work.
2024-05-12 13:11:01 +02:00
welpo
e7e2f41e52 🔖 chore(release): prepare for v2.9.0 2024-05-12 00:36:02 +02:00
Ariel Richtman
26b9bbd7ba 🐛 fix(analytics): allow Umami through CSP (#310) 2024-05-07 09:10:52 +02:00
welpo
f081a92f59 💄 fix(add_src_to_code_block): avoid overlapping text 2024-05-03 23:40:19 +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
Óscar
5bc593b676 feat(shortcodes): add remote_text shortcode (#305) 2024-05-02 22:57:56 +02:00
welpo
be9458cfad 🔖 chore(release): prepare for v2.8.1 2024-05-02 00:19:24 +02:00
welpo
50123c09ef 🐛 fix: ensure spacing when all projects are shown
Fixes #303.
2024-05-02 00:17:49 +02:00