xgit simple git

xgit

this project — static git page generator by polymath

kb.hax.al
clone git clone https://kb.hax.al/xgit

config.toml


1# xgit — site config (author: polymath)
2#
3# From repo root:
4#   ./sync     fetch + build
5#   ./build    generate html/
6#   ./serve    build + serve on :3121
7 
8site_name = "xgit"
9site_description = "static git hosting pages — by polymath"
10owner = "polymath"
11 
12# Public URL shown in git clone commands and Atom feeds.
13# Set this to your domain or IP (with scheme, no trailing slash).
14public_url = "https://kb.hax.al"
15 
16# Optional legacy alias (public_url takes precedence):
17# clone_base = "https://kb.hax.al"
18# base_url = "https://kb.hax.al"
19 
20repos_dir = "data/repos"
21html_dir = "html"
22max_commits = 200
23max_diff_bytes = 1048576
24 
25[[repos]]
26name = "xgit"
27url = "path:."
28description = "this project — static git page generator by polymath"
29homepage = "https://kb.hax.al"
30owner = "polymath"
31 
32[[repos]]
33name = "dotfiles"
34url = "https://github.com/hedho/dotfiles.git"
35description = "hedho dotfiles"
36owner = "hedho"
37 
38[[repos]]
39name = "pdf2html"
40url = "https://github.com/hedho/pdf2html.git"
41description = "pdf to html converter"
42owner = "hedho"
43 
44[[repos]]
45name = "nexus"
46url = "https://github.com/hedho/nexus.git"
47description = "nexus"
48owner = "hedho"
49 
50[[repos]]
51name = "KISSmoDocker"
52url = "https://github.com/hedho/KISSmoDocker.git"
53description = "KISSmo Docker setup"
54owner = "hedho"
55 
56[[repos]]
57name = "KISSmoPerl"
58url = "https://github.com/hedho/KISSmoPerl.git"
59description = "KISSmo Perl"
60owner = "hedho"