Homebrewserver.club website https://homebrewserver.club/
Go to file
2019-06-12 15:08:48 +02:00
content raw files 2019-06-12 15:04:47 +02:00
themes/homebrewtheme Add theme 2019-06-12 15:08:48 +02:00
Makefile first commit 2019-06-12 14:51:23 +02:00
pelicanconf.py Add theme 2019-06-12 15:08:48 +02:00
publishconf.py first commit 2019-06-12 14:51:23 +02:00
README.md Add markdown install to instructions 2019-06-12 15:08:37 +02:00
tasks.py first commit 2019-06-12 14:51:23 +02:00

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