diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..729fda1 --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +pug index.pug index.html + +cd includes +lessc style.less style.css \ No newline at end of file