1 files changed, 10 insertions(+), 0 deletions(-)
M Makefile
M Makefile => Makefile +10 -0
@@ 35,6 35,16 @@ deploy-pinky: guix
${GUIX} deploy ${PINKY_CONFIGURATION} ${GUIX_EXTRA_ARGS} \
-x -- sudo herd restart nginx
+serve:
+ guile -c '((@ (haunt serve web-server) serve) "target/tmp-site")'
+
+tmp-site:
+ guile -L ./src -c \
+ '((@ (haunt site) build-site) (@ (tropin site) main-site))'
+
+repl:
+ ${GUIX} repl --listen=tcp:37146 -L ./src
+
rde-manual: target ../rde/doc/rde.html
mkdir -p ./target/site/html/rde
cp ../rde/doc/rde.html ./target/site/html/rde/manual.html