Change to use python preview server.
Hakyll not installed with preview flags for some reason.
This commit is contained in:
parent
f96b1c6592
commit
7f9e70c8e4
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ check: $(TOP)
|
||||||
./$(TOP) check
|
./$(TOP) check
|
||||||
|
|
||||||
preview: $(TOP)
|
preview: $(TOP)
|
||||||
./$(TOP) rebuild && ./$(TOP) watch
|
./$(TOP) rebuild && (cd _site; python -m SimpleHTTPServer)
|
||||||
|
|
||||||
deploy: $(TOP)
|
deploy: $(TOP)
|
||||||
./$(TOP) rebuild && ./$(TOP) deploy && ./$(TOP) check
|
./$(TOP) rebuild && ./$(TOP) deploy && ./$(TOP) check
|
||||||
|
|
Loading…
Reference in New Issue