# このサイトについて

## このサイトについて

ブログやサポートサイトなどに使える「できるだけ簡単な記事公開の仕組み」が欲しいと思いHonKitを使ってみました。セットアップや詰まったことなどをサポートサイトっぽくまとめています。\ <br>

{{- guide.render("HonKit Documentation", "<https://honkit.netlify.app>", "<https://honkit.netlify.app>") }}

### できあがった記事公開の手順

#### ![](https://icongr.am/octicons/fold-down.svg?size=32\&color=currentColor) クローン

```shell
git clone {repository}
npm ci
```

リポジトリをクローンしてパッケージをインストールします。

これだけでセットアップは完了です。

#### ![](https://icongr.am/feather/edit-2.svg?size=32\&color=currentColor) 編集

```shell
npm run honkit:serve
```

記事をマークダウンで追加・編集します。

ローカルのビルトインサーバーで変更内容をリアルタイムに確認できます。

#### ![](https://icongr.am/octicons/package.svg?size=32\&color=currentColor) ビルド

```shell
npm run honkit:build
```

デプロイ用のファイルを作成します。

#### ![](https://icongr.am/octicons/fold-up.svg?size=32\&color=currentColor) プッシュ

```shell
git push origin {repository}
```

編集した内容はGitHubに保存します。

#### ![](https://icongr.am/feather/github.svg?size=32\&color=currentColor) あとはGitHubにおまかせ

```shell
...
```

GitHub Actionを使ってホスティングサービスにデプロイします。

### メリット

* 👍 あれこれインストールする手間がなく簡単にセットアップできます
* 👍 マークダウンで記事が書けます
* 👍 変更のログがGitHubに残ります


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yayoi-matsuoka.gitbook.io/handson-honkit/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
