yagit
Yet another static site generator for Git 🙀️
Name | Size | Mode |
.. | ||
config.toml | 377 bytes | -rw-r--r-- |
01 02 03 04 05 06 07 08 09 10 11 12
[output] path = "/var/www/git" tree_subdir = "tree" blob_subdir = "blob" commit_subdir = "commit" private_output_root = "private/" [git] store_path = "/var/git/public" # path to the public repo store private_store_path = "/var/git/private" # path to the private repo store store_owner = "Pablo" user = "git"