feat: add pager for article navigation in section

chore: minor updates

- reorg language settings
- add icons for cards and steps

chore: update about page

chore: add style to kbd
This commit is contained in:
Xin
2023-07-30 12:53:06 +01:00
parent 8ed4573422
commit 923f794d29
9 changed files with 77 additions and 13 deletions

View File

@ -1,3 +1,5 @@
---
title: About
---
This is the about page.

View File

@ -7,5 +7,6 @@ Hextra provides a variety of built-in components based on [Hugo Shortcodes](http
{{< cards >}}
{{< card link="callouts" title="Callouts" icon="warning" >}}
{{< card link="cards" title="Cards" >}}
{{< card link="cards" title="Cards" icon="cards" >}}
{{< card link="steps" title="Steps" icon="one" >}}
{{< /cards >}}