commit 66d110f86d959ecce5cedf61bba36cd32b02d787 parent 3458b4300c84b41c06ac719a501a0f638fffc319 Author: Erik Letson <hmagellan@hmagellan.com> Date: Mon, 6 Jul 2020 00:09:33 -0500 Updated readme Diffstat:
M | README | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -8,6 +8,15 @@ Scripts included: gitnew.sh - Creates a new bare git repo on a remote git server upstagit.sh - Updates a static git web frontend using stagit +These scripts are specifically designed to be used with a git web frontend created +using the stagit static git site creator. They can be used to produce and manage a +site similar to this one: https://git.hmagellan.com + +Attempts have been made to make these scripts fairly general, but especially the +'upstagit.sh' script is very specific and may not produce pages to your taste. It +can be edited, but it is best used in conjunction with a stylesheet, and perhaps +with customizations on your part. + Before using, you should configure the variables in each script to reflect your environment. The variable names should be self-explainatory.