1 | --- |
2 |
|
3 | server-port: 8080 |
4 | static: |
5 | /style.css: |
6 | path: static/style.css |
7 | type: text/css |
8 | templates: |
9 | - name: index |
10 | path: templates/index.html |
11 | - name: commit |
12 | path: templates/commit.html |
13 | - name: inline_commit |
14 | path: templates/inline_commit.html |
15 | - name: repository |
16 | path: templates/repository.html |
17 | - name: inline_repository |
18 | path: templates/inline_repository.html |
19 | repositories: |
20 | - name: lognestmonster |
21 | description: "a single-header C logging library and parser for event-based logs" |
22 | branch: dev |
23 | allows: |
24 | - master |
25 | - dev |
26 | github: "https://github.com/JoshuaS3/lognestmonster" |
27 | location: |
28 | dev: "/home/josh/Desktop/lognestmonster/.git" |
29 | prod: "/home/git/lognestmonster.git" |
30 | - name: auto-plow |
31 | description: "a remote control snow plow controlled by an ESP32, propelled by electric wheelchair motors, and powered by 24v batteries" |
32 | branch: dev |
33 | allows: |
34 | - master |
35 | - dev |
36 | github: "https://github.com/JoshuaS3/auto-plow" |
37 | location: |
38 | dev: "/home/josh/Desktop/auto-plow/.git" |
39 | prod: "/home/git/auto-plow.git" |
40 | - name: joshstock.in |
41 | description: "my personal website, blog, portfolio" |
42 | branch: master |
43 | github: "https://github.com/JoshuaS3/joshstock.in" |
44 | location: |
45 | dev: "/home/josh/Desktop/joshstock.in/.git" |
46 | prod: "/home/git/joshstock.in.git" |
47 | - name: futaba |
48 | description: "my simplewriter branch of the futaba bot" |
49 | branch: simplewriter |
50 | github: "https://github.com/JoshuaS3/futaba" |
51 | location: |
52 | dev: "/home/josh/Desktop/futaba/.git" |
53 | prod: "/home/git/futaba.git" |
54 |
|