add readme, update makefile.

This commit is contained in:
2022-02-23 23:40:26 -08:00
parent f2eea899fe
commit 3947958862
2 changed files with 12 additions and 1 deletions

View File

@@ -71,5 +71,9 @@ endif
publish:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
.PHONY:
deps:
pip3 install --user -r requirements.txt
.PHONY: html help clean regenerate serve serve-global devserver stopserver publish
.PHONY: html help clean regenerate serve serve-global devserver stopserver publish