document page of sisakulint
以下のコマンドを順に打つ
python -m venv .venv. .venv/bin/activate(linux or mac) or.venv\Scripts\activate(windows)pip install -r requirements.txtpython ogp_proxy.py &hugo server
- 必要であれば
--disableFastRender --ignoreCache(キャッシュの無効化など)オプションなどをつける
- 表示されたアドレス(
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)など)にアクセスすれば確認可能