Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
inventory.yml
.calcurse.pid
hooks
conf
keys
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inventory.yml: $(FILES)
/tmp/inventory:
mkdir -p $@

.PHONY: /tmp/inventory/%.yml
.PHONY: /tmp/inventory /tmp/inventory/%.yml
inventory/%.yml: .PHONY
$(NEW) $@ "" "" > /tmp/$@

Expand Down
Empty file added apts
Empty file.
6 changes: 6 additions & 0 deletions inventory/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- command: update
path: config.collections
value:
'strenv(COLLECTION)':
- output: true
permalink: /jobs/:name
13 changes: 0 additions & 13 deletions inventory/cook.yml

This file was deleted.

13 changes: 0 additions & 13 deletions inventory/play.yml

This file was deleted.

8 changes: 0 additions & 8 deletions inventory/sit.yml

This file was deleted.

8 changes: 0 additions & 8 deletions inventory/sleep.yml

This file was deleted.

14 changes: 0 additions & 14 deletions inventory/studio.yml

This file was deleted.

10 changes: 0 additions & 10 deletions inventory/wash.yml

This file was deleted.

16 changes: 0 additions & 16 deletions inventory/work.yml

This file was deleted.

13 changes: 13 additions & 0 deletions notes/f86754f2ac64afd3063dab03fd1dc839b03983ea
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
As per discussion offline, we could adopt the convention of storing all
collections in a yaml document.

They are accessible via

```
yq r inventory.yml inventory.plans
```

Where `plans` is a substitue for an association ala holocracy org

This project can then provide associations in the form of jekyll config to
facilitate publishing to the web
1 change: 1 addition & 0 deletions todo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[0]>f86754f2ac64afd3063dab03fd1dc839b03983ea Conventional Collections