forked from drowl87/hextra_mirror

fix: hide lang switch if site is not multilingual docs: update getting started page fix: ordered list style chore: update hugo icon feat: add icon shortcode page docs: add markdown and configuration pages docs: add diagrams page docs: add more content fix: mermaid background and add image styling chore: update templates chore: update hugo stats
17 lines
615 B
Markdown
17 lines
615 B
Markdown
---
|
|
title: Guide
|
|
weight: 2
|
|
---
|
|
|
|
Guide to using Hextra to build your site.
|
|
|
|
{{< cards >}}
|
|
{{< card link="organize-files" title="Organize Files" icon="document-duplicate" >}}
|
|
{{< card link="configuration" title="Configuration" icon="adjustments" >}}
|
|
{{< card link="markdown" title="Markdown" icon="markdown" >}}
|
|
{{< card link="syntax-highlighting" title="Syntax Highlighting" icon="sparkles" >}}
|
|
{{< card link="latex" title="LaTeX" icon="variable" >}}
|
|
{{< card link="diagrams" title="Diagrams" icon="chart-square-bar" >}}
|
|
{{< card link="shortcodes" title="Shortcodes" icon="template" >}}
|
|
{{< /cards >}}
|