Commit graph

941 commits

Author SHA1 Message Date
ZzMzaw
2642cc4202 docs(series): clean up old series documentation 2024-10-31 07:59:45 +01:00
ZzMzaw
95d8d1a1d0 cleanup previous navigation mechanism 2024-10-31 07:59:45 +01:00
ZzMzaw
7318eab7ea docs(series): merge documentation 2024-10-31 07:59:45 +01:00
welpo
d19f4deb1c docs(series): add template types and priority system for series articles 2024-10-31 07:59:45 +01:00
welpo
e34f980525 docs(series): add source code to code block 2024-10-31 07:59:45 +01:00
welpo
a9049ef8b5 add anchor links 2024-10-31 07:59:45 +01:00
welpo
434769376e - Add templating for outro, similar/extended from intro code
- Renames series_page_introduction_placeholders to series_template_placeholders
- Removes `post_listing_index_reversed` in favour of outro templates
- Docs!
2024-10-31 07:59:45 +01:00
welpo
c056b53d26 add jump to posts 2024-10-31 07:59:41 +01:00
ZzMzaw
e0971689b0 feat(series): add label before series' posts list 2024-10-31 07:58:48 +01:00
ZzMzaw
fdc356c079 feat(series): adapt reversed pagination check
Changes have been requested in Zola PR: https://github.com/getzola/zola/pull/2653.
This requieres minor adaptation on properties used to reversed pagination.
2024-10-31 07:58:48 +01:00
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