Files @ 7b3ebb1fa4f0
Branch filter:

Location: CSY/sefm2020/README - annotation

Benjamin Lion
add call for paper; add link to venu page; remove siteurl in pelicanconf (was messing up the css path)
#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