doc: Add overarching structure README
This commit is contained in:
parent
edcb4782e3
commit
555eb4f60b
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue