🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 96a6888759a485b3bfc588044a6db56270e442b4
Parent: b9c7afc02f303a9c56054b596e364677b7f7c012
Author: mcol <mcol@posteo.net>
Date: 2021-11-21 18:25:49 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-21 18:25:49 +0000

Add comment to example config about testing port

config.dhall Modified

@@ -21,4 +21,7 @@
     , host = "http://localhost:8000"
     }
 
+-- Note: The host is available verbatim in templates.
+-- Port 8000 is appended here for easier testing with `python -m http.server`.
+
 in config