Skip to content

Commit 0647c1a

Browse files
committed
[ja] Enhance Readability with Markdown Formatting Improvements
1 parent 6641c03 commit 0647c1a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README-ja.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,19 @@ make container-serve
6464
ローカルで依存関係をインストールし、サイトを構築してテストするには、次のコマンドを実行します。
6565

6666
- For macOS and Linux
67+
6768
```bash
6869
npm ci
6970
make serve
7071
```
72+
7173
- For Windows (PowerShell)
74+
7275
```powershell
7376
npm ci
7477
hugo.exe server --buildFuture --environment development
7578
```
76-
79+
7780
これで、Hugoのサーバーが1313番ポートを使って起動します。使用しているブラウザで<http://localhost:1313>にアクセスしてください。リポジトリ内のソースファイルに変更を加えると、HugoがWebサイトの内容を更新してブラウザに反映します。
7881

7982
## API reference pagesをビルドする

0 commit comments

Comments
 (0)