yagit

Yet another static site generator for Git 🙀️

NameSizeMode
..
config.toml 561B -rw-r--r--
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[output]
tree_subdir         = "tree"
blob_subdir         = "blob"
commit_subdir       = "commit"
private_output_root = "private/"

[output.release]
path = "/var/www/git"

[output.debug]
path = "./site"

[git]
store_owner = "Pablo"
user = "git"

[git.release]
store_path         = "/var/git/public"  # path to the public  repo store
private_store_path = "/var/git/private" # path to the private repo store

[git.debug]
store_path         = "./test/public"  # path to the public  repo store
private_store_path = "./test/private" # path to the private repo store