oops markdown
This commit is contained in:
parent
3bc01b211e
commit
038950a1b5
2 changed files with 9 additions and 8 deletions
|
|
@ -2,11 +2,11 @@
|
||||||
bin -- small scripts for managing the stuff below
|
bin -- small scripts for managing the stuff below
|
||||||
src -- codebase for generating website or conducting process. Anything bigger than a (small) script.
|
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.
|
assets -- IP, including incoming articles, images, currently edited work, final products.
|
||||||
web -- the contents of our (static, public) website
|
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.
|
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.
|
doc -- documentation of processes, ideas, memos, etc.
|
||||||
llc -- corporate documents, financial ledger, business running
|
llc -- corporate documents, financial ledger, business running.
|
||||||
venv -- python environment for this whole kiboodle
|
venv -- python environment for this whole kiboodle.
|
||||||
|
|
||||||
To set up an environment that works with these scripts, start a shell
|
To set up an environment that works with these scripts, start a shell
|
||||||
(preferably zsh, though bash should work) in this directory, and type:
|
(preferably zsh, though bash should work) in this directory, and type:
|
||||||
|
|
|
||||||
1
secrets
Symbolic link
1
secrets
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../almnck-secrets
|
||||||
Loading…
Reference in a new issue