Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 710 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 710 Bytes

Environment

Install the required packages

sudo apt-get install python3-pip

Open a pipenv

python3 -m pip install pipenv
pipenv shell

Enable Pelican plugins

git submodule init
git submodule update

Testing

pipenv shell
make devserver

Deploying

pipenv shell
make github

Build for upload in Freenet

pipenv shell
PYTHONPATH=$PYTHONPATH:pelican-plugins{$(ls pelican-plugins/| sed 's/ /,/g')}
SITEURL=/USK@0iU87PXyodL2nm6kCpmYntsteViIbMwlJE~wlqIVvZ0,nenxGvjXDElX5RIZxMvwSnOtRzUKJYjoXEDgkhY6Ljw,AQACAAE/freenetproject-mirror/490
DEBUG=1
make html && freesitemgr update freenetproject-mirror