Homebrewserver.club website
https://homebrewserver.club/
content | ||
themes/homebrewtheme | ||
Makefile | ||
pelicanconf.py | ||
publishconf.py | ||
README.md | ||
tasks.py |
nooo-hbsc
Revamped homebrewserver.club website.
Build the site locally
Preparing your system
Install the prerequisites:
$ apt install -y python3 python-3 python3-venv
Installing the Python requirements
Then create a virtual environment and activate it with:
$ python3 -m venv .venv
$ source .venv/bin/activate
Then install the requirements:
$ pip install pelican markdown