Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/blocks/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/blocks/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions content/blocks/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions content/blocks/testimonials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down
1 change: 1 addition & 0 deletions content/components/abbr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/accordion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Use the animation shortcode to show an After Effects animation.
layout: docs
tags: component
modules: ["lottie"]
weight: 40
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/components/args.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ date: 2023-12-29
description: Use the badge shortcode to enrich headings.
layout: docs
tags: component
weight: 60
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/components/breadcrumb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/button-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/card-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/carousel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/collapse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/ins.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ date: 2024-12-13
description: Use the ins shortcode to underline text.
layout: docs
tags: component
weight: 200
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/components/kbd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Use the map shortcode to show an interactive map.
layout: docs
tags: component
modules: ["leaflet"]
weight: 230
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/components/mark.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ date: 2023-12-29
description: Use the mark shortcode to highlight text.
layout: docs
tags: component
weight: 240
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions content/components/mermaid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/navs-and-tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/persona.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/spinner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/sub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/sup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion content/components/timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -15,7 +16,7 @@ Use the timeline shortcode to show items ordered on a vertical timeline.

<!-- markdownlint-disable MD037 -->
{{< example lang="hugo" >}}
{{</* timeline data="timeline" background="body-tertiary" */>}}
{{</* timeline data="timeline-sample" background="body-tertiary" */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->

Expand Down
1 change: 1 addition & 0 deletions content/components/toast.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/components/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.