ZzMzaw
127a1c80ce
feat(series): remove introduction types
2024-10-31 07:58:39 +01:00
welpo
1b884a8ac5
style(series): redesign for cohesion
2024-10-31 07:57:53 +01:00
welpo
edfe382299
feat(series): render MarkDown on series headline
2024-10-31 07:57:53 +01:00
welpo
3e61cc4ab8
feat(series): render markdown on series description
2024-10-31 07:57:53 +01:00
ZzMzaw
8c31aca81f
feat(series): add navigation
...
Navigation is similar to the one for all articles but is limited to those of the series.
2024-10-31 07:57:53 +01:00
ZzMzaw
71a2409640
feat(series): add custom placeholders in intro
...
Custom placeholders are user-defined and can be used in both headline and description.
2024-10-31 07:57:53 +01:00
ZzMzaw
e1bdb01b6a
feat(series): reference the series in its pages
...
The reference is configurable from none to link to summary to something completely custom.
2024-10-31 07:57:44 +01:00
ZzMzaw
45705ed9c6
feat(series): add a page to display a series
...
It displays an explanation of the series and lists all its articles.
2024-10-31 07:55:44 +01:00
ZzMzaw
080a1b4b8c
feat: let extra features be used by sections
...
Extra features were already compatible with sections so it has been made explicit sections can be used as well.
2024-10-31 07:55:44 +01:00
ZzMzaw
def4b2d41c
feat(pagination): display pages only when needed
...
If there is only one page, the pages selector at the bottom might not be displayed.
2024-10-31 07:55:44 +01:00
ZzMzaw
506a4a86e5
refactor(posts): make meta column width adaptable
...
The meta column of the blogposts list was fixed to 13.5rem.
I can be annoying when displaying something else but a date as it was initially planned.
Width set to 13.5rem has been kept when displaying a date to avoid any regression.
Nevertheless, it is possible to get rid of it in the future if needed.
Feed has been adapted accordingly.
2024-10-31 07:55:44 +01:00
ZzMzaw
769d5a373f
refactor(page): put comments code together
2024-10-31 07:55:44 +01:00
welpo
bd45a1ae45
👷 misc(CI): allow longer PR titles for dep updates
2024-10-26 17:16:52 +02:00
welpo
2e3cff2ef1
👷 misc(deps): remove local release script
2024-10-26 16:19:39 +02:00
Óscar
3442fd9ff0
📝 docs: clarify instructions for listing recent posts ( #418 )
2024-10-21 01:48:04 +02:00
renovate[bot]
5737c279e5
⬆️ chore(deps): update scripts/release ( #416 )
2024-10-19 23:21:01 +02:00
welpo
b461964d76
🔖 chore(release): prepare for v3.0.0
2024-10-18 19:02:16 +02:00
welpo
0a36ef55ee
👷 misc: update git-cliff variables to commit.remote
...
`commit.github` is deprecated.
2024-10-18 19:01:16 +02: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
Anett Seeker
34514c1869
🐛 fix: update CSP for GoatCounter ( #413 )
2024-10-18 16:08:20 +02:00
Óscar
11e246a876
📝 docs(CONTRIBUTING): fix broken link to commit message style
2024-10-15 17:54:30 +02:00
welpo
5db70b7978
📝 docs(mastering tabi): mention social links rel='me'
...
Related: #410
2024-10-13 15:07:18 +02:00
welpo
628bb735e7
🔖 chore(release): prepare for v2.17.0
2024-10-11 00:59:45 +02:00
welpo
47fcee8f81
📝 misc: reformat social card creation tip
2024-10-10 15:05:43 +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
ZzMzaw
3fddb1f9a1
📝 docs: add mermaid shortcode usage ( #407 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
2024-10-08 01:25:36 +02:00
github-actions[bot]
7b00ed1d9d
⬆️ chore(deps): upgrade mermaid to v11.3.0 ( #405 )
...
Co-authored-by: welpo <welpo@users.noreply.github.com>
2024-10-04 11:07:13 +02:00
Marcus Hughes
8e10f9e258
📝 misc(README): add jmbhughes.com to showcase ( #404 )
2024-10-03 22:22:36 +02:00
welpo
c50edbd453
📝 docs: update comment in config.toml RE: #402
2024-10-02 17:30:37 +02:00
Soumendra kumar sahoo
608513952f
🐛 fix: set proper URL for self-hosted Umami ( #402 )
2024-10-02 13:43:08 +02:00
renovate[bot]
02f9d88236
⬆️ chore(deps): update ubuntu to v24 ( #403 )
2024-09-26 23:33:30 +02:00
welpo
66239bee01
👷 misc(deps): replace local release script w/ git submodule
2024-09-25 00:41:11 +02:00
welpo
7ceada974b
⚡ ️ refactor(search): reduce search lag on mobile
...
Should reduce perceived lag when opening the search modal
and scrolling through results.
2024-09-24 19:25:36 +02:00
Óscar
17694ba3d8
🐛 fix(search): restore highlighting functionality ( #401 )
2024-09-24 19:16:44 +02:00
welpo
fc04ab4e40
👷 misc(deps): automate KaTeX/mermaid upgrades
2024-09-24 16:18:34 +02:00
welpo
47a94d3d01
🔖 chore(release): prepare for v2.16.0
2024-09-22 15:09:50 +02:00
welpo
008b976e06
✨ feat(remote_text shortcode): support line ranges ( #399 )
2024-09-22 15:06:38 +02:00
Óscar
90c1da1ddb
✨ feat(remote_text shortcode): support relative paths ( #398 )
2024-09-22 14:30:03 +02:00
welpo
9101b6d6cb
🔖 chore(release): prepare for v2.15.0
2024-09-20 15:16:57 +02:00
John
0231a00ac0
📝 misc(README): add Ponderosa Games to showcase ( #395 )
2024-09-20 11:15:32 +02:00
Óscar
adfe28eaf9
✨ feat(feed): make "Visit website" link context-aware ( #394 )
2024-09-20 01:55:05 +02:00
Óscar
52979f7f54
🐛 fix(feed): resolve Atom feed validation issues ( #393 )
2024-09-20 01:44:32 +02:00
Óscar
1ffe43f934
✨ feat(search): hide "clear search" icon if input is empty ( #388 )
2024-09-19 16:00:34 +02:00
Óscar
0bebcd1c6d
🐛 fix: allow pages within pages ( #385 )
2024-09-18 00:06:02 +02:00
welpo
edb087392f
🔧 misc: set @TheAwiteb as owner of Arabic translation
2024-09-17 18:35:01 +02:00
welpo
d9c498b3a5
⬆️ chore(deps): upgrade mermaid to v11.2.1
...
Changelog: https://github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.2.1
Source: https://cdn.jsdelivr.net/npm/mermaid@11.2.1/dist/mermaid.min.js
2024-09-16 20:46:26 +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
welpo
1b11f4b321
🔨 misc(deps): avoid masking return values
...
Separate local variable declarations and assignments.
2024-09-09 18:49:18 +02:00