From 038950a1b5f5479a94070f5167ea580a39f0f326 Mon Sep 17 00:00:00 2001 From: Danny O'Brien Date: Sun, 1 Jun 2025 20:07:21 -0700 Subject: [PATCH] oops markdown --- README.md | 16 ++++++++-------- secrets | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) create mode 120000 secrets diff --git a/README.md b/README.md index cd90f59..05c795e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Directory structure -bin -- small scripts for managing the stuff below -src -- codebase for generating website or conducting process. Anything bigger than a (small) script. -assets -- IP, including incoming articles, images, currently edited work, final products. -web -- the contents of our (static, public) website -secrets -- passwords, PII, etc. Assume everything else could be made public. If it would be existentially bad for it to leak, encrypt it, and put it here. -doc -- documentation of processes, ideas, memos, etc. -llc -- corporate documents, financial ledger, business running -venv -- python environment for this whole kiboodle +bin -- small scripts for managing the stuff below +src -- codebase for generating website or conducting process. Anything bigger than a (small) script. +assets -- IP, including incoming articles, images, currently edited work, final products. +web -- the contents of our (static, public) website. +secrets -- passwords, PII, etc. Assume everything else could be made public. If it would be existentially bad for it to leak, encrypt it, and put it here. +doc -- documentation of processes, ideas, memos, etc. +llc -- corporate documents, financial ledger, business running. +venv -- python environment for this whole kiboodle. To set up an environment that works with these scripts, start a shell (preferably zsh, though bash should work) in this directory, and type: diff --git a/secrets b/secrets new file mode 120000 index 0000000..ca9f03a --- /dev/null +++ b/secrets @@ -0,0 +1 @@ +../almnck-secrets \ No newline at end of file