From 0b09eab4f26d3fdb4f210156640be6e8dfcc238f Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 21 Jun 2025 10:14:31 +0200 Subject: initial commit --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3