From b969f036f4a4c10b87fa8147a480874517316db0 2019-11-18 14:13:29 From: Benjamin Lion Date: 2019-11-18 14:13:29 Subject: [PATCH] Guidelines for installation and setup. --- diff --git a/README b/README new file mode 100644 index 0000000000000000000000000000000000000000..75e01db399873681babcc72096a4092ec0be1523 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +#Installation +PIPENV_VENV_IN_PROJECT=True +pipenv install +pipenv shell + +# Install a new theme +pelican-themes --symlink ${PWD}/path_to_themes/theme_name +pelican-themes --list -v + +#In directory with Makefile +make html +make serve +make regenerate +make rsync_upload