Post

Create Static Website with Hugo

1
2
3
4
5
python3 -m venv .venv
source .venv/bin/activate
pip install ...
pip freeze > requirements.txt
deactivate
This post is licensed under CC BY 4.0 by the author.

Trending Tags