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: lognestmonster |
13 | head: dev |
14 | description: "a general-purpose single-header C logging library and parser for event-based logs" |
15 | - name: auto-plow |
16 | description: "A wheelchair motor-propelled battery-powered ESP32-driven remote control snow plow." |
17 | - name: joshstock.in |
18 | description: "Source code for compilation and serving of https://joshstock.in" |
19 | - name: craft |
20 | description: "an attempted Minecraft clone, written in C/C++" |
21 | - name: lua-stdlib-plus |
22 | description: "an extension of the Lua 5.3 standard library" |
23 | - name: dotfiles |
24 | description: "my collection of configuration dotfiles and miscellaneous scripts and tools" |
25 |
|