Create Static Website with Hugo Posted Jan 4, 2026 By zxu 1 min read 1 2 3 4 5 python3 -m venv .venv source .venv/bin/activate pip install ... pip freeze > requirements.txt deactivate Note cli This post is licensed under CC BY 4.0 by the author. Share