Card image cap

Hugo勉強会 コマンドたち

Hugo勉強会 コマンドたち 関連 Git/GitHub のセットアップ 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
Card image cap

Git Setup

Git のセットアップ MacOS Progate 【Mac】Gitの環境構築をしよう! Windows Progate 【Windows】Gitの環境構築をしよう!
Card image cap

Hugoのインストール

HUGO のインストール方法 ソース元 目次 MacOS Windows 関連 Git/GitHub のセットアップ Hugo勉強会 コマンドたち テーマ一覧 MacOS 1. brew のインストール brew の確認 brew -v Homebrew x.x.xx とバージョンが出たら 2.hugoのインストール へ. brew のインストール 以下のコマンドを実行して brew をインストールする. > /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. hugo のインストール brew install hugo インストール完了後 以下のコマンドを実行し, バージョンが出たら完了. > hugo -v Homebrew x.x.xx Windows 1. winget のインストール winget の確認 winget -v