Apply docs layout

This commit is contained in:
mark
2023-01-11 15:07:25 +01:00
parent 6f1a22172a
commit cdaa9a97ed
23 changed files with 25 additions and 6 deletions

View File

@@ -3,4 +3,5 @@ title: "Credits"
description: ""
date: "2023-01-06"
group: about
layout: docs
---

View File

@@ -3,4 +3,5 @@ title: "License"
description: ""
date: "2023-01-06"
group: about
layout: docs
---

View File

@@ -4,6 +4,7 @@ title: "Accordion"
date: 2023-01-05
description: "Use the accordion shortcode to show a group of vertically collapsing and expanding items."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Alert"
date: 2023-01-05
description: "Use the alert shortcode to display a contextual feedback message."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Badge"
date: 2023-01-11
description: "Use the badge to enrich headings and buttons."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Breadcrumb"
date: 2023-01-05
description: "Use the breadcrumb shortcode to display the current pages location within the site's navigational hierarchy."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Button Group"
date: 2023-01-05
description: "Use the button-group shortcode to display a group of buttons."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Button"
date: 2023-01-05
description: "Use the button shortcode to display a button with a hyperlink."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Card"
date: 2023-01-05
description: "Use the card shortcode to display a card that links to a content page."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Carousel"
date: 2023-01-05
description: "Use the carousel shortcode to display a carousel of several images."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Collapse"
date: 2023-01-05
description: "Use the collapse shortcode to reveil or hide a panel."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Command Prompt"
date: 2023-01-05
description: "The command shortcode generates terminal output for either Bash, PowerShell, or SQL shell languages."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Image"
date: 2023-01-05
description: "Use the image shortcode to display a responsive image with a specific aspect ratio."
group: components
layout: docs
---
## Overview

View File

@@ -4,12 +4,15 @@ title: "Navbar"
date: 2023-01-05
description: "Use the navbar shortcode to display a navigation header with a toggler."
group: components
layout: docs
---
## Overview
Use the `navbar` shortcode to display a navigation header with a toggler. The menu items are derived from the site's configuration, which defaults to the menus defined under `main`. Nested items are supported at one-level depth. The navigation bar includes a search area and a language switcher if applicable. The items in the navigation header are accentuated if the current page or any of its descendants is active.
<!-- TODO: add sidebar -->
## Arguments
The shortcode supports the following arguments:

View File

@@ -4,6 +4,7 @@ title: "Spinner"
date: 2023-01-05
description: "Use the spinner shortcode to indicate the loading state of a component or page."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Toast"
date: 2023-01-05
description: "Use the toast shortcode to display a dismissable message in the bottom-right corner of the screen."
group: components
layout: docs
---
## Overview

View File

@@ -4,6 +4,7 @@ title: "Tooltip"
date: 2023-01-05
description: "Use the toast shortcode to display a dismissable message in the bottom-right corner of the screen."
group: components
layout: docs
---
## Overview

View File

@@ -4,5 +4,5 @@ title: Figures
description:
date: 2023-01-06
group: content
toc: true
layout: docs
---

View File

@@ -4,5 +4,5 @@ title: Images
description:
date: 2023-01-06
group: content
toc: true
layout: docs
---

View File

@@ -4,5 +4,5 @@ title: Tables
description:
date: 2023-01-06
group: content
toc: true
layout: docs
---

View File

@@ -4,5 +4,5 @@ title: Typography
description: Documentation and examples for Bootstrap typography, including global settings, headings, body text, lists, and more.
date: 2023-01-06
group: content
toc: true
layout: docs
---

View File

@@ -4,7 +4,7 @@ title: Contribute
description: Contribute to the open-source development of the Hinode theme.
date: 2023-01-06
group: getting-started
toc: true
layout: docs
---
1. Clone the repository and create a new branch

View File

@@ -9,7 +9,7 @@ aliases:
- "/en/docs/getting-started/"
- "/en/getting-started/"
- "/en/docs/"
toc: true
layout: docs
---
Hinode is a clean blog theme for [Hugo][hugo], an open-source static site generator. Based on the [Bootstrap 5][bootstrap] framework, the rendered site is fast, secure, and responsive. Hinode uses [FlexSearch][flexsearch] to enable full text search across your site. Finally, the theme uses [Node Package Manager][npm] to automate the build process and to keep track of dependencies. More information is available on the [about]({{< ref "about" >}} "about") page.