summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-05-03 11:03:52 +0200
committerMarc Vertes <mvertes@free.fr>2023-05-03 11:03:52 +0200
commit225ec09076ce44673e4914770d67cadd670910d8 (patch)
tree5461895c29ff0379c711b2639f6e5192521984c5 /Makefile
initial release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b0f68f4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+# Generate the static web site from markdown files.
+build:
+ ./build.sh
+
+# Launch a local web server.
+server:
+ yaegi -e 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))'
+
+# Publish on github pages.
+publish:
+ git push