repos / pgit

Improved static site generator for git repos
git clone https://github.com/xplshn/pgit.git

[CI] pgitBot  ·  2026-02-26

pgit.yml

Text
 1global:
 2  max-commits: 100
 3  readme: "README.md"
 4  hide-tree-last-commit: false
 5  home-url: "https://git.xplshn.com.ar"
 6  theme: "gruvbox-dark"
 7  out_dir: "./pub"
 8  #issues-db: "../pgitBot/pgit-issues.json"
 9  issues-key: "{{ env.PGIT_DB_ENCRYPTION_KEY }}"
10  disable-encryption: false
11
12repos:
13  gbc:
14    repo: ./repos/gbc
15    out: ./pub/gbc
16    revs: ["HEAD"]
17    desc: "GBC - Go B Compiler"
18    clone-url: "https://github.com/xplshn/gbc.git"
19    root-relative: "/gbc/"
20    issues-db: "../pgitBot/gbc-issues.json"
21
22  dbin:
23    repo: ./repos/dbin
24    out: ./pub/dbin
25    revs: ["HEAD"]
26    desc: "📦 Poor man's package manager."
27    clone-url: "https://github.com/xplshn/dbin.git"
28    root-relative: "/dbin/"
29    theme: "gruvbox-light"
30
31  pgit:
32    repo: ..
33    out: ./pub/pgit
34    revs: ["HEAD"]
35    desc: "Improved static site generator for git repos"
36    clone-url: "https://github.com/xplshn/pgit.git"
37    root-relative: "/pgit/"