Skip to content

maulikvrl2010/website

 
 

Repository files navigation

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

About

Hyphanet static website generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.8%
  • HTML 31.9%
  • Python 11.6%
  • Makefile 6.8%
  • Shell 4.1%
  • JavaScript 1.8%