This commit is contained in:
2020-04-06 08:49:00 +03:00
parent 1e5b6aa485
commit 3355f9185e
5 changed files with 37 additions and 16 deletions

View File

@ -1,8 +1,8 @@
build:
pelican -s pelicanconf.py
pelican --ignore-cache -s pelicanconf.py
web:
pelican -s pelicanconf-web.py
pelican --ignore-cache -s pelicanconf-web.py
clean:
rm -rf cache __pycache__