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 
8 site_name = "xgit"
9 site_description = "static git hosting pages — by polymath"
10 owner = "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).
14 public_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 
20 repos_dir = "data/repos"
21 html_dir = "html"
22 max_commits = 200
23 max_diff_bytes = 1048576
24 
25 [[repos]]
26 name = "xgit"
27 url = "path:."
28 description = "this project — static git page generator by polymath"
29 homepage = "https://kb.hax.al"
30 owner = "polymath"
31 
32 [[repos]]
33 name = "dotfiles"
34 url = "https://github.com/hedho/dotfiles.git"
35 description = "hedho dotfiles"
36 owner = "hedho"
37 
38 [[repos]]
39 name = "pdf2html"
40 url = "https://github.com/hedho/pdf2html.git"
41 description = "pdf to html converter"
42 owner = "hedho"
43 
44 [[repos]]
45 name = "nexus"
46 url = "https://github.com/hedho/nexus.git"
47 description = "nexus"
48 owner = "hedho"
49 
50 [[repos]]
51 name = "KISSmoDocker"
52 url = "https://github.com/hedho/KISSmoDocker.git"
53 description = "KISSmo Docker setup"
54 owner = "hedho"
55 
56 [[repos]]
57 name = "KISSmoPerl"
58 url = "https://github.com/hedho/KISSmoPerl.git"
59 description = "KISSmo Perl"
60 owner = "hedho"