Homebrewserver.club website https://homebrewserver.club/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Luke Murphy 353cdd38f2
Add instructions for generating the site
5 years ago
content raw files 5 years ago
themes/homebrewtheme Add theme 5 years ago
.gitignore Add instructions for generating the site 5 years ago
Makefile first commit 5 years ago
README.md Add instructions for generating the site 5 years ago
pelicanconf.py Add theme 5 years ago
publishconf.py first commit 5 years ago
tasks.py first commit 5 years ago

README.md

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

Then generate the content and run the server:

$ pelican content
$ pelican --listen