Easy rerun
This commit is contained in:
parent
4804120d86
commit
b3eca839ae
4
Makefile
4
Makefile
|
@ -16,3 +16,7 @@ deploy: clean build
|
|||
clean:
|
||||
cobalt clean
|
||||
.PHONY: clean
|
||||
|
||||
rerun:
|
||||
rerun -p "**/*.{md,liquid,css,js}" -i "_site/*" -x -- make
|
||||
.PHONY: rerun
|
||||
|
|
|
@ -26,6 +26,7 @@ template_extensions:
|
|||
ignore:
|
||||
- ext/
|
||||
- README.md
|
||||
- Makefile
|
||||
syntax_highlight:
|
||||
theme: "base16-ocean.dark"
|
||||
assets:
|
||||
|
|
Loading…
Reference in a new issue