From 94790b39e6c3e95eb935e4d7ca6fff6cedc742a7 Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Sun, 22 Feb 2026 17:13:34 +0100 Subject: [PATCH 1/4] fix: add suffix to sample timeline data --- content/blocks/releases.md | 4 ++-- content/components/timeline.md | 2 +- data/{timeline.en.yml => timeline-sample.en.yml} | 0 data/{timeline.fr.yml => timeline-sample.fr.yml} | 0 data/{timeline.nl.yml => timeline-sample.nl.yml} | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename data/{timeline.en.yml => timeline-sample.en.yml} (100%) rename data/{timeline.fr.yml => timeline-sample.fr.yml} (100%) rename data/{timeline.nl.yml => timeline-sample.nl.yml} (100%) diff --git a/content/blocks/releases.md b/content/blocks/releases.md index fb0ad48..7614510 100644 --- a/content/blocks/releases.md +++ b/content/blocks/releases.md @@ -22,7 +22,7 @@ The `releases` content block displays a timeline with release information. background: color: body-tertiary subtle: false - data: timeline + data: timeline-sample ``` {{< /example-bookshop >}} @@ -32,7 +32,7 @@ The `releases` content block displays a timeline with release information. The releases block supports structured release data as input. The following file provides a language-specific example. Place this file in your site's data folder. -{{< file file="/data/timeline.en.yml" show=false >}} +{{< file file="./data/timeline-sample.en.yml" show=false >}} ## Arguments diff --git a/content/components/timeline.md b/content/components/timeline.md index a276950..a092405 100644 --- a/content/components/timeline.md +++ b/content/components/timeline.md @@ -15,7 +15,7 @@ Use the timeline shortcode to show items ordered on a vertical timeline. {{< example lang="hugo" >}} -{{}} +{{}} {{< /example >}} diff --git a/data/timeline.en.yml b/data/timeline-sample.en.yml similarity index 100% rename from data/timeline.en.yml rename to data/timeline-sample.en.yml diff --git a/data/timeline.fr.yml b/data/timeline-sample.fr.yml similarity index 100% rename from data/timeline.fr.yml rename to data/timeline-sample.fr.yml diff --git a/data/timeline.nl.yml b/data/timeline-sample.nl.yml similarity index 100% rename from data/timeline.nl.yml rename to data/timeline-sample.nl.yml From b007244158e0ec568075bc02a4ba2ab51f471da4 Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Sun, 22 Feb 2026 17:14:18 +0100 Subject: [PATCH 2/4] fix: replace ambiguous links with placeholders --- content/blocks/about.md | 4 ++-- content/blocks/testimonials.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/blocks/about.md b/content/blocks/about.md index dc49c7c..56f080a 100644 --- a/content/blocks/about.md +++ b/content/blocks/about.md @@ -83,7 +83,7 @@ Set `link-type` to `link` to add links below the content. link-type: link links: - title: First link - url: about + url: #! icon: chevron-right force: true - title: Second link @@ -116,7 +116,7 @@ Set `link-type` to `button` to add buttons below the content. You can adjust the link-type: button links: - title: Primary button - url: about + url: #! icon: chevron-right force: true - title: Outline button diff --git a/content/blocks/testimonials.md b/content/blocks/testimonials.md index 3ef1cb4..759d047 100644 --- a/content/blocks/testimonials.md +++ b/content/blocks/testimonials.md @@ -26,13 +26,13 @@ Set `carousel` to `true` to render a carousel of multiple testimonials. testimonials: - icon: fab linkedin content: First testimonial. - link: /en/about/ + link: #! - icon: fab google content: Second testimonial. - link: /en/about/ + link: #! - icon: fab github content: Third testimonial. - link: /en/about/ + link: #! ``` {{< /example-bookshop >}} From 20689ef62431f94763b6d1f7d58650f4aa099bc9 Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Sun, 22 Feb 2026 17:14:49 +0100 Subject: [PATCH 3/4] fix: reference correct table-hook sample --- content/blocks/list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blocks/list.md b/content/blocks/list.md index 6f0e0f3..dd22a24 100644 --- a/content/blocks/list.md +++ b/content/blocks/list.md @@ -101,7 +101,7 @@ Customize the list by providing a `hook` partial. Define the hook partial in your site's `layouts/_partials` folder. The following example renders a custom Markdown table consisting of the article's title and publication date. -{{< file file="./exampleSite/layouts/_partials/assets/table-hook.html" full=false lang="go-template" >}} +{{< file file="./layouts/_partials/assets/table-hook.html" full=false lang="go-template" >}} ## Arguments From d5cb715cd7372e067702c01a9e6c01fd1f24e936 Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:25:22 +0100 Subject: [PATCH 4/4] fix: add weight to each component reference page --- content/components/abbr.md | 1 + content/components/accordion.md | 1 + content/components/alert.md | 1 + content/components/animation.md | 1 + content/components/args.md | 1 + content/components/badge.md | 1 + content/components/breadcrumb.md | 1 + content/components/button-group.md | 1 + content/components/button.md | 1 + content/components/card-group.md | 1 + content/components/card.md | 1 + content/components/carousel.md | 1 + content/components/collapse.md | 1 + content/components/command.md | 1 + content/components/docs.md | 1 + content/components/example.md | 1 + content/components/file.md | 1 + content/components/icon.md | 1 + content/components/image.md | 1 + content/components/ins.md | 1 + content/components/kbd.md | 1 + content/components/link.md | 1 + content/components/map.md | 1 + content/components/mark.md | 1 + content/components/mermaid.md | 1 + content/components/navbar.md | 1 + content/components/navs-and-tabs.md | 1 + content/components/persona.md | 1 + content/components/release.md | 1 + content/components/spinner.md | 1 + content/components/sub.md | 1 + content/components/sup.md | 1 + content/components/table.md | 1 + content/components/timeline.md | 1 + content/components/toast.md | 1 + content/components/tooltip.md | 1 + content/components/video.md | 1 + 37 files changed, 37 insertions(+) diff --git a/content/components/abbr.md b/content/components/abbr.md index d31137c..80ccbf0 100644 --- a/content/components/abbr.md +++ b/content/components/abbr.md @@ -5,6 +5,7 @@ date: 2025-01-16 description: Use the abbr shortcode to show the long form of an abbreviation. layout: docs tags: component +weight: 10 --- ## Overview diff --git a/content/components/accordion.md b/content/components/accordion.md index a8e584f..695e6f5 100644 --- a/content/components/accordion.md +++ b/content/components/accordion.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: Use the accordion shortcode to show a group of vertically collapsing and expanding items. layout: docs tags: component +weight: 20 --- ## Overview diff --git a/content/components/alert.md b/content/components/alert.md index e2d8d82..d3aa7f0 100644 --- a/content/components/alert.md +++ b/content/components/alert.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: Use the alert shortcode to display a contextual feedback message. layout: docs tags: component +weight: 30 --- ## Overview diff --git a/content/components/animation.md b/content/components/animation.md index de28d75..ec1bf83 100644 --- a/content/components/animation.md +++ b/content/components/animation.md @@ -6,6 +6,7 @@ description: Use the animation shortcode to show an After Effects animation. layout: docs tags: component modules: ["lottie"] +weight: 40 --- ## Overview diff --git a/content/components/args.md b/content/components/args.md index e0d4db5..229e57d 100644 --- a/content/components/args.md +++ b/content/components/args.md @@ -5,6 +5,7 @@ date: 2025-06-23 description: Use the args shortcode to generates a table of structured arguments. layout: docs tags: component +weight: 50 --- ## Overview diff --git a/content/components/badge.md b/content/components/badge.md index 4e2b717..fc7ced4 100644 --- a/content/components/badge.md +++ b/content/components/badge.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: Use the badge shortcode to enrich headings. layout: docs tags: component +weight: 60 --- ## Overview diff --git a/content/components/breadcrumb.md b/content/components/breadcrumb.md index a592581..80ca75f 100644 --- a/content/components/breadcrumb.md +++ b/content/components/breadcrumb.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: Use the breadcrumb shortcode to display the current page’s location within the site's navigational hierarchy. layout: docs tags: component +weight: 70 --- ## Overview diff --git a/content/components/button-group.md b/content/components/button-group.md index 23055a2..6e4c37f 100644 --- a/content/components/button-group.md +++ b/content/components/button-group.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: Use the button-group shortcode to display a group of buttons. layout: docs tags: component +weight: 80 --- ## Overview diff --git a/content/components/button.md b/content/components/button.md index b41f9d2..ed44f19 100644 --- a/content/components/button.md +++ b/content/components/button.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: Use the button shortcode to display a button with a hyperlink. layout: docs tags: component +weight: 90 --- ## Overview diff --git a/content/components/card-group.md b/content/components/card-group.md index 16430e0..757ee50 100644 --- a/content/components/card-group.md +++ b/content/components/card-group.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: Use the card-group shortcode to display a group of cards. layout: docs tags: component +weight: 100 --- ## Overview diff --git a/content/components/card.md b/content/components/card.md index 269b37b..7dddb5f 100644 --- a/content/components/card.md +++ b/content/components/card.md @@ -6,6 +6,7 @@ description: Use the card shortcode to display a card that links to a content pa layout: docs icon: fa address-card tags: component +weight: 110 --- ## Overview diff --git a/content/components/carousel.md b/content/components/carousel.md index a396306..da5c083 100644 --- a/content/components/carousel.md +++ b/content/components/carousel.md @@ -5,6 +5,7 @@ date: 2024-08-14 description: Use the carousel shortcode to display a carousel of several images. layout: docs tags: component +weight: 120 --- ## Overview diff --git a/content/components/collapse.md b/content/components/collapse.md index 2e15711..d5cb6cf 100644 --- a/content/components/collapse.md +++ b/content/components/collapse.md @@ -5,6 +5,7 @@ date: 2024-08-14 description: Use the collapse shortcode to reveal or hide a panel. layout: docs tags: component +weight: 130 --- ## Overview diff --git a/content/components/command.md b/content/components/command.md index 08a4351..6391a04 100644 --- a/content/components/command.md +++ b/content/components/command.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: The command shortcode generates terminal output for either Bash, PowerShell, or SQL shell languages. layout: docs tags: component +weight: 140 --- ## Overview diff --git a/content/components/docs.md b/content/components/docs.md index 595eeb1..fe95c85 100644 --- a/content/components/docs.md +++ b/content/components/docs.md @@ -5,6 +5,7 @@ date: 2024-08-14 description: The docs shortcode captures a code snippet from a supported input file. layout: docs tags: component +weight: 150 --- ## Overview diff --git a/content/components/example.md b/content/components/example.md index 9dd3f3d..f5f86b1 100644 --- a/content/components/example.md +++ b/content/components/example.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: The example shortcode displays a code example and renders a preview of the same input. layout: docs tags: component +weight: 160 --- ## Overview diff --git a/content/components/file.md b/content/components/file.md index 07ac047..070bc14 100644 --- a/content/components/file.md +++ b/content/components/file.md @@ -5,6 +5,7 @@ date: 2024-08-14 description: The file shortcode prints the full content of any given file with syntax highlighting. layout: docs tags: component +weight: 170 --- ## Overview diff --git a/content/components/icon.md b/content/components/icon.md index ea88765..4e71e7f 100644 --- a/content/components/icon.md +++ b/content/components/icon.md @@ -5,6 +5,7 @@ date: 2024-08-14 description: Use the icon shortcode to add a Font Awesome or custom icon with ease. layout: docs tags: component +weight: 180 --- ## Overview diff --git a/content/components/image.md b/content/components/image.md index 7c3c193..b70400d 100644 --- a/content/components/image.md +++ b/content/components/image.md @@ -5,6 +5,7 @@ date: 2024-08-17 description: Use the image shortcode to display a responsive image with an optional aspect ratio. layout: docs tags: component +weight: 190 --- ## Overview diff --git a/content/components/ins.md b/content/components/ins.md index 391f5a1..016f168 100644 --- a/content/components/ins.md +++ b/content/components/ins.md @@ -5,6 +5,7 @@ date: 2024-12-13 description: Use the ins shortcode to underline text. layout: docs tags: component +weight: 200 --- ## Overview diff --git a/content/components/kbd.md b/content/components/kbd.md index 54c2925..32140ef 100644 --- a/content/components/kbd.md +++ b/content/components/kbd.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: Use the kbd shortcode to show a keyboard input element. layout: docs tags: component +weight: 210 --- ## Overview diff --git a/content/components/link.md b/content/components/link.md index a0ff709..87c63b1 100644 --- a/content/components/link.md +++ b/content/components/link.md @@ -5,6 +5,7 @@ date: 2024-08-17 description: Use the link shortcode to add a managed link to your page content. layout: docs tags: component +weight: 220 --- ## Overview diff --git a/content/components/map.md b/content/components/map.md index 9ce8094..6f966a1 100644 --- a/content/components/map.md +++ b/content/components/map.md @@ -6,6 +6,7 @@ description: Use the map shortcode to show an interactive map. layout: docs tags: component modules: ["leaflet"] +weight: 230 --- ## Overview diff --git a/content/components/mark.md b/content/components/mark.md index 4748100..05cd9d1 100644 --- a/content/components/mark.md +++ b/content/components/mark.md @@ -5,6 +5,7 @@ date: 2023-12-29 description: Use the mark shortcode to highlight text. layout: docs tags: component +weight: 240 --- ## Overview diff --git a/content/components/mermaid.md b/content/components/mermaid.md index 14e9242..6630be7 100644 --- a/content/components/mermaid.md +++ b/content/components/mermaid.md @@ -6,6 +6,7 @@ description: Use the mermaid shortcode to add diagrams and charts powered by Mer layout: docs tags: component modules: ["mermaid"] +weight: 250 --- ## Overview diff --git a/content/components/navbar.md b/content/components/navbar.md index 80523ea..c1bbd83 100644 --- a/content/components/navbar.md +++ b/content/components/navbar.md @@ -5,6 +5,7 @@ date: 2024-08-14 description: Use the navbar shortcode to display a navigation header with a toggler. layout: docs tags: component +weight: 260 --- ## Overview diff --git a/content/components/navs-and-tabs.md b/content/components/navs-and-tabs.md index f8bd016..1c1494e 100644 --- a/content/components/navs-and-tabs.md +++ b/content/components/navs-and-tabs.md @@ -5,6 +5,7 @@ date: 2023-12-30 description: Use the nav shortcode to show a group of multiple tab panes. layout: docs tags: component +weight: 270 --- ## Overview diff --git a/content/components/persona.md b/content/components/persona.md index 4e5cbbf..c5de5cc 100644 --- a/content/components/persona.md +++ b/content/components/persona.md @@ -5,6 +5,7 @@ date: 2023-12-28 description: Use the persona shortcode to display a custom card. layout: docs tags: component +weight: 280 --- ## Overview diff --git a/content/components/release.md b/content/components/release.md index 91dfc97..292585e 100644 --- a/content/components/release.md +++ b/content/components/release.md @@ -5,6 +5,7 @@ date: 2023-12-30 description: Use the release shortcode to indicate the availability of a specific feature in a tagged release. layout: docs tags: component +weight: 290 --- ## Overview diff --git a/content/components/spinner.md b/content/components/spinner.md index b1f2df5..b80d873 100644 --- a/content/components/spinner.md +++ b/content/components/spinner.md @@ -5,6 +5,7 @@ date: 2023-08-14 description: Use the spinner shortcode to indicate the loading state of a component or page. layout: docs tags: component +weight: 300 --- ## Overview diff --git a/content/components/sub.md b/content/components/sub.md index 79f7931..8ed2b32 100644 --- a/content/components/sub.md +++ b/content/components/sub.md @@ -5,6 +5,7 @@ date: 2023-12-30 description: Use the sub shortcode to display text in subscript. layout: docs tags: component +weight: 310 --- ## Overview diff --git a/content/components/sup.md b/content/components/sup.md index a2817dc..6ed3889 100644 --- a/content/components/sup.md +++ b/content/components/sup.md @@ -5,6 +5,7 @@ date: 2023-12-30 description: Use the sup shortcode to display text in superscript. layout: docs tags: component +weight: 320 --- ## Overview diff --git a/content/components/table.md b/content/components/table.md index d14c23b..d8f2b96 100644 --- a/content/components/table.md +++ b/content/components/table.md @@ -6,6 +6,7 @@ description: Use the table shortcode to make your Markdown table responsive. layout: docs tags: component modules: ["simple-datatables"] +weight: 330 --- ## Overview diff --git a/content/components/timeline.md b/content/components/timeline.md index a092405..9b156dd 100644 --- a/content/components/timeline.md +++ b/content/components/timeline.md @@ -5,6 +5,7 @@ date: 2024-04-18 description: Use the timeline shortcode to show items ordered on a vertical timeline. layout: docs tags: component +weight: 340 --- ## Overview diff --git a/content/components/toast.md b/content/components/toast.md index b012fbb..df409a6 100644 --- a/content/components/toast.md +++ b/content/components/toast.md @@ -5,6 +5,7 @@ date: 2024-08-14 description: Use the toast shortcode to display a dismissable message in the bottom-right corner of the screen. layout: docs tags: component +weight: 350 --- ## Overview diff --git a/content/components/tooltip.md b/content/components/tooltip.md index cb267cb..ebfa58a 100644 --- a/content/components/tooltip.md +++ b/content/components/tooltip.md @@ -5,6 +5,7 @@ date: 2023-12-30 description: Use the tooltip shortcode to display a tooltip for a hyperlink. layout: docs tags: component +weight: 360 --- ## Overview diff --git a/content/components/video.md b/content/components/video.md index d5212c1..21fabe3 100644 --- a/content/components/video.md +++ b/content/components/video.md @@ -9,6 +9,7 @@ description: Use the video shortcode to embed a responsive video on your site. layout: docs tags: component modules: ["vimeo"] +weight: 370 --- ## Overview