diff --git a/playbooks/README.md b/playbooks/README.md new file mode 100644 index 000000000..70a26c8e8 --- /dev/null +++ b/playbooks/README.md @@ -0,0 +1,3 @@ +# playbooks + +Here's the vision: playbooks for everything - not just software. diff --git a/org/finances.org b/playbooks/finances.org similarity index 100% rename from org/finances.org rename to playbooks/finances.org diff --git a/org/first-of-the-month.org b/playbooks/first-of-the-month.org similarity index 100% rename from org/first-of-the-month.org rename to playbooks/first-of-the-month.org diff --git a/org/habits.org b/playbooks/habits.org similarity index 100% rename from org/habits.org rename to playbooks/habits.org diff --git a/nix_gcr/README.md b/playbooks/nix_gcr/README.md similarity index 100% rename from nix_gcr/README.md rename to playbooks/nix_gcr/README.md diff --git a/nix_gcr/cloud_run.nix b/playbooks/nix_gcr/cloud_run.nix similarity index 100% rename from nix_gcr/cloud_run.nix rename to playbooks/nix_gcr/cloud_run.nix diff --git a/nix_gcr/config.lisp b/playbooks/nix_gcr/config.lisp similarity index 100% rename from nix_gcr/config.lisp rename to playbooks/nix_gcr/config.lisp diff --git a/website/habits/default.nix b/website/habits/default.nix index 71329c796..c9e56bb0e 100644 --- a/website/habits/default.nix +++ b/website/habits/default.nix @@ -2,7 +2,7 @@ pkgs.stdenv.mkDerivation { name = "habits-webpage"; - src = builtins.path { path ../../org; name = "org"; }; + src = builtins.path { path = ../../playbooks; name = "playbooks"; }; buildInputs = []; buildPhase = '' ${pkgs.pandoc}/bin/pandoc $src/habits.org -o index.html