RyoWakabayashi / hugo-examples

Hugo examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo examples

Hugo の使用例

実行環境

Hugo 0.84.4

実行方法

ローカル環境での起動

hugo server -D

編集環境

  • Node.js 16.4.1
  • Python 3.9.6
  • Yarn 1.22.10

asdf がある場合、以下のコマンドでインストール可能

asdf plugin-add nodejs \
    ; asdf plugin-add python \
    ; asdf plugin-add yarn \
    && asdf install

依存パッケージをインストールする

yarn \
    && pip install --requirement requirements.txt

編集方法

静的解析の自動実行を設定する

pre-commit install

feature ブランチを切り、コミット、プッシュ、プルリクエストを行う

About

Hugo examples


Languages

Language:JavaScript 100.0%