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