Hugo勉強会 コマンドたち

2023年6月10日

Hugo勉強会 コマンドたち

関連

プロジェクトの作成(p.9)

hugo new site profile

git の初期化(p.10)

git init

テーマの追加(p.11)

git submodule add https://github.com/SatooRu65536/satooru-hugo-theme themes/satooru-hugo-theme

サンプルデータの追加(p.12)

cp -r ./themes/satooru-hugo-theme/exampleSite/* ./ 

不要なファイルを削除(p.12)

rm -r ./hugo.toml

ローカル環境で確認する(p.13)

hugo server

http://localhost:1313

ステージに上げる(p.15)

git add .

コミットする(p.16)

git commit -m "メッセージ"

Vercelに登録(p.18)

http://vercel.com