diff --git a/.gitignore b/.gitignore index b761c7a..ace43d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ inventory.yml +.calcurse.pid +hooks +conf +keys diff --git a/Makefile b/Makefile index 62c8766..b75495e 100644 --- a/Makefile +++ b/Makefile @@ -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/$@ diff --git a/apts b/apts new file mode 100644 index 0000000..e69de29 diff --git a/inventory/collections.yml b/inventory/collections.yml new file mode 100644 index 0000000..2c9f6c2 --- /dev/null +++ b/inventory/collections.yml @@ -0,0 +1,6 @@ +- command: update + path: config.collections + value: + 'strenv(COLLECTION)': + - output: true + permalink: /jobs/:name diff --git a/inventory/cook.yml b/inventory/cook.yml deleted file mode 100644 index 1ad8f71..0000000 --- a/inventory/cook.yml +++ /dev/null @@ -1,13 +0,0 @@ -- command: update - path: inventory.cook - value: - - basin - - - large - - small - - board - - cloth - - knife - - pot - - rack - - storage - - strainer diff --git a/inventory/play.yml b/inventory/play.yml deleted file mode 100644 index 3164b30..0000000 --- a/inventory/play.yml +++ /dev/null @@ -1,13 +0,0 @@ -- command: update - path: inventory.play - value: - - bag - - box - - chalk - - clothing - - deoderant - - shoes - - sunnies - - tape - - towel - - trunks diff --git a/inventory/sit.yml b/inventory/sit.yml deleted file mode 100644 index ac9e135..0000000 --- a/inventory/sit.yml +++ /dev/null @@ -1,8 +0,0 @@ -- command: update - path: inventory.sit - value: - - aquaria - - candle - - clothing - - cusion - - table diff --git a/inventory/sleep.yml b/inventory/sleep.yml deleted file mode 100644 index 0d88fc9..0000000 --- a/inventory/sleep.yml +++ /dev/null @@ -1,8 +0,0 @@ -- command: update - path: inventory.sleep - value: - - blanket - - pants - - pillow - - sheet - - shirt diff --git a/inventory/studio.yml b/inventory/studio.yml deleted file mode 100644 index 3769dd1..0000000 --- a/inventory/studio.yml +++ /dev/null @@ -1,14 +0,0 @@ -- command: update - path: inventory.studio - value: - - bass - - cables - - computer - - controller - - drums - - electric - - mixer - - pads - - router - - soundcard - - tape diff --git a/inventory/wash.yml b/inventory/wash.yml deleted file mode 100644 index 232fc1c..0000000 --- a/inventory/wash.yml +++ /dev/null @@ -1,10 +0,0 @@ -- command: update - path: inventory.wash - value: - - brush - - cream - - file - - paste - - stone - - towel - - vitamins diff --git a/inventory/work.yml b/inventory/work.yml deleted file mode 100644 index ca8ae82..0000000 --- a/inventory/work.yml +++ /dev/null @@ -1,16 +0,0 @@ -- command: update - path: inventory.work - value: - - battery - - bench - - cables - - drives - - ipad - - lamp - - macos - - mat - - monitor - - power - - router - - ubuntu - - watch diff --git a/notes/f86754f2ac64afd3063dab03fd1dc839b03983ea b/notes/f86754f2ac64afd3063dab03fd1dc839b03983ea new file mode 100644 index 0000000..7f6d8b6 --- /dev/null +++ b/notes/f86754f2ac64afd3063dab03fd1dc839b03983ea @@ -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 diff --git a/todo b/todo new file mode 100644 index 0000000..d544d9e --- /dev/null +++ b/todo @@ -0,0 +1 @@ +[0]>f86754f2ac64afd3063dab03fd1dc839b03983ea Conventional Collections