From 555eb4f60b6214762ca52f95a358b5ab4337fd9a Mon Sep 17 00:00:00 2001 From: Danny O'Brien Date: Tue, 12 Dec 2023 21:30:08 -0800 Subject: [PATCH] doc: Add overarching structure README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d1f7d1 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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