We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99755b commit 89a0ee5Copy full SHA for 89a0ee5
1 file changed
Makefile
@@ -0,0 +1,8 @@
1
+serve:
2
+ python -m http.server --directory=_site 8888
3
+
4
+build:
5
+ ./generate-html
6
7
+watch-build:
8
+ ls **/*.md **/*.html *.py | entr ./generate-html.py
0 commit comments