1 | --- |
2 |
|
3 | meta: |
4 | repos: # repository URLs and paths |
5 | github: "https://github.com/JoshuaS3/" |
6 | dev: "/home/josh/repos/" |
7 | prod: "/home/git/" |
8 | templates: # HTML templates |
9 | - name: asdf |
10 | file: templates/qwerty |
11 | repositories: |
12 | - name: auto-plow |
13 | description: "A wheelchair motor-propelled battery-powered ESP32-driven remote control snow plow." |
14 | - name: joshstock.in |
15 | description: "Source for serving and static templating/compiling of https://joshstock.in." |
16 | - name: ncurses-minesweeper |
17 | description: "Terminal game of Minesweeper, implemented in C with ncurses." |
18 | - name: lognestmonster |
19 | head: dev |
20 | description: "A general-purpose single-header C logging library and parser for event-based logs." |
21 |
|