Makefile is back
This commit is contained in:
parent
8fc7b7346f
commit
ddb749e247
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
|||||||
output
|
output
|
||||||
__pycache__
|
__pycache__
|
||||||
Makefile
|
|
||||||
*.pid
|
*.pid
|
||||||
plugins
|
plugins
|
||||||
cache
|
cache
|
||||||
|
15
Makefile
Normal file
15
Makefile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
all: build
|
||||||
|
|
||||||
|
build:
|
||||||
|
poetry run pelican -s publishconf.py
|
||||||
|
|
||||||
|
dev:
|
||||||
|
poetry run invoke livereload
|
||||||
|
|
||||||
|
publish:
|
||||||
|
poetry run invoke publish
|
||||||
|
|
||||||
|
clean:
|
||||||
|
poetry run invoke clean
|
||||||
|
|
||||||
|
.PHONY: clean build publish dev
|
Loading…
x
Reference in New Issue
Block a user