stagit

static git page generator (local tweaks)
git clone https://wehaveforgeathome.hates.computer/stagit.git
Log | Files | Refs | LICENSE

commit 7b9ec313bda1c53592d50de9defe8f7c930a0c17
parent 263870e4f595bf3a96b238413f159706c06a9aae
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date:   Thu, 17 Apr 2025 12:53:54 -0400

update readme with info on tweaks

Diffstat:
MREADME | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -1,3 +1,18 @@ +main repo is at https://codemadness.org/stagit.html + +these are my local tweaks: + +* make an index.html for each repo with the readme + * each repo is required to have a readme + * make the <h1> with the repo name a link to index.html + * make the index link there instead of to log.html + * get rid of the README nav link +* use same logo.png and style.css for index and each repo + * use same 96x96 image for logo and favicon + * now it's my dog +* replace complicated ../../.. relpath system with required -u + + stagit ------