commit 236ade7076fbb95f9c3a05a4ff83376767c0829d parent a09c770599eeb777019541ece3f1a7c0acc0d5a9 Author: bazizi khaled <contact@kh1b.org> Date: Wed, 18 Dec 2024 20:01:19 +0100 Add README Diffstat:
A | README | | | 17 | +++++++++++++++++ |
M | www/git.kh1b.org/config.mk | | | 2 | +- |
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/README b/README @@ -0,0 +1,17 @@ + +simple Makefile and scripts to generate my website and gopherhole + +Usage +----- + +To generate the files, .webroot and deploy them to the server + + % make + % make install + % make deploy + +Dependencies +----- +- smu : https://git.codemadness.org/smu +- stagit : https://git.codemadness.org/stagit/ +- rsync diff --git a/www/git.kh1b.org/config.mk b/www/git.kh1b.org/config.mk @@ -1,5 +1,5 @@ -# REPO_PATHS := PATH/TO/REPO +# REPO_PATHS := PATH/TO/REPO WEBROOT := .webroot OUTPUT := index.html