From 9ccbc5ca62218bef07a671d49e00cfef4ce3c8a3 Mon Sep 17 00:00:00 2001 From: Reni Grey Date: Sun, 14 Feb 2021 22:14:14 +1100 Subject: [PATCH 1/3] (feat): provide jekyll config --- Makefile | 2 +- inventory/collections.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 inventory/collections.yml 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/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 From ec60d351d151ca2fbd6bd9d9cdb0131acd1fb093 Mon Sep 17 00:00:00 2001 From: Reni Grey Date: Tue, 16 Feb 2021 23:59:45 +1100 Subject: [PATCH 2/3] (chore): notes on process --- .gitignore | 4 ++++ apts | 0 notes/f86754f2ac64afd3063dab03fd1dc839b03983ea | 13 +++++++++++++ todo | 1 + 4 files changed, 18 insertions(+) create mode 100644 apts create mode 100644 notes/f86754f2ac64afd3063dab03fd1dc839b03983ea create mode 100644 todo 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/apts b/apts new file mode 100644 index 0000000..e69de29 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 From 2f44d930ab57178d7aa84b65469c683a844aceb0 Mon Sep 17 00:00:00 2001 From: Reni Grey Date: Mon, 1 Mar 2021 10:22:22 +1100 Subject: [PATCH 3/3] (chore): cleanup --- inventory/cook.yml | 13 ------------- inventory/play.yml | 13 ------------- inventory/sit.yml | 8 -------- inventory/sleep.yml | 8 -------- inventory/studio.yml | 14 -------------- inventory/wash.yml | 10 ---------- inventory/work.yml | 16 ---------------- 7 files changed, 82 deletions(-) delete mode 100644 inventory/cook.yml delete mode 100644 inventory/play.yml delete mode 100644 inventory/sit.yml delete mode 100644 inventory/sleep.yml delete mode 100644 inventory/studio.yml delete mode 100644 inventory/wash.yml delete mode 100644 inventory/work.yml 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