forked from drowl87/hextra_mirror
23 lines
880 B
Markdown
23 lines
880 B
Markdown
![]() |
---
|
||
|
title: ガイド
|
||
|
weight: 2
|
||
|
prev: /docs/getting-started
|
||
|
next: /docs/guide/organize-files
|
||
|
sidebar:
|
||
|
open: true
|
||
|
---
|
||
|
|
||
|
Hextraの使い方を学ぶために、以下のセクションを探索してください:
|
||
|
|
||
|
<!--more-->
|
||
|
|
||
|
{{< cards >}}
|
||
|
{{< card link="organize-files" title="ファイルの整理" icon="document-duplicate" >}}
|
||
|
{{< card link="configuration" title="設定" icon="adjustments" >}}
|
||
|
{{< card link="markdown" title="Markdown" icon="markdown" >}}
|
||
|
{{< card link="syntax-highlighting" title="シンタックスハイライト" icon="sparkles" >}}
|
||
|
{{< card link="latex" title="LaTeX" icon="variable" >}}
|
||
|
{{< card link="diagrams" title="ダイアグラム" icon="chart-square-bar" >}}
|
||
|
{{< card link="shortcodes" title="ショートコード" icon="template" >}}
|
||
|
{{< card link="deploy-site" title="サイトのデプロイ" icon="server" >}}
|
||
|
{{< /cards >}}
|