Changeset - b969f036f4a4
[Not reviewed]
0 0 1
Benjamin Lion - 6 years ago 2019-11-18 14:13:29
lion@brahms.fm.cwi.nl
Guidelines for installation and setup.
1 file changed with 14 insertions and 0 deletions:
README
14
0 comments (0 inline, 0 general)
README
Show inline comments
 
new file 100644
 
#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
0 comments (0 inline, 0 general)