Skip to content

luxun1910/portfolio

Repository files navigation

Hugo Project

初めてのセットアップ

textlintを導入する。

npm install

基本的な使い方

新しい記事を作成する

以下のコマンドを実行して、新しい記事ファイルを作成します。

hugo new posts/your-article-name.md

posts の部分は、コンテンツの構成に合わせて変更してください(例: blog, docs など)。

開発サーバーを起動する

以下のコマンドを実行すると、ローカルで開発サーバーが起動し、ブラウザでプレビューできます。

hugo server -D

-D オプションは、ドラフト(draft: true)の記事も表示するために必要です。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published