summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-06-21 10:14:31 +0200
committerMarc Vertes <mvertes@free.fr>2025-06-21 10:14:31 +0200
commit0b09eab4f26d3fdb4f210156640be6e8dfcc238f (patch)
tree693057ce5b5e2f46ef4e0b5be6226dd0c14f69a9 /Makefile
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..4041406
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+# Generate the static web site from markdown files.
+build:
+ ./build.sh
+ ./genrss.sh > feed.xml
+
+# Launch a local web server.
+server:
+ yaegi -e 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))'
+
+# Publish on github pages.
+publish:
+ git push