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

Commit bc32e5875aafedc7a724e9ed1a41a12de7f44807
Parent: ba6e62a8f874cf41f14e338158c9a97431e28ec9
Author: mcol <mcol@posteo.net>
Date: 2021-11-27 18:55:23 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-27 18:55:23 +0000

Add note about symbolic links to docs

DOCUMENTATION.rst Modified

@@ -116,6 +116,12 @@
                 ...
         ...
 
+Note: symbolic links are considered static and will be copied unchanged and
+unresolved from template to output. This means that, for example, a symlink at
+``templateDirectory/index.html`` pointing to ``gitserve/index.html`` will
+produce a symlink at ``outputDirectory/index.html`` with the same behaviour,
+with the effect that the served root index page will actually be the index page
+for the ``gitserve`` repository (if present).
 
 Scopes
 ------